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

INCLUDES in a Program

Former Member
0 Likes
839

Hi guys,

I'd like to know if there exists a table or something to know which INCLUDES are called by a program.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
815

hi Albert,

there are few function modules which tells the includes present in your program.

just give a search in se37 specifying getincludes* in the search criteria.

regards,

Navneeth K.

6 REPLIES 6
Read only

Former Member
0 Likes
815

use find in include program or use where used list in SE11 -> enter table name ->click on where used list -> it shows list of programs.

Read only

0 Likes
815

Thanks for answering Seshu, but I need to apply this for a report program, do you have any idea of how I can do this?

Read only

0 Likes
815

I guess no FM or Table

Thanks

Seshu

Read only

Former Member
0 Likes
816

hi Albert,

there are few function modules which tells the includes present in your program.

just give a search in se37 specifying getincludes* in the search criteria.

regards,

Navneeth K.

Read only

Former Member
0 Likes
815

hi friends ...

just open the table TRDIR ->System Table TRDIR

below is the fields in the table for program type .

SUBC SUBC CHAR 1 Program type

execute the table and in the selection screen Give 'I' for the above field and Z* for the custom include program for the first fields in the selection screeen ... so that it will give you the list of the include programs .

reward points if it is usefull ...

Girish

Read only

Former Member
0 Likes
815

Hi!

1) Go to SE80

2) From the first list box below, select program and in the second box type the name of the program and press enter.

3) Now you can see all the screens, includes, dictionary objects etc related to this program.

4) If includes are used in your program, you can see those includes under the list INCLUDES below.

I think this will solve your problem.

Reward points if useful.

Regards,

Venkat.