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: 

To Find out no of Z_Programs, Z_Database tables, Z_BDC, Z_ABAP Query

Former Member
0 Kudos

Hi,

Is there any way to see the no of Z_programs,Z_Database tables, Z_BDC, Z_ABAP Query in my ECC system.

Is there any transaction code to find out the same.

If it is not there can anyone tell me the step by step procedure to know the same.

its urgent, thanks in advance,

Regards,

Mithun

1 ACCEPTED SOLUTION

Clemenss
Active Contributor
0 Kudos

hi Mithun,

check table TADIR for OBJ_NAME Z* and Y*. The OBJECT field will tell you which kind of object.

Good luck! (we have mor than 15.000 Z objects in our system).

Regards,

Clemens

10 REPLIES 10

Clemenss
Active Contributor
0 Kudos

hi Mithun,

check table TADIR for OBJ_NAME Z* and Y*. The OBJECT field will tell you which kind of object.

Good luck! (we have mor than 15.000 Z objects in our system).

Regards,

Clemens

Former Member
0 Kudos

is there any way to know it seperately i mean for programs, queries, BDC's, database tables.

0 Kudos

The field OBJECT defines the type.

CLASS for Class, METH for method, REPO for report etc, use f4 key in se16 to get all possible values.

Former Member
0 Kudos

thanks dries, i was checking it for the programs as you told, filled in object as REPS(Report source code), it showed the no. of entries as zero can you explain why?

0 Kudos

You should probably use PROG then.

Clemenss
Active Contributor
0 Kudos

Yes,

PGMID R3TR

OBJECT PROG

Regards,

Clemens

Former Member
0 Kudos

one last thing the same problem is coming for tablesand ABAP Query

can you suggest any soln for this too.

0 Kudos

yes I have a suggestion : "try" .

For example : type in the name of a query you know exists, then press F8, see what the value of OBJECT is.

Former Member
0 Kudos

what about for BDC, i am not able to find it out in the OBJECT

0 Kudos

I think they're in table V_OP , but not unique.