Application Development and Automation 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: 
Read only

How to read metadata for development objects

former_member188498
Active Participant
0 Likes
616

Hi,

I am trying to find tables or function modules which can be used to get metadata for all development objects contained in ABAP package (function modules, reports, tables, structures etc).

So far I have found tables tfdir and fupararef for reading function modules metadata.

Any ideas which additional tables can be used?

Regards,

Ladislav

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
550

Hi,

TADIR - Stores all the report names

DD02L - Stores all sap tables .

TSTC - Stores all sap tcodes.

Vikranth

2 REPLIES 2
Read only

Former Member
0 Likes
551

Hi,

TADIR - Stores all the report names

DD02L - Stores all sap tables .

TSTC - Stores all sap tcodes.

Vikranth

Read only

Former Member
0 Likes
550

Adding to Vikrant---

TRDIR for ABAP Programs.

Revert if you need more information else close the thread with Giving points suitable.