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: 

IDoc's

Former Member
3 REPLIES 3

Former Member
0 Kudos

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

0 Kudos

Use WE19 tcode to debug

Former Member
0 Kudos

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".