Application Development 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: 

debug user exits EXIT_SAPLEINM_001 & EXIT_SAPLEINM_011

Former Member
0 Kudos

Hi,
how do i debug these two user exits for creating POs for IDoc ORDER05, i have session break points set but yet execution doesnt stop at these two user exits.

EXIT_SAPLEINM_001
EXIT_SAPLEINM_011

thanks for your help in advance.

Prema

1 ACCEPTED SOLUTION

former_member195402
Active Contributor
0 Kudos

Hi,

please check in CMOD that SAP Enhancement MM06E001 is assigned to an active customer project.

Regards,

Klaus

3 REPLIES 3

former_member195402
Active Contributor
0 Kudos

Hi,

please check in CMOD that SAP Enhancement MM06E001 is assigned to an active customer project.

Regards,

Klaus

0 Kudos

Hello Prema,

If the user-exit is not activated (as describe by Klaus Babl) the debug will not stop into the function module EXIT_SAPLEINM_001 and EXIT_SAPLEINM_011.

In this case, you have to find the calling program by using the where-used function and set the break-point in the calling program at the line "CALL CUSTOMER-FUNCTION 'xxx'".

Additionally: the debug does not work on background process.

look at

Xavier.

Former Member
0 Kudos

Thanks Klaus and Xavier.

This program is already in production with these two user exits active;
I have an enhancement request to make changes to these user exits.