‎2009 Feb 12 8:55 AM
Hi All,
Since all the data in SAP is stored in database using tables, is there any table where the source code of each Progam is stored in any table.
If at all please mention the table.
Thanks & Regards
Shashikanth Naram
‎2009 Feb 12 8:56 AM
hi,
Check for the tables
TADIR,
TRDIR,
DOKIL
and
TREELOG.
They store all the information related to a report.
Thanks
Sharath
‎2009 Feb 12 9:00 AM
‎2009 Feb 12 9:05 AM
hi,
Check out this link to download/upload programs with text elements.
[up/down|https://wiki.sdn.sap.com/wiki/display/Snippets/ProgramToUploadandDownloadREPORTprogramswithtext+elements]
Thanks
Sharath
‎2009 Feb 13 3:20 AM
‎2009 Feb 13 6:17 AM
‎2009 Feb 13 9:32 AM
Hi,
Table REPOSRC have only ABAP Program Name,ABAP: Program Status, Source code protectionm,Program type, Application etc.
Regards
Md.MahaboobKhan
‎2009 Feb 13 10:10 AM
‎2009 Feb 13 3:10 PM
Hi Shashi,
Not sure of exact table name. But u can get the code into internal table using below statement.
READ REPORT program name INTO itab.
Thanks,
Vinod.