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
903

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 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.

Any valuable help would be appreciated.

Thanks,

3 REPLIES 3
Read only

Former Member
0 Likes
501

u can use the following field for mobile number also

TEL1_EXT type AD_TLXTNS1

u will find this in importing structure.

as u r updating customer master ...there are no issues to use bdc ....coz it is one time job.........

reward points if helpful.......

Read only

Former Member
0 Likes
501

Hi ,

BAPIKNA101_1 have the telphone number.

Fields:tel1_number

tel1_ext.

Thanks,CSR.

Read only

0 Likes
501

Hi,

I am already updating telephone no. as landline no.

And if I use extension no. as mobile ,it will update only in extension of tel no. only ,not in mobile no. You can see two fields for extension and Mobile no. in XD03.So plz help.