Application Development and Automation 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: 
Read only

Reg : Tcode triggering the user exit

Former Member
0 Likes
577

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

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
534

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

3 REPLIES 3
Read only

former_member404244
Active Contributor
0 Likes
535

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

Read only

nikhil_chitre
Active Participant
0 Likes
534

Go to SMOD -> componenets...doa where used list.

What is the name of user exit.

Regards,

Nikhil

Read only

Former Member
0 Likes
534

use display all components