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

how to find transaction code based on user exit name

Balu483
Participant
0 Likes
851

hi experts,

i have founded some of  already implemented user exit names, implementation project names  in a table MODACT , but i don't know for which transaction code this implementation's belongs to can you please tell me how to find the TCODE based on exit names or implemented project names .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
725

Hi,

I guess there is no direct link between SAP exit names and the Transactions they are being called from. The name of the project is totally based on the naming convention of the project or SAP Standard way, so it is again difficult to judge the T-Code being called to use the exit.

One way you can find out is check the exit for which application it is used for example SDVFX004 is used for Billing in SD. Package VF stores the T-Code VF01 and Exit SDVFX004, here you can most likely rely that this is called from VF01 ( but not 100%).

Hopefully the documentation (of the implementation) can help you find exact T-Code.

Hope this helps.

hi experts,

i have founded some of  already implemented user exit names, implementation project names  in a table MODACT , but i don't know for which transaction code this implementation's belongs to can you please tell me how to find the TCODE based on exit names or implemented project names .

2 REPLIES 2
Read only

Former Member
0 Likes
726

Hi,

I guess there is no direct link between SAP exit names and the Transactions they are being called from. The name of the project is totally based on the naming convention of the project or SAP Standard way, so it is again difficult to judge the T-Code being called to use the exit.

One way you can find out is check the exit for which application it is used for example SDVFX004 is used for Billing in SD. Package VF stores the T-Code VF01 and Exit SDVFX004, here you can most likely rely that this is called from VF01 ( but not 100%).

Hopefully the documentation (of the implementation) can help you find exact T-Code.

Hope this helps.

Read only

0 Likes
725

thanks for your information.   if is their any direct way to find TCODE for an EXIT name  as input please let me know

thanks&regards,

chandu.