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

how to debug Idocs

Former Member
0 Likes
380

how to debug idocs??

how to debug idocs??

2 REPLIES 2
Read only

Former Member
0 Likes
353

Hi,

You can use WE19 to debug IDoc.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
353

Hi Jyothsna,

1) We generally go for customized IDocs if none of the SAP standard IDoc does not suit our need/business process. Creating is custom IDoc should be a very stringent process. The SAP standard IDocs should be rigorously checked (if any user exits can be of our help or IDoc extension will solve the purpose).

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

Regards

Aneesh.