Application Development 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: 

change Phone and Mobile number using BAPI_USER_CHANGE

Former Member
0 Kudos

Hi,

I tried to update the Phone number using BAPI_USER_CHANGE and I am unable to do that can anyone help me with that please...??

Regard's

Girija

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Girija,

check [Note 1513595 - BAPI: Handling of telephone data is inconsistent|https://service.sap.com/sap/support/notes/1513595]. Try to pass table ADDTEL to FM. Also check threads "[BAPI_USER_CHANGE to modify mobile no., telephone no, email ID |;" and "[BAPI_USER_CREATE how to create user with mobile phone number |;".

Regards

Adrian

2 REPLIES 2

former_member212713
Contributor
0 Kudos

Hi Grija;

Are you sure fill correct ADDRESSX structure?

For exam; If you want to change tel number (ADDRESS-TEL1_NUMBR)

Firstly write new tel number to ADDRESS-TEL1_NUMBR.

Secondly you dont forget, you should check ADDRESSX-TEL1_NUMBR

I tried this way and my result success.

Best regards.

Former Member
0 Kudos

Hi Girija,

check [Note 1513595 - BAPI: Handling of telephone data is inconsistent|https://service.sap.com/sap/support/notes/1513595]. Try to pass table ADDTEL to FM. Also check threads "[BAPI_USER_CHANGE to modify mobile no., telephone no, email ID |;" and "[BAPI_USER_CREATE how to create user with mobile phone number |;".

Regards

Adrian