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: 

All Z-Files (customer-files) in one overview!

Former Member
0 Kudos

Hi,

I have to have a list with all customer-files.

This includes classes, programs, interfaces, includes,

structures, etc.... .

Is there an transaction to create such list or can anybody

tells me good table-join to get this information!?

Thanks!

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

Look at table TADIR, select records with a development class beginning with Z.

Regards

0 Kudos

To translate PGMID & OBJECT into a readable text, first use function module TR_OBJECT_TABLE to get the list of values.

Regards