2006 Apr 06 2:32 PM
Hi
I wanted to find the tcode for the given include name in the user exit.
Can you pls help in this regard
Regards
Madhan Doraikannan
2006 Apr 06 2:39 PM
Press on the Where used list of that include/Function module and then press the Display Object List button(Ctrlshiftf5)
on the application tool bar.
Then you can see a tree structure on the left side of your screen.
In that you can find the transaction under the transaction node.
Regards,
Ravi
2006 Apr 06 2:41 PM
try checking in <b>TSTC</b> table by giving the include name as program name
Message was edited by: Sekhar
2006 Apr 06 2:55 PM
Hello Madhan,
Usually the include in the user exit is part of a function group which directly may not fetch u tcode. So the best option is..
1. Get the FM name and check the table modsap. This will give u the enhancement name and related information which can help u with the tcode.
2. to use the where used option which will lead you though multiple program till u reach the main program where u can search for transaction.
e.g say u r trying to search include ZXM06U41 which exists in the FM EXIT_SAPMM06E_016. Now if u do a where used for this FM it will show program name MM06EF0C_CUSTSCR1_ITEM_SET_D03 if u again go for where used it will show u MM06EF0C. now if u click of the Display object list in the toolbar u will get the list of tcodes also.
2006 Apr 07 4:47 AM
Hi All
Thanks for the inputs.
Basically i need to find tcode for around 150 includes.
Finding out individually is time consuming job.
If anyone can tell the table name to find out the function module name for the given include it will great
pls help
Regards
Madhan Doraikannan