EQUIPMENT_UPDATE

Hi
Can anybody tell me how to use this function module EQUIPMENT_UPDATE?
Even though i provide all the data required the function module is going for dump saying <b>PARAMETER *HEQKT IS MISSING</b> even the parameter is being provided.
The actual rquirement is to update the EQUI table with PLANT & STORAGE LOCATION data, which is not being updated by any bapi available. Is there any other function modules which can serve this purpose. Please tell me if any other function modules available for this purpose.
Thanks in advance.

Hi,
I am having a similar issue but BAPI_EQUI_CHANGE will not work as it does not appear to make changes directly to EQBS.  I need to change the batch link to serial number in both EQBS and EQUI simultaneouls otherwise I get an error cannot change.
Is FM EQUIPMENT_POST or EQUIPMENT_CHANGE the best recommendation?
Thank you,
Alan

Similar Messages

  • EQUIPMENT_UPDATE VS ITOB_EQUIPMENT_MODIFY_SINGLE

    Hi All,
    There is requirement to update the single field (TYPBZ) in the equipment master using program. I can do this task using FM either EQUIPMENT_UPDATE or ITOB_EQUIPMENT_MODIFY_SINGLE.
    I wanted to know which FM I should use. I am getting correct result from both FMs. Please let me know.
    If somebody has any other suggestion then please let me know.
    Thanks,
    Chandra

    Hi,
    ITOB_EQUIPMENT_MODIFY_SINGLE : ITOB Buffer RFC: Change Individual Equipment
    This RFC-capable function module enables you to create master data for an individual piece of equipmen without using a dialog.
    EQUIPMENT_UPDATE : Normal Function Module

  • VC : Update Equipment with new configuration number

    Hi,
    I am trying to update an existing equipment with a new configuration number (cuobj).
    I used try to use 'BAPI_EQUI_CHANGE' to achieve this but apparently they didn't work even though i've received no exceptions. (no luck either with EQUIPMENT_MODIFY)
    For 'BAPI_EQUI_CHANGE'  i used following code :
    data : v_equipment like BAPI_ITOB_PARMS-EQUIPMENT,
              v_datageneral like BAPI_ITOB,
              v_datageneralx like BAPI_ITOBX,
              v_dataspec like BAPI_ITOB_EQ_ONLY,
              v_dataspecx type BAPI_ITOB_EQ_ONLYX,
              return type BAPIRET2.
    CALL FUNCTION 'BAPI_EQUI_GETDETAIL'
    EXPORTING
      EQUIPMENT = v_equipment
    IMPORTING
    DATA_GENERAL_EXP = v_datageneral
       DATA_SPECIFIC_EXP = v_dataspec
    return = return.
    IF return is initial.
    v_dataspec-READ_CUOBJ = newcuobj.
    v_dataspecx-READ_CUOBJ = 'X'.
      CALL FUNCTION 'BAPI_EQUI_CHANGE'
      EXPORTING
        EQUIPMENT = v_equipment
        DATA_GENERAL = v_datageneral
        DATA_GENERALX = v_datageneralx
        DATA_SPECIFIC = v_dataspec
        DATA_SPECIFICX = v_dataspecx
      IMPORTING
        RETURN = return.
    IF return is initial.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    ENDIF.
    ENDIF.
    thanks for your help.

    Hi,
    Please try this FM EQUIPMENT_UPDATE.
    Check program RISTEQ01 for sample code on how to use above FM.
    Regards,
    Ferry Lianto

  • Equipments related to a super equipment

    in transaction IE03 when we enter the euipment number we get several tabs.
    in structure tab we get the list of materails that are attached to that equipment.
    can you please tell me from which table or using which functional module i can get the list of equipments attached to a super euipment.
    waiting for you reply eagerly

    hi,
    use this table.
    Table - ITOB.
    field - HEQUI.
    also check these fm which r useful.
    EQUIPMENT_ADAPT_BUSVIEWS
    EQUIPMENT_CHANGE_TYPE_CHECK
    EQUIPMENT_CHECK
    EQUIPMENT_CHECK_SYNC_SERNR
    EQUIPMENT_CHECK_UPDATE_EFHM
    EQUIPMENT_COPY
    EQUIPMENT_GET_CONFIG_REFERENCE
    EQUIPMENT_INIT_BUSVIEWS
    EQUIPMENT_LOCK
    EQUIPMENT_NUMBER_CHECK
    EQUIPMENT_ONLY
    EQUIPMENT_READ
    EQUIPMENT_READ_DISPLAY
    EQUIPMENT_READ_VIEW
    EQUIPMENT_REGISTER_CONFIG_REF
    EQUIPMENT_SAVE
    EQUIPMENT_SUCCESSORS
    EQUIPMENT_UNLOCK
    EQUIPMENT_UPDATE.

Maybe you are looking for

  • GR and IR issue

    Hi All, We are facing issue, when IR is posted before GR, the GR is taking different price. this price is not the PO price nor IR price. Can please let me know why this differences and what is the standard process. GR has to create first then IR?

  • No wi-fi and bluetooth unavailable issue

    NO WI-FI, Bluetooth Unavailable,,,,after reset..... here is some snapshots from iPad http://lh3.ggpht.com/2M7wMO3DVPg/TB8oNKVXCbI/AAAAAAAAAJk/1U21tXKEFEA/img_0966pkch35.jpg http://lh5.ggpht.com/2M7wMO3DVPg/TB8oNT_wxLI/AAAAAAAAAJo/n_cdozLhWn0/img_0965

  • Migrate portal content from ep 7.0 to 7.3

    Hi, We have to migrate following content from EP 7.0 server to EP 7.3. - URL iViews with language translation - Application Integrator iViews - WPC content Please suggest what should be the approach ? Will all these portal content from 7.0 be compati

  • Copy and paste not allowed

    Hardware Overview: Model Name: MacBook Model Identifier: MacBook5,1 Processor Name: Intel Core 2 Duo Processor Speed: 2 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache: 3 MB Memory: 2 GB Bus Speed: 1.07 GHz Boot ROM Version: MB51.007D.B

  • Slow processing time, via Command line, with Reader

    I'm using Reader 9, via command line, to process PDFs in a 3rd party application and it's taking much longer to process files this way than with Acroplot or Ghostscript.  Is there a way to improve this processing time? thanks