‎2007 Jun 22 5:25 PM
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.
‎2007 Jun 23 9:51 AM
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.
‎2007 Jun 22 5:30 PM
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.
‎2007 Jun 22 5:33 PM
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?
‎2007 Jun 22 5:43 PM
‎2007 Jun 23 9:51 AM
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.
‎2007 Jun 25 10:05 AM
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
‎2007 Jun 25 11:10 AM
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.