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: 

Authorization check sequence

Former Member
0 Kudos

Hello Gurus -

Is there a way to see what authorizations are being checked first or in what order authorizations are being checked without turning on trace?

Cheers,

Linda

2 REPLIES 2

Former Member
0 Kudos

Hi Linda,

I have not really found anything that is better than using the trace functionality.

However you can also use program RSABAPSC, which you can execute from SA38 - just note that this program does not always work for all transactions, it seems to work better if you know the report or module name.

Once you execute the program, select the appropriate option (Report, Function Module, Transaction Code etc). I suggest that you increase the value for the recurrence level of the analysis since there are usually additional modules within a transaction that contain the auth checks. As I mentioned, this does not always provide you with the required detail, especially for the newer transactions.

Hope this helps

Sujeet

Former Member
0 Kudos