‎2004 Oct 20 2:23 PM
Hi Friends
I know TRDIR is a table, which holds the all ABAP Program names. Even through if the program created by user. Likewise any table holds the source code. If it is can you plz let me know.
Regards
Saravanan
‎2004 Oct 20 2:38 PM
Hi Saravanan,
SAP does not store ABAP codes in transparent tables, but in cluster tables.
You can read the code using READ REPORT as a direct query method is not possible.
I hope this helps.
Hafeez
‎2004 Oct 20 11:20 PM
You can also call function module RPY_PROGRAM_READ. It will return the source code, include files, and text elements.