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: 

Suim and user by role. Listing of all users by role

Former Member
0 Kudos

Need help

I know that in SUIM you can get a listing of all users using the same role by typing in the role name.

Is there a way to get a listing of all the users with the same role without running SUIM and put in one role at a time.

Thanks

Joe

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

To get users list assigned to a role can , try SE16 tcode->AGR_USERS.

To get user list assigned to profile, try SE16->UST04

To get complete infomration of pofiles present in system, try SE16->USR11

T-code SE16 is very useful when somebody do not have access to SUIM.

Regards,

Geetha

8 REPLIES 8

Former Member
0 Kudos

>

> Need help

>

> I know that in SUIM you can get a listing of all users using the same role by typing in the role name.

>

> Is there a way to get a listing of all the users with the same role without running SUIM and put in one role at a time.

>

>

> Thanks

> Joe

Try SE16->AGR_USERS.

0 Kudos

John

Is there a similar report by profiles that were created with SU02

Thanks

Joe

0 Kudos

>

> John

>

> Is there a similar report by profiles that were created with SU02

>

> Thanks

> Joe

Try SE16->AGR_1016

SU02 is obsolete on my version. I get this message...

================================================

Do not use this transaction any longer for profile and

user administration. Use the Profile Generator instead.

The Profile Generator makes it much easier to allocate authorizations.

However, if you do not wish to use the Profile Generator,

you can still use this transaction.

0 Kudos

Hi John,

AGR_1016 does not contain the SU02-profiles.....

The relation assigned profile<->user can be found in table UST04.

b.rgds,

Bernhard

Former Member
0 Kudos

Hello,

To get users list assigned to a role can , try SE16 tcode->AGR_USERS.

To get user list assigned to profile, try SE16->UST04

To get complete infomration of pofiles present in system, try SE16->USR11

T-code SE16 is very useful when somebody do not have access to SUIM.

Regards,

Geetha

Former Member
0 Kudos

Hi Experts,

How to find the transaction codes assigned to multiple users at once.I tried to consolidate tables AGR_USERS and AGR_TCODES table but later not feel satisfied by doing this.

Please let me know any other way, so that i can consolidate data without any duplicity.

Regards,

Mukesh

0 Kudos

Hi Mukesh,

We dont have any direct method to find the list of tcodes assigned to multiple users.

Please follow the below steps .

Step1 : List out the users and their SAP roles assigned to them using SUIM

Step2 : List out the associated profiles for the list of roles spooled in the above step using table AGR_PROF

Step3 : put those profiles in the table USTSTCAP and get the list of tcodes and then map it with the step1 list.

0 Kudos

"Hi Experts,

How to find the transaction codes assigned to multiple users at once.I tried to consolidate tables AGR_USERS and AGR_TCODES  table but later not feel satisfied by doing this.

Please let me know any other way, so that i can consolidate data without any duplicity.

Regards,

Mukesh"

Download report into Excel., go to "DATA" tab, and remove duplicates.