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

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

Former Member
0 Kudos
2,693

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

Regards

Amit

4 REPLIES 4
Read only

Former Member
0 Kudos
1,159

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

Read only

Former Member
0 Kudos
1,159

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

Read only

1,159

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?

Read only

Former Member
0 Kudos
1,159

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

Venkat