‎2010 Mar 19 2:16 PM
Hi,
I have created a program which creates equipments using BAPI_EQUI_CREATE.
When I see new device created in IQ03 then it does not show IS data view tab for that device and with a message that "View is not active for the object => Cannot be displayed"
After trying somewhat, I got a clue that BAPI_EQUI_CREATE creates only entry in EQUI table but not in EGERH table, while creating device manualy from IQ01, it creates entry in both EQUI and EGERH table.
So is there any way to overcome this issue? is there any FM which creates entry in EGERH and get IS view tab active after creating device by BAPI_EQUI_CREATE.
or is there any master FM which creates device directoly with IS data view.
BAPI_EQUI_CREATE is not taking inspection relevance in import, for IS data view this is needed.
Thanks in advance.
Edited by: murtuza_cs on Mar 19, 2010 3:16 PM
‎2010 Mar 20 9:55 AM
ISU_DB_V_EGER_UPDATE
this FM creates entry in EGERS and EGERH table but still IS data view is not coming.
Any help on this?
‎2010 Mar 20 9:55 AM
ISU_DB_V_EGER_UPDATE
this FM creates entry in EGERS and EGERH table but still IS data view is not coming.
Any help on this?
‎2010 Apr 21 6:55 AM
Hi
Try the function used by the IS-U data migration workbench: ISU_M_EQUI_INSERT
The function handles the PM data, the IS-U data, even the classification information.
Have a look in transaction EMIGALL for more informations and to get an idea which fields have to be populated.
Yep
Jürgen
Edited by: sattlerj on Apr 21, 2010 5:56 PM
‎2010 Apr 20 2:07 PM
Hello,
With the BAPI_EQUI_CREATE you can only create PM equipments not IS-U devices that why there is no IS Tab .
You have to use the dialog transactions IQ01, IQ04 or the MM transaction, where you can create devices through a movement.
There is objecttype DEVICE (SWO1) with the following methods:
-> Device.CreateFromData (Create Equipment Master Record)
-> Device.Create (Create Equipment Master Record)
-> Device.CreateISU (Create IS-U: Modification for IS-U)
Please check whether you can use method Device.CreateISU for your requirement.
Regards
Olivia