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

IDoc's

Former Member

How to DEBUG an IDoc?

3 REPLIES 3
Read only

Former Member
0 Likes
450

HI,

Put a break point in the IDOC function module..

OR

Go to WE19..give the idoc number..

Press F8..

IN the menu...press inbound function module..

Give the inbound function module..

Check the check box in debugging mode..

Thanks

Naren

Read only

0 Likes
450

Use WE19 tcode to debug

Read only

Former Member
0 Likes
450

hi,

We can Debug Idoc by using Tcode : We19

WE19 is the test tool by which we can create IDocs to see whether our functionality is working. It is mostly used to debug inbound function modules.

For outbound function module debugging you can use the following:

1) RBDMIDOC - for master IDocs configured via change pointers.

2) RSNASTED - for transaction IDocs with output/message control.

3) RSEOUT00 - For IDoc whose status is "to be processed".