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

Debugging a Customer Function

former_member229034
Participant
0 Likes
1,456

Hi Seniors,

There is an implementation of a function module exit " EXIT_SAPLEINM_002" from the project "MM06E001". This will be called in the execution of another function module in a custom program. As we dubug the program, the debugger stops at the break point of the statement " Customer Function '002' , but does not go into it. What are the ways we can debug a function module exit.

Thank you,

Chaitanya

Edited by: C N Chaitanya on Nov 8, 2011 10:10 PM

3 REPLIES 3
Read only

Ryan-Crosby
Active Contributor
0 Likes
1,022

Hi,

I believe it will not step into the customer function if it has not been activated. Once you activate the exit you should be able to step into your code with the debugger.

Regards,

Ryan Crosby

Read only

Former Member
0 Likes
1,022

If user exit is assigned to any project using CMOD transaction and if it activated then Debugger will stop ,otherwise cursor will not go into the point.

Thanks

Seshu

Read only

Former Member
0 Likes
1,022

Hi Chaitanya,

In transaction CMOD create a Z project and inside that Z project assign enhancement "MM06E001". and activate.

After activation of project it will execute your code in exit EXIT_SAPLEINM_002.

Thanks,

Vijay