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 outbound function module

Former Member
0 Likes
507

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
471

Always Update and System debugging should be "Turn on" For Debugging the outbound IDOC.

From Debug screen>Settings>..

3 REPLIES 3
Read only

Former Member
0 Likes
472

Always Update and System debugging should be "Turn on" For Debugging the outbound IDOC.

From Debug screen>Settings>..

Read only

sachin_mathapati
Contributor
0 Likes
471

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

Read only

Former Member
0 Likes
471

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