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: 

Auth Objects in ABAP Programs

Former Member
0 Kudos

Dear All,

how could I find the auth object being validated in programs?

Using SU24 I am able to find transactions checking auth object...but I am not quit sure sure if there are some other programs using/checking those auth objects.

In general I want to check one specific auth object where is used/checked.

I will appreciate your help.

Regards

FedeX

1 ACCEPTED SOLUTION

sdipanjan
Active Contributor
0 Kudos

Please use the standard report RSABAPSC to check the authority check statements used in the program for any TCode. Also you can look into ABAP codes in more details by using the program RSANAL00.

Regards,

Dipanjan

3 REPLIES 3

Former Member
0 Kudos

SE84->Other Objects->Authorisation Objects

Enter Auth Object

Select Object & click "where used" button

Former Member
0 Kudos

se38 ==> RS_ABAP_SOURCE_SCAN could help

sdipanjan
Active Contributor
0 Kudos

Please use the standard report RSABAPSC to check the authority check statements used in the program for any TCode. Also you can look into ABAP codes in more details by using the program RSANAL00.

Regards,

Dipanjan