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

User Authorizations

Former Member
0 Likes
835

Dear Friends,

i want to display the report which shows the users who have authorizations to particular tcodes.

Output should contain " User name, Authorization object, Authorization field, Authorization field value and Tcode "

Please let me know the table relations atleast.

Thanks & Regards,

Ajay kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
790

It depends. Transaction SUIM should be your first port of call.

Probably report RSUSR002 is what you are looking for.

Cheers,

Julius

6 REPLIES 6
Read only

Former Member
0 Likes
790

Hi

1-USH02, USH04, USH10 and USH12 have the details of user authorizations and change history data

2-TOBJ is the authorization objects table containing the authorization fields for each.

3-TACT contains the list of standard activities authorization fields

in the system.

Neha

Read only

Former Member
0 Likes
791

It depends. Transaction SUIM should be your first port of call.

Probably report RSUSR002 is what you are looking for.

Cheers,

Julius

Read only

Former Member
0 Likes
790

usr12--User Master Authorization Values

Read only

GauthamV
Active Contributor
0 Likes
790

hi,

apart from SUIM transaction use these tables.

TOBJ

USR04

USR07

USR10

USR12.

Read only

Former Member
0 Likes
790

Thanks to all for the reply.

Can any body let me know the process to fetch the data from those tables.

Thanks in advance,

Ajay kumar

Read only

0 Likes
790

u just execute this f.m u will get all details that u need for ur report..

f.m----->SUSR_USER_DISPLAY_WITH_AUTHS