Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the tcode for the include's in user exit

Former Member
0 Kudos

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

4 REPLIES 4

former_member181962
Active Contributor
0 Kudos

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

Former Member
0 Kudos

try checking in <b>TSTC</b> table by giving the include name as program name

Message was edited by: Sekhar

Former Member
0 Kudos

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.

Former Member
0 Kudos

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