‎2010 Jan 07 4:46 PM
Hi all,
Tried searching the web for a soultion without luck...
It appears that there is not an ISU specific BAPI for creating devices. Instead we are pointed towards BAPI_EQUI_CREATE.
However this BAPI does not allow us to enter ISU specific data such as the Inspection Relevance field etc.
Does anyone have any suggestions or workarounds
Thanks in advance
PeteA
‎2010 Jan 08 12:12 AM
Hi Pete
You can try the function used in the IS-U data migration tool: ISU_M_EQUI_INSERT.
The function not only contains the IS-U specific structures EGERS and EGERH, but also the structures for classification.
Yep
Jürgen
‎2010 Jan 08 9:14 AM
Jürgen,
Thanks for the info.
We are going to try using the following function module sequence:
- BAPI_EQUI_CREATE
- ISU_DB_V_EGER_UPDATE (this is in ISU_M_EQUI_INSERT)
PeteA