Application Development 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: 

How to Debug the Outbound IDOC

former_member231368
Participant
0 Kudos

Dear SDN Members,

How to debug the outbound idoc please.

Thanks in advance

Yerukala Setty

4 REPLIES 4

Former Member
0 Kudos

Goto WE41 to get process code for ur message type . Then double click it and it will show the function module attached to it .

Put break point in it and then debug....

Edited by: anil sasidharan on Mar 3, 2009 5:59 PM

Former Member
0 Kudos

hello,

try transaction we19,

regards,darek

uwe_schieferstein
Active Contributor
0 Kudos

Hello

Have a look at the following blog and comment within:

[Debugging Outbound IDoc Output Control scenarios|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/6355] [original link is broken] [original link is broken] [original link is broken];

[Stopping on breakpoint when using 4 - send immediately|https://weblogs.sdn.sap.com/cs/user/view/cs_msg/21739]

Regards

Uwe

Former Member
0 Kudos

Hi,

IDocs are processed by a function module, which are mapped against in table EDIFCT. When you process an IDoc in transaction BD87 you can put a breakpoint in the function module and it will stop there.For outbound processing it depends on which program is sending the IDoc. For transactional data like purchase orders, the IDoc is created via RSNAST00 which in turn calls a function module assigned to the processing code (BD41).

Thanks,

Asit Purbey.