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 exits

Former Member
0 Likes
433

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

3 REPLIES 3
Read only

Former Member
0 Likes
399

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

Read only

messier31
Active Contributor
0 Likes
399

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...

Read only

Former Member
0 Likes
399

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.