‎2007 Sep 18 5:20 AM
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,
‎2007 Sep 18 6:06 AM
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.......
‎2007 Sep 18 6:14 AM
Hi ,
BAPIKNA101_1 have the telphone number.
Fields:tel1_number
tel1_ext.
Thanks,CSR.
‎2007 Sep 18 7:25 AM
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.