‎2006 Oct 28 5:42 PM
How can we find user exits for a particular transaction, like whether it is having field exits or menu exits or screen or function module exits.
What is the standard program to find field exits?
Expecting early reply.
Shyam
‎2006 Oct 28 7:07 PM
Hi Shyam,
Just go to the transaction that you want to search user exits for, then go to System > Status in the menu. A pop-up will come indicating the program name eg SAPMV45A for VA02. Now display this program and search for string 'CALL CUSTOMER-FUNCTION' in the code. This will give you all the exits for this particular transaction.
Alternatively, if you want to search all the user exits you may also use transaction CMOD.
Sameer
‎2006 Oct 28 7:16 PM
Hi Shyam,
What you can do is first get the development class of program then go to se80, select package and enter the one you got from ur program..
now in the navigation window yuo can see all objects for the package here will find even user exit too..
double click on th user to see which program from package is using and at what place.
Hope this helps you...
‎2006 Oct 28 8:18 PM
Hi Shyam,
Welcome to SDN.
Please check this link for sample program to find user exits for a given transaction code.
http://www.erpgenie.com/abap/code/abap26.htm
Hope this will help.
Regards,
Ferry Lianto
Please reward points if helpful.