‎2009 Mar 18 8:58 AM
Hi,
I am trying to create or save sales order(va01). I am using ZWIP as the output type and transmitting the details to 3rd party system using idoc. Now Once I save, I could see the out bound idoc being generated. But when I put the break-point in the underlying function module, the process is not stopping there. I want to debug that function module. But all the time the idoc has been generated without stopping at the break-point.
How do I debug the function module for the outbound idoc?
Any ideas would be appreciated.
Thanks
Sachin
‎2009 Mar 18 9:01 AM
Always Update and System debugging should be "Turn on" For Debugging the outbound IDOC.
From Debug screen>Settings>..
‎2009 Mar 18 9:01 AM
Always Update and System debugging should be "Turn on" For Debugging the outbound IDOC.
From Debug screen>Settings>..
‎2009 Mar 18 9:02 AM
Hi ,
Check This Link..
[https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/6355] [original link is broken] [original link is broken] [original link is broken];
Regards,
Sachin M M
‎2009 Mar 18 9:03 AM
HI,
Before saving, put '\h' incommand line and press enter, it will go into debugging then goto settings then update debugging. Then you can press F8 to go the break-point you have create before FM.
Reg,
Sachin