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

Former Member
0 Likes
358

Hi all,

I am trying to update customer master through bapi

BAPI_CUSTOMER_CHANGEFROMDATA1.

I am getting all the details first through bapi

BAPI_CUSTOMER_GETDETAIL1.

I am using TEL1_NUMBR to update tel no.(landline).

I want to update the mobile no. also into the customer master .I cud find the field MOB_NUMBER of type AD_MBNMBR1 as mobile no. in XD03,customer master.But I cudnt find it in any of the bapi.

So how can I update that field through BAPI.

1 REPLY 1
Read only

Former Member
0 Likes
289

Try with FM

SD_CUSTOMER_MAINTAIN_ALL

I am sure that this FM will update

Thanks

Seshu