‎2007 Aug 31 4:46 PM
If you do not have written documentation of the ABAP program you are trying to debug and you need to find out like:
1. what other programs that calls a certain function or object?
2. what are the subprograms or include programs connected to a whole project?
Is there any way the SAP system can help you find the interconnection of programs, objects, functions used in the entire project?
<b>thanks for the help.</b> newbie here.
‎2007 Aug 31 4:50 PM
If all the objects are in thge same package, you can use SE80 to display the components of the package.
You can also use SE80 to display all of the includes, screens, transactions, etc. of a single program or function group.
Rob
Message was edited by:
Rob Burbank
‎2007 Aug 31 4:50 PM
If all the objects are in thge same package, you can use SE80 to display the components of the package.
You can also use SE80 to display all of the includes, screens, transactions, etc. of a single program or function group.
Rob
Message was edited by:
Rob Burbank
‎2007 Aug 31 4:52 PM
how about like which subprogram calls a certain function or form? will you be able to trace which one calls that?
‎2007 Aug 31 4:53 PM
You can do a "where used list" to see where functions/forms are used.
This will also show external uses.
Rob
Message was edited by:
Rob Burbank
‎2007 Aug 31 4:52 PM
Hi,
You can use Where-Used functionality for object used in others.
Additional Info:-->
You need to search for particular key word in all programs used then use program RPR_ABAP_SOURCE_SCAN.
a®
‎2007 Sep 03 2:10 PM