Application Development 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: 

general

Former Member
0 Kudos

hi, is there any table (or) report to store the custom objects ( tables , reports ,FMs ...etc ).

5 REPLIES 5

Former Member
0 Kudos

Hi

check tadir table for all objects

and check tfdir table for all function modules

reward points to all helpful answers

kiran.M

Former Member
0 Kudos

Hello Kln,

TRDIR is the table where all the reports will get sored... It consists bellow fields.

NAME

SQLX

EDTX

VARCL

DBAPL

DBNA

CLAS

TYPE

OCCURS

SUBC

APPL

SECU

CNAM

CDAT

UNAM

UDAT

VERN

LEVL

RSTAT

RMAND

RLOAD

FIXPT

SSET

SDATE

STIME

IDATE

ITIME

LDBNAME

UCCHECK

where as TADIR will store the all objects.

Reward If Helpful.

Regards

--

Sasidhar Reddy Matli.

null

varma_narayana
Active Contributor
0 Kudos

Hii

All the Repository objects are stored in table TADIR.

All Report programs are stored in table TRDIR.

Both SAP Standard objects and Customer objects are stored in these tables.

You can search for objects starting with name 'Y' OR 'Z' .

<b>Reward if Helpful</b>

Former Member
0 Kudos

hi

there are 2 directory database tables called TRDIR n TDDIR.

TRDIR to store the table/report details

TDDIR to store the object details

try those...

reward if useful...

Former Member
0 Kudos

Hi,

Also you can find custom reports with tcodes in the table TSTC.

Thanks,

Sriram Ponna.