‎2006 Sep 14 7:13 PM
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
‎2006 Sep 14 7:38 PM
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.
‎2006 Sep 14 7:38 PM
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.