SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IS data view is not active

murtuza_chhatariya
Active Participant
0 Likes
749

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

1 ACCEPTED SOLUTION
Read only

murtuza_chhatariya
Active Participant
0 Likes
571

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?

View solution in original post

3 REPLIES 3
Read only

murtuza_chhatariya
Active Participant
0 Likes
572

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?

Read only

0 Likes
571

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

Read only

oliviawalsh
Product and Topic Expert
Product and Topic Expert
0 Likes
571

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