‎2011 Nov 08 4:40 PM
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
‎2011 Nov 08 4:43 PM
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
‎2011 Nov 08 5:06 PM
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
‎2011 Nov 08 6:00 PM
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