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: 

FM

Former Member
0 Kudos
254

Hi All,

I am working on a interface where in the incoming idocs updates the existing Equipments. I am new to ISU. So could any one help me with it. I have checked out BAPI_EQUI_CHANGE. Since I am expecting some z fields in my interface so I have copied the same Fm and included my own fields in the parameters. But now also no fileds are getting changed in the equipment level. Could any one suggest if there is any other Fm apart from that.

I also tried EQUIPMENT_SAVE but still it is not updating equipment. May be I am missing some fields. Could you please guide me to proper use of this FM

2 REPLIES 2

Former Member
0 Kudos
185

You have to use both function modules to create the equipment.

First call the FM : BAPI_EQUI_CHANGE and to save call the FM EQUIPMENT_SAVE.

If you want to know how the values should be passed to this fm then open the standard fm BAPI_EQUIPMENT_SAVEREPLICA.

You will have an idea to pass the values to BAPI_EQUI_CHANGE .

Regards,

Siva

Former Member
0 Kudos
185

Answered