cancel
Showing results for 
Search instead for 
Did you mean: 

Report to Display All Authorizations for User

former_member183818
Contributor
0 Kudos

Dear Experts,

Is the any standard report or table from which we can get the full authorization details of a user.

EX: User Name -> Role -> T-Codes -> Authorization Objects -> Field Values.

Atleast pointing User Name -> Authorization Objects -> Field Values.

Please Help.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Simonjohn,

There is not any direct way to do that, but you can do one thing,

Through table "AGR_1251" you can fetch the authorization object and field value by mentioning the roles assigned to particular user, which you can fetch using table "AGR_USERS".

You can also create quick view by joining these two tables using t-code "SQVI", which will help you to get your result.

Here after joining tables you can also get report name which is created by SQVI automatically in "quickview"--> additional functions --> display report name

Hope it helps.

Regards,

Amit Barnawal

Edited by: Amit Barnawal on Jan 5, 2012 11:20 AM

Edited by: Amit Barnawal on Jan 5, 2012 11:22 AM

Edited by: Amit Barnawal on Jan 5, 2012 11:33 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi!

You may run transaction SUIM.

SUIM->User Information System->Transactions->Executable for User.

Regards,

Tejasav

Former Member
0 Kudos

You could try SU56, this displays all authorizations by object and value that are present in the user buffer for a particular user.

It won't show which roles those objects are inherited from though.

MB