‎2007 Mar 06 10:16 AM
Hi Friends,
One standard include is used by customer Zprogram. When i tried to see what includes they used using the table D010INC. It is showing the standard include. But when i searced in the program i am unable to find it. Ple help me in this regard how i can found where the zprogram is used the standard include.
Regards
Sapna
‎2007 Mar 06 10:18 AM
Hi,
Goto the standard include and do a search on the whole by pressing the search button.
Specify the Z program name correclty. U will get it.
Reward if this helps.
‎2007 Mar 06 10:23 AM
Hi!
If you can't find the include that might be, because the include dows not exists. This may be an inconsistency between the table and the phisycal include.
Try to debug that include (set a breakpoint BEFORE the INCLUDE command).
If you can debug the include, you will see its name, if you can't, then that include "flown away".
Regards
Tamá
‎2007 Mar 06 10:24 AM
hi Sapna,
The information got from D010INC table contains all the includes which are directly or indirectly used in the master program.
The best way to see what are the includes being used is to goto se80 and expand the node <b>Includes</b>, in the left pane. This will list all the includes called directly from the program.
D010INC will contain includes which corresponds to function-modules/methods used in your program, which are not directly connected with the program.
Hope this helps,
Sajan Joseph.