‎2007 Jun 09 7:23 AM
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
‎2007 Jun 09 7:25 AM
HI,
the program names willbe stored in
trdir table
regards,
venkatesh
‎2007 Jun 09 7:37 AM
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
‎2007 Jun 11 5:25 AM
‎2007 Jun 11 5:27 AM
‎2007 Jun 11 5:27 AM
‎2007 Jun 11 5:35 AM
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
‎2007 Jun 11 5:38 AM
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.
‎2007 Jun 11 5:50 AM
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 ....)