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

Regarding User Exit & Customer Exit

Former Member
0 Likes
496

Hello Friends,

I want to ask some points in User and Customer exit related.

1. How to find User Exit and Customer Exit in any T,Code?(Like:VA01, ME21)

2. During Debugging of (VA01 or Va02) how to Stop on User Exit & Customer exit?

Please explain.

Regards

Amit

Moderator message: these are FAQs, please search for available information/documentation before asking.

Edited by: Thomas Zloch on Oct 27, 2010 1:17 PM

Hello Friends,

I want to ask some points in User and Customer exit related.

1. How to find User Exit and Customer Exit in any T,Code?(Like:VA01, ME21)

2. During Debugging of (VA01 or Va02) how to Stop on User Exit & Customer exit?

Please explain.

Regards

Amit

Moderator message: these are FAQs, please search for available information/documentation before asking.

Edited by: Thomas Zloch on Oct 27, 2010 1:17 PM

2 REPLIES 2
Read only

Former Member
0 Likes
470

Hi Amit,

Please search before posting in SDN.

There are many ways of finding. Goto the main program and check the Package and give that package name in CMOD/SMOD, you will get the list. Or you can search for CALL CUSTOMER in the main program.

You can check the following link

Thanks & Regards,

Faheem.

Read only

Former Member
0 Likes
470

User/Customer exit is same thing, as far as I know. There are different types of enhancements, the original like SD (includes named like MV45AFZ*) which are "always on", exits that are controled via transaction CMOD and turned off/on by customer (code inserted into specific include), implicit enhancements at the top and bottom of almost all ABAP objects and subroutines in programs that can be used to create an enhancement containing code, and BADIs.