‎2007 Sep 11 11:35 AM
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
‎2007 Sep 11 11:38 AM
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
‎2007 Sep 11 11:38 AM
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
‎2007 Sep 11 11:45 AM
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.
‎2007 Sep 11 11:52 AM
Hi Srinivas,
You can find all ABAP reports in TRDIR view.
Thanks,
Vinay
‎2007 Sep 11 12:09 PM
‎2007 Sep 11 12:13 PM
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
‎2007 Sep 11 12:17 PM
all the reports are not appearing.i mean in se80 i created one report(zkps).how can i view this report in this table.
‎2007 Sep 12 9:38 AM
rel >= 6.0
Use table TRDIRT should give you names of all reports in the system.
Filter on the language
Cheers
Jimbo