‎2009 Oct 15 12:49 PM
Hi All,
I have user exit name and I want to find the TCODE which triggers this user exit.
How can I find the Tcode.
Thanks
Venkat
‎2009 Oct 15 12:57 PM
Hi,
Check the package of the function exit... Now go to se80 now specify the package and then display..You will get the programs and tcodes attached to it.
else go for "WHERE USED LIST" of the function exit, it will take you to the main program , now from main program you can get the transaction code.
Regards,
Nagaraj
‎2009 Oct 15 12:57 PM
Hi,
Check the package of the function exit... Now go to se80 now specify the package and then display..You will get the programs and tcodes attached to it.
else go for "WHERE USED LIST" of the function exit, it will take you to the main program , now from main program you can get the transaction code.
Regards,
Nagaraj
‎2009 Oct 15 12:57 PM
Go to SMOD -> componenets...doa where used list.
What is the name of user exit.
Regards,
Nikhil
‎2010 Jan 15 1:25 PM