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

Append the parameters SD_SWU_ACTIVE

0 Likes
2,999

Hi,


I created a web service to create users in the required environments with the desired roles from the CUA.

Sometimes, the user must have the SD_SWU_ACTIVE parameter in the IS-U environment.


I created a function module IS-U which adds the parameter with "BAPI_USER_CHANGE" but I get the following error:

"User attribute "SET/GET parameter ID " cannot be maintained in this system".


In searching, I found that this message went back because the AUC was active, but I have no choice because it was she who called the MF.


Can anyone help me ?

Best Regards.

1 ACCEPTED SOLUTION
Read only

PeterJonker
Active Contributor
0 Likes
2,103

The parameterid's are stored in table USR05. Maybe the Function module SWU_SET_USER_FLAG can do the trick ?

Hi,


I created a web service to create users in the required environments with the desired roles from the CUA.

Sometimes, the user must have the SD_SWU_ACTIVE parameter in the IS-U environment.


I created a function module IS-U which adds the parameter with "BAPI_USER_CHANGE" but I get the following error:

"User attribute "SET/GET parameter ID " cannot be maintained in this system".


In searching, I found that this message went back because the AUC was active, but I have no choice because it was she who called the MF.


Can anyone help me ?

Best Regards.

1 REPLY 1
Read only

PeterJonker
Active Contributor
0 Likes
2,104

The parameterid's are stored in table USR05. Maybe the Function module SWU_SET_USER_FLAG can do the trick ?