on 2007 Jul 24 10:02 AM
Does anyone know if there's any special way of updating, deleting or inserting Role groups into the CUA/SU01 details for a user. I'm using the FM BAPI_USER_CHANGE to do this and seem to have all the details completed and although it reports success it does not make any change if I replace one role group with another, for example.
Ideally I would like to just debug the SU01 transactions having just changed the Role group in the Groups Tab, but I don't have the authorisation required to do this, so Stabbing away in the dark.
Can anyone be of help?.
Gary King
Request clarification before answering.
Hi,
After calling the FM BAPI_USER_CHANGE check if you are using the function module 'BAPI_TRANSACTION_COMMIT' to commit the work.
BAPIs need an additional commit to save the data.
Regards,
Sudheer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gary,
Try any of these..
RH_USERGROUP_RELATIONS_CHANGE
RSEC_ASSIGN_AUTHS_TO_USERS
RSOD_CHANGE_USER_SETTINGS
SUSR_USER_PROFS_PROFILES_PUT
SUSR_USER_ASSIGNMENTS_AUTH
BAPI_USER_PROFILES_ASSIGN
SUSR_BAPI_USER_PROFILES_ASSIG
SUSR_BAPI_USER_PROFILES_DELET
BAPI_USER_APPLICATION_OBJ_ADD
BAPI_USER_APPLICATION_OBJ_DEL
BAPI_USER_APPLICATION_OBJ_PUT
SUSR_USER_APPL_OBJ_MAINTAIN
Best Regards,
Pratik Patel
<b>Reward with Points!</b>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did have this is but it seems to have been remarked by mistake when I block remarked some code.
Thanks for mentioning this as it forced me to re-check the code.
Regards
Gary King
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
20 | |
4 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.