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

Which table stores program names?

Former Member
0 Likes
16,709

Hi,

Which table stores the program names.

Suppose i have a program with name ZTEST.

And the program ZTEST has 2 more include programs ZTEST_TOP and ZTEST_MAIN.

Now the requirement is that i'll have the program name (Say ZTEST), I need to fectch the includes associated with e program.

I wanna know which table stores this data(program and its corresponding includes).

Thanks in adavance.

Vishnu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
7,836

Use the function module " GET_INCLUDES".

Regards

Vinod

6 REPLIES 6
Read only

Former Member
0 Likes
7,837

Use the function module " GET_INCLUDES".

Regards

Vinod

Read only

0 Likes
7,836

Thanks a lot Vinod. But its returning a lot of junk values along with includes. Like standard SAP pregrams.

Read only

0 Likes
7,836

Hi,

If you are using this for searching the includes of your z program/function group, you can filter out the objects starting with "Z","Y","LZ","LY".

Regards

Vinod

Read only

Former Member
0 Likes
7,836

Hello

D010SINF - programms

D010INC - includes

Read only

0 Likes
7,836

Thanks Dzed Maroz. D010INC is really useful.

Thanks for writing in Joy. TRDIR isn't really useful.

Thanks again Vinod.

Read only

jyotheswar_p2
Active Participant
7,836

Hi

All of them are stored in TRDIR table.

Thanks & Regards

Jyo