Monday 22 July 2013

ABAP: How to view the the program authorization checking code

Steps to view the program authorization in ABAP code...

1) Execute any TCODE. Ex: SU01

2) Click "System" -> "Status"

3) Double click the Program (screen) textbox

4) The source code of the program

5) Find "auth_check" and double click on that line

6) All the authorization relevant coding will be shown


No comments:

Post a Comment