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

user exit

Former Member
0 Likes
372

hi

how to find which user exit is linked to which transactions

iam having a user exit name now i want to know to which transaction

it is attached.

regards

kiran

3 REPLIES 3
Read only

Former Member
0 Likes
350

check if the User Exit is attached to any project in SMOD/CMOD.

Then you can use the where-used list or the SAP Applications MENU to navigate to the place of implementation.

Rgds

Meera

Read only

Former Member
0 Likes
350

Go to smod transaction

Give the enhancement name. Press display.

Get the package name.

Go to se93.

Press F4 and use the package name to search.

YOu would get all the related transactions.

Regards,

Ravi

Read only

Former Member
0 Likes
350

Hi Kiran

Try SMOD transaction ...

here you can check the assosiation of user exit with various transactons.