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

Regards source code table

Former Member
0 Likes
410

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

2 REPLIES 2
Read only

Former Member
0 Likes
373

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

Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
373

You can also call function module RPY_PROGRAM_READ. It will return the source code, include files, and text elements.