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

BAPI_USER_CHANGE to change the user data

Former Member
0 Likes
445

Hi,

I am using BAPI_USER_CHANGE to change the user data like telephone number, address etc. Everything is working fine but when I want to add new telephone number with no change in exsting numbers then it wont allow to add instead of adding it changes exsting information.

Ex. Exsting telephone numbers 123 & 456

And I want to add 3rd number as 789

Then final record should be 123,456,789

But this function module doesnt do that it changes first one with new one i.e. 789 & 456.

1 REPLY 1
Read only

Former Member
0 Likes
395

Swarup

Pass all records for Tel Numbers alongwith the new record.... I think, you are just passing the new Tel Number details to the BAPI.

Thanks

Amol Lohade