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

Source Code (Table)

Former Member
0 Likes
1,113

Hai Frnd's

There are tables (TADIR,TRDIR) which contains the details about the devclass and the program.from which table the source code of the particular program can be retrieved.

Thanks in Advance

Suganya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
851

the source code is not stored in any table....it is as such stored dynamically within SAP and u can retrieve the source code from SE38 using the program name...

4 REPLIES 4
Read only

Former Member
0 Likes
852

the source code is not stored in any table....it is as such stored dynamically within SAP and u can retrieve the source code from SE38 using the program name...

Read only

Former Member
0 Likes
851

Hi!

Use the "READ REPORT programname INTO ..." command.

Regards

Tamá

Read only

Former Member
0 Likes
851

<b>TDXLOADP</b> is used to see the Programs to Load Data into R/3

Can get only info reg the program using tables not the code.

<b>D010SINF</b> ABAP: Information about ABAP program source code

Message was edited by:

Judith Jessie Selvi

Read only

Former Member
0 Likes
851

Hi Suganya,

Check the table: REPOSRC

Regards,

ravi