2013 Jul 25 3:28 AM
I need to find all the User Groups a given User is assigned to. The user has changed userids and I need to take the old ID out of the user groups to which she was assigned and add the new ID to the same groups. Her old ID is no longer valid.
Is there a standard SAP program that will list the user groups to which a specific user is assigned?
2013 Jul 25 3:41 AM
2013 Jul 25 3:41 AM
2013 Jul 25 3:57 AM
Sorry.. that didn't work. I think that's somehow classifies logons to a different kind of user group. I am looking to find a user in a SAP Query User Group.
2013 Jul 25 4:10 AM
2013 Jul 25 10:24 AM
That's closer. However that's for client independent user groups. This is for client dependent user groups. Thanks for trying though.
2013 Jul 25 11:37 AM
Okay my last attempt
Run FM RSAQ_IMPORT_USERGROUP_CATALOG and filter out the User ID you are looking for in table parameter O_DBBN.
Hope it helps. Cheers!
2013 Jul 25 12:33 PM
2013 Jul 25 10:51 AM
Hi,
Try with the table AQGDBBG which stores all user groups.Hope it helps u..
2013 Jul 25 12:32 PM
I think that table holds only cross-client usergroups. I was looking for client dependent user groups. Points awarded for helpful answer. However Nguyen found the ultimate solution.