‎2010 Jan 07 12:36 AM
I have to debug the outbound IDOC function module and UserExit for invoice message type INVOIC, process code SD09, function module is IDOC_OUTPUT_INVOIC and user exit for the function module LVEDF001.
I tried putting the break point in function module IDOC_OUTPUT_INVOIC and recreate the IDOC using WE19 but it creates the idoc but does not stop at the break point. I have also tried generation of idoc through VF02. It again creates the idoc but does not stop at the function module.
Please let me know if I am missing any thing and not doing it right.
Appreciate your help.
Rohit
‎2010 Jan 07 2:00 AM
‎2010 Jan 07 2:34 AM
Did u chk through the program RSNAST00?
Give the selection parameter values o/p application, object key & o/p type...this will stop at ur breakpoint.
Before that u have to set the o/p to option 1.
‎2010 Feb 16 11:14 AM
‎2010 Feb 19 3:17 PM
‎2010 Jul 09 6:55 AM
Hi Ali,
I faced the same problem. Thing is the break point is not getting triggered when i ran tha IDOC through WE19.
What i have done is i created a project for my exit in CMOD and kept some junk code in the exit and executed it through BD21. Then the Break point got triggered. See if it works.
Regards,
Uday S.