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
283

hi

how can i find the User Exits that are activated in the Production Server.

I want to make a report of the same .

is there any txn. or table or any other way out to find the same

abhishek suppal

2 REPLIES 2
Read only

Former Member
0 Likes
264

Finding all User exists which are activate in Production system is somewhat difficult...But U can do so....Go to CMOD & in project field specify Z* & Y* and press F4...It displays all the projects which are in use...U can go to each project individually and find the corresponding user exit which is been used.

Read only

Former Member
0 Likes
264

I am not sure but below code may help you.

Have a look at below link

http://www.erpgenie.com/sap/abap/code/abap26.htm

which gives the list of exits for a tcode.

I hope it helps.

Best Regards,

Vibha

*Please mark all the helpful answers