Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Update Customer Master Data

Former Member
0 Likes
3,005

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

2 REPLIES 2
Read only

Former Member
0 Likes
1,865

You can use class CMD_EI_API, I think you can find examples here in the forum.

Regards,

Felipe

Read only

Former Member
0 Likes
1,865

Thanks Felipe, I already checked this class, however J_3GLABRECH and J_3GAABRECHthere is not in the parameter of the methods.