Skip to Content
0
Sep 05, 2023 at 12:47 PM

Change Equipment via IDoc including Superordinate Equipment

100 Views

Hello SAP,

  • The BAPI ALE Interface Object type EQUI, method CREATE uses the inbound function module IDOC_INPUT_EQUIPMENT_CREATE.
  • This function module calls the Bapi BAPI_EQUI_CREATE with export parameter DATA_INSTALL.
  • Thus it is posible to transmit the superordinate equipment SUPEQUI.
  • Now, we want to transfer the superordinate equipment with BAPI ALE Interface EQUI/CHANGE but the function modules IDOC_INPUT_EQUIPMENT_CHANGE/BAPI_EQUI_CHANGE do not support the export parameter DATA_INSTALL.
  • In our scenario, an equipment is created without an superordinate equipment assignment.
  • In a second step, the equipment is then changed including a superordinate equipment assignment.

How can we change an equipment via IDoc including the changed superordinate equipment assignment?