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

Error Handling in IDoc

Former Member
0 Likes
846

Hi Friends,

Can anybodytell me any procedure for Idoc error Handling (Restart and Recovery) of IDocs that occured in error status. What could be be the possible ways apart from BD87.Thanks in advance for ur gr8 help!!!

Hi Friends,

Can anybodytell me any procedure for Idoc error Handling (Restart and Recovery) of IDocs that occured in error status. What could be be the possible ways apart from BD87.Thanks in advance for ur gr8 help!!!

2 REPLIES 2
Read only

Former Member
0 Likes
624

It really depends on they type of error.

For transactions that need data remediation, the preferred method of posting is via SAP Workflow (xaction So01 for the inbox).

For things that did not post due to missing config, etc. use BD87 (assuming the config now exists).

If you have specific questions post them and I will try to help.

Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
624

You can also do WE19 to fix the segment in error. However when you execute it, it will create a new Idoc, not using the one in error. Hence, you still have those error idoc. BD84 for reprocessing Inbound Idoc and BD83 for reprocessing Outbound idoc.