‎2007 Feb 16 9:34 AM
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
‎2007 Feb 16 9:36 AM
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...
‎2007 Feb 16 9:36 AM
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...
‎2007 Feb 16 9:38 AM
Hi!
Use the "READ REPORT programname INTO ..." command.
Regards
Tamá
‎2007 Feb 16 9:39 AM
<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
‎2007 Feb 16 9:50 AM