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: 

abap programe 'AUTHORIZATION-CHECK'

Former Member
0 Kudos

What is abap programe 'AUTHORIZATION-CHECK' how can i navigate there

2 REPLIES 2

Former Member
0 Kudos

I do not know of a seperate program for authorisation checks. it is normally embedded in all ABAP main or sunroutines. search in any ABAP for Authorization Check, be aware that in some ABAP's it might be writen slightly diffentenly. So if no luck 1st try than try search for CHECK.

manohar_kappala2
Contributor
0 Kudos

Hi,

You can navigate to the Code this way

1)

SE93> Display>Double click in the Entry corresponding to Program-->then you enter the Source Code here select find and give the search string as

"Authority-Check" this displays you whatever entries are there in the code.

This method is useful if you know the Tcode and want to see what check statemetns are there in ABAP code corresponding to it.

2)On the other hand if you know the program then go to

SE38> enter the program name> Select Source Code> Press Display>

and from there search with the string mentioned above justlike the case mentioned above...

Hope this helps

Regards,

Manohar