Application Development and Automation 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: 
Read only

Table/FM to get the authorization object for the program/table?

Former Member
0 Likes
433

Hello Experts,

I have a requirement in which i have a list of programs and tables.

I need to find the authorization object for each of them.

I don't want to do it maually i.e. check each program etc. because it will take a lot of time.

Could you please tell me if there is a table or FM using which i can get the detail at one go?

Thanks and Regards,

Rahul Sinha

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
400

Hi,

Check folder ZZBGS057 in this link:[http://www.guidancetech.com/people/holland/sap/abap/]

Read only

Former Member
0 Likes
400

Hi,

You can write a small program to do so, Two ABAP statement will be used SCAN and READ REPORT, there are some standard program also you need to search.

[ http://abap4.tripod.com/Upload_and_Download_ABAP_Source_Code.html];

Check this if help full.

RPR_ABAP_SOURCE_SCAN