SE80 allows me to visually sift through items one by one, but an automated method is needed. I've been looking for the answer to this for some time.
Based on a previous question, "Finding the transaction code for populating a table", it strikes me that there must be a link somewhere. How could I join DD02T & DD03L & DD04T (easy) to TSTC or TRDIR?
The outcome would be to produce dataflow and usage models in our rather oddly-customized SAP R/3 Enterprise system.
Requires Free Membership to View
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial DirectorYou've still got a bit of work to do to find the main ABAP for your include. The table you need for this is WBCROSSI -- OTYPE "IC", NAME = your include, INCLUDE = the include in which NAME is included, MASTER = the main program.
In older systems there are the tables D010TAB and D010INC which contain the same information, differently organized.
This was first published in October 2005