2008 Sep 04 6:58 AM
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.
2008 Sep 05 6:27 AM
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