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 parameter Id s problem

Former Member
0 Likes
480

Hi All,

I am trying to add new user parameter Id and Parameter values to the existing user using BAPI_USER_CHANGE FM.

I pass PARID and PARAVA's to the Internal table I_parameter like BAPIPARAM.

but this is replacing to the extising values.I want to add as new PARID and keep previous IDs as it is.

Please let me how to do this.

thanks

Madhavi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
401

Try this:

First get the existing param values using BAPI_USER_GET_DETAIL.

Now for BAPI_USER_CHANGE, when you populate your internal table i_parameter make sure you put in the existing values along with the new values.

1 REPLY 1
Read only

Former Member
0 Likes
402

Try this:

First get the existing param values using BAPI_USER_GET_DETAIL.

Now for BAPI_USER_CHANGE, when you populate your internal table i_parameter make sure you put in the existing values along with the new values.