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 errors

Former Member
0 Likes
450

how do we handle the errors in idoc?

3 REPLIES 3
Read only

Former Member
0 Likes
429

Use the Transaction WE02 to check the IDOC .

Check the status record if htere is any error.

Error will have the descriotion and you will have to work on that.

You can then reprocess the same IDOC using WE19.

Hope this answers your question. Please reward if useful.

thanks

Read only

Former Member
0 Likes
429

Hi,

Errors in IDOC are two types:

1. Error at Inbound IDOC

2. Error at Outbound IDOC.

Inbound: Go to we02 or we05 and check the status of the idoc, if it is red (Error Status: 51,56,63,65 etc).

In this case go to WE19 and give the idoc no and go to inbound function module and debugg it.

Outbound: These are with error status (02,05,11,26,29 etc).

We cannot handle the errors in testing tool we19, we need to explicitly debugg the Outbound Function module and find the error.

Regards

Kannaiah

Read only

Former Member
0 Likes
429

Hi,

Go to WE02 and display the list of IDOCs.

Double click on a specifi IDOC and you can see the error records on the left hand side.

and u can use BD87 Also.

Regards

Kiran Sure