2010 Aug 25 11:44 AM
Is it possible to identify the SAP User and assigned roles for Compnay Code - XXXX
Regards
Amit
2010 Aug 25 11:51 AM
give field BUKRS and your required value(XXX), in Roles by Complex selection criteria
2010 Aug 25 12:03 PM
Hi Amit,
Company Code is maintained at BUKRS field in authorization objects.
You need to find out authorization object containing BUKRS field. For this goto: SUIM->Authorization Objects->By Fields, Texts
Search authorization objects by giving field name as BUKRS, you will find all authorization objects containing BUKRS that has Company Codes.
Then goto->SUIM->Roles->By Authorization Values, enter the authorization object found above with Company Code XXXX in field,
you will get roles with value XXXX & hence the users
2010 Aug 25 7:47 PM
Hi,
I thought this method will be shorter provided by one of the responders
give field BUKRS and your required value(XXX), in Roles by Complex selection criteria.
Siddarth,
The method you mentioned has added step, have you experienced different results with the above steps?
2010 Aug 26 5:40 PM
Join agr_users and agr_1252 table and filter on company codes. You get users and associated roles with that company code.
Venkat