Application Development 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: 

identify the SAP User and assigned roles for Compnay Code - XXXX

Former Member
0 Kudos

Is it possible to identify the SAP User and assigned roles for Compnay Code - XXXX

Regards

Amit

4 REPLIES 4

Former Member
0 Kudos

give field BUKRS and your required value(XXX), in Roles by Complex selection criteria

Former Member
0 Kudos

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

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?

Former Member
0 Kudos

Join agr_users and agr_1252 table and filter on company codes. You get users and associated roles with that company code.

Venkat