2009 Sep 04 10:15 AM
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
2009 Sep 04 12:12 PM
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
2009 Sep 08 7:02 AM