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

Standard Database table to Store Program Source Code

Former Member
0 Likes
1,136

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

8 REPLIES 8
Read only

Former Member
0 Likes
908

hi,

Check for the tables

TADIR,

TRDIR,

DOKIL

and

TREELOG.

They store all the information related to a report.

Thanks

Sharath

Read only

ThomasZloch
Active Contributor
0 Likes
908

Program code is compressed in REPOSRC, happy reading

Thomas

Read only

Former Member
0 Likes
908

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

Read only

Former Member
0 Likes
908

Hi,

Please check this Table REPOSRC.

Thanks & Regards

GP

Read only

Former Member
0 Likes
908

REPOSRC:This stores the source code.

Read only

Former Member
0 Likes
908

Hi,

Table REPOSRC have only ABAP Program Name,ABAP: Program Status, Source code protectionm,Program type, Application etc.

Regards

Md.MahaboobKhan

Read only

Former Member
0 Likes
908

HI

is the best link which may help you a lot.

Regards

Sachin

Read only

vinod_vemuru2
Active Contributor
0 Likes
908

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.