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

ABAP program Master Table

Former Member
0 Likes
1,121

Hi all,

What is the name of the table that contains info about each program.

I can drill down to it on se38 or se80 by using information system. But I want to write a quick ABAP to get a list of all my programs created before a certain date. I just need the table name to run a quick SQL.

Thanks

3 REPLIES 3
Read only

suresh_datti
Active Contributor
0 Likes
664

Did you try the tables TRDIR & TRDIRT?

Good Luck

Suresh Datti

Read only

Former Member
0 Likes
664

Hi Howard,

Use the table TRDIR.

This should help.

Regards, Debasish

Read only

Former Member
0 Likes
664

Hi,

Check this link to get more info

http://www.sapdevelopment.co.uk/tables/tables.htm

Thanks & Regards,

Judith.