2007 Jul 23 12:41 PM
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!
2007 Jul 23 1:02 PM
Look at table TADIR, select records with a development class beginning with Z.
Regards
2007 Jul 23 1:04 PM
To translate PGMID & OBJECT into a readable text, first use function module TR_OBJECT_TABLE to get the list of values.
Regards