‎2009 Aug 19 4:12 PM
Hi,
Can anybody tell me the table that stores program source code?
Thanks,
SAM
‎2009 Aug 20 6:23 AM
Hi,
The program code is stored in a table named REPOSRC. The code itself is compressed and you will be unable to access it via SQL or other tools.
And reports are stored in table TRDIR.
D010SINF ABAP: Information about ABAP program source code
D010TINF ABAP: Information about ABAP text elements
Regards,
Archana
Edited by: Archana Kumari on Aug 20, 2009 7:28 AM
‎2009 Aug 19 4:38 PM
Hi
try REPOSRC
Use READ REPORT statement in your ABAP report
REgards,
Ivan
‎2009 Aug 20 6:22 AM
Hi Sam,
If your interested in saving the source code in a custom Table or you can check the keyword 'SCAN ABAP SOURCE CODE'. There are many variants for this keyword.Just for Info. Hope it helps!
Much Regards,
Amuktha
‎2009 Aug 20 6:23 AM
Hi,
The program code is stored in a table named REPOSRC. The code itself is compressed and you will be unable to access it via SQL or other tools.
And reports are stored in table TRDIR.
D010SINF ABAP: Information about ABAP program source code
D010TINF ABAP: Information about ABAP text elements
Regards,
Archana
Edited by: Archana Kumari on Aug 20, 2009 7:28 AM
‎2009 Aug 20 6:34 AM
there you be no table that store in the readable format, the data will be stored in RAW format.. to read the data you might have to use FM's like RPY_PROGRAM_READ or RPY_PROGRAM*
‎2009 Aug 20 12:04 PM