2015 Sep 04 2:51 PM
Hi Gurus,
I have a requirement to update customer master data, however I can’t find the correct BAPI to do this.
BDC is not an option for me since the fields that I am trying to update is not editable (always grayed out).
I tried to use the suggestions in this thread, however I can’t find the fields in the BAPIs.
BAPI to Update Customer master data | SCN
These are the fields that I am trying to update.
I debugged the transaction code J3GZ since this is how the fields are updated.
Standard program update these fields using the fm J_3G_KNA1_MODIFY.
When I checked the fm, KNA1 is updated directly.
UPDATE KNA1 FROM workarea.
TIA!
Regards,
Paul More
2015 Sep 04 2:58 PM
You can use class CMD_EI_API, I think you can find examples here in the forum.
Regards,
Felipe
2015 Sep 04 11:29 PM
Thanks Felipe, I already checked this class, however J_3GLABRECH and J_3GAABRECHthere is not in the parameter of the methods.