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: 

Doubt in SE12

Former Member
0 Kudos

Hi All.

How to find Autorization group for particular table?

To be raward all helpfull answers.

Regards.

JNJ

1 ACCEPTED SOLUTION

former_member188829
Active Contributor
0 Kudos

Hi,

Goto SE11 enter your table name... in Menu..

Utilities-> Table maintanence generator

Here you findout

Authorisation group and Authorisation object

3 REPLIES 3

Former Member
0 Kudos

Transaction SU53

SU53 reads data from Instance logs. i.e every time you access a transaction all the processing done during program load event trigger like authorization checks etc are stored in Instance log in SAP memory of the Instance.

SU53 is developed to read all authorization checks performed from this Instance log. There is a size restriction for this log so it keeps refreshing for every transaction entered.

Reward if useful.

former_member188829
Active Contributor
0 Kudos

Hi,

Goto SE11 enter your table name... in Menu..

Utilities-> Table maintanence generator

Here you findout

Authorisation group and Authorisation object

Former Member
0 Kudos

Go to transaction SE12 and open the table in display mode

go to Utilities->Assign Authorization Group.

you can find the Authorization Group assigned to that table