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

ABAP program storage location.

Former Member
0 Likes
1,663

Hi all,

when we will create new program in ABAP , it will be stored somewhere in the system .

i want to know that where will it be stored .

is it stored in the database ? if yes then in which tables ?

please explain me this things in brief..

Regards

Raj

8 REPLIES 8
Read only

Former Member
0 Likes
1,229

HI,

the program names willbe stored in

trdir table

regards,

venkatesh

Read only

Former Member
0 Likes
1,229

Hi

It is not TRDIR table

it is stored in<b> TADIR</b> table

Enter OBJECT = PROG

and see in SE16

<b>

Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
1,229

hi,

All the program names are stored in db table TADIR.

Read only

Former Member
0 Likes
1,229

Search with DD* in SE11 Transaction

Read only

Former Member
0 Likes
1,229

in TADIR table.

plz reward points if helpful.

Read only

Former Member
0 Likes
1,229

Hi ,

The ABAP program is stored in Repository.............

here we are having a table it contain the information of all the programs......

TADIR : Directory of Repository Objects

don't forget to give some points for this , if this is usefill for U.

Regard's

Raghunath.S

Read only

Former Member
0 Likes
1,229

hi,

when a report program is written n activated it is saved in the following

database table : TADIR table

navigation: Enter OBJECT [REPORT PROGRAM] in SE16 -> check tadir table.

development class: $tmp for non transportable programs.

if helpful reward some points.

with regards,

suresh.

Read only

Former Member
0 Likes
1,229

I Wil tel u the simple method to find out the table name of which u like...

for instance to find out the table where all pgms gets stored....

goto - SE38 - place the cursor on text field of program name - press f4

press the <b>Information system</b> button which u see at the bottom.

agian it wil ask for the program name - press f1

u can see technical information icon at the top - click it

finally u can see the table name in the list provided...

this method can b used for all to find out the table name for the respective..

if u have any queries..pls feel free to ask agian..

Regards..

Balaji (Assign points if this helps u ....)