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

regarding objects

Former Member
0 Likes
825

hi,

can anyone tell me where all the abap objects, user groups, queries, BDCs, report groups, Field exits, Function Groups, Function Modules, Idoc types

are stored in the server.that in which tables all the above objects are stored.

thanks in advance,

kps moorthy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
799

Hi Srinivas,

Table TADIR(Directory of Repository Objects) will hold objects of the R/3 repository.

OBJECT is the field which classifies the objects in R/3 repository.

Thanks,

Vinay

7 REPLIES 7
Read only

Former Member
0 Likes
800

Hi Srinivas,

Table TADIR(Directory of Repository Objects) will hold objects of the R/3 repository.

OBJECT is the field which classifies the objects in R/3 repository.

Thanks,

Vinay

Read only

0 Likes
799

hi vinay

my requirement is ..in ecc where all the ABAP reports are stored.i.e how can i see all the reports at a single time.

Read only

0 Likes
799

Hi Srinivas,

You can find all ABAP reports in TRDIR view.

Thanks,

Vinay

Read only

0 Likes
799

hi vinay iam not getting how to find that in TRDIR.

Read only

0 Likes
799

Hi Srinivasa,

Goto SE11 transaction and click on radion button view and give the value TRDIR and clikc on display.

Click on Contents(CtrlShiftF10).

Thanks,

Vinay

Read only

0 Likes
799

all the reports are not appearing.i mean in se80 i created one report(zkps).how can i view this report in this table.

Read only

0 Likes
799

rel >= 6.0

Use table TRDIRT should give you names of all reports in the system.

Filter on the language

Cheers

Jimbo