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

Customer User Exits

Former Member
0 Likes
672

Hi,

Can anyone tell me how to identify Customer user exits implemented in standard programs ?

I know I can find out in table MODSAP (Table exits, Function, Screen, GUI exits) but these are different.

I want to know Customer Exits in standard programs.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
644

Find 'Call customer-function' in main program to find user exits.

Or you can find them thr' transaction 'SMOD' if you know development class of that standard program.

Regards,

Aparna Gaikwad.

Find 'Call customer-function' in main program to find user exits.

Or you can find them thr' transaction 'SMOD' if you know development class of that standard program.

Regards,

Aparna Gaikwad.

4 REPLIES 4
Read only

Former Member
0 Likes
645

Find 'Call customer-function' in main program to find user exits.

Or you can find them thr' transaction 'SMOD' if you know development class of that standard program.

Regards,

Aparna Gaikwad.

Read only

0 Likes
644

Hi Aparna,

Thanks for your quick response.

Yes I can find out the string 'CALL CUSTOMER EXIT'...

But If I go manually to a particular program and find out the string and once I double click on the same then it will show me FUNCTION EXIT or something other type of Exit....

e.g. If I find FORM USEREXIT....in prog SAPMV45A....then it will show me FORM USEREXIT and ENDFORM and thats what i am looking for.

Anyways thanx for giving me idea to find out the exits...

But now my question is how to identify if user has added the code in the FORM and ENDFORM statement.

Edited by: Kuldeep Mane on Aug 4, 2008 2:14 PM

Read only

Former Member
0 Likes
644

Hi Kuldeep,

But, Function Exits , Screen Exits, GUI exits are types of Customer Exits.

Check this link for finding Customer Exits.

http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
644

Hello Kuldeep,

The easiest way to do this would be to go to the SAP standard program in SE38 and search for "CUSTOMER*EXIT" in the main program.

Since most user exits follow this naming condition you may find what you are looking for.

Hope this help.

Regards.