‎2010 Apr 15 1:24 PM
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
‎2010 Apr 15 1:36 PM
Hi,
Check folder ZZBGS057 in this link:[http://www.guidancetech.com/people/holland/sap/abap/]
‎2010 Apr 15 7:22 PM
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