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

DD tables for development class

Former Member
0 Likes
593

Hi everyone,

How to get the list of tables in a particular development class using ABAP program. I want to make list of tables for particular dev. class.

thanks in advance,

suresh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
428

Hi,

You should query the TADIR table.

The Program ID is R3TR and the object type should be TABL.

Regards,

Anand Mandalika.

1 REPLY 1
Read only

Former Member
0 Likes
429

Hi,

You should query the TADIR table.

The Program ID is R3TR and the object type should be TABL.

Regards,

Anand Mandalika.