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: 

ReProcess outbound idoc

Former Member
0 Kudos

Hello, i have an errored idoc sent from my system,

Can i resend the same idoc again via sap standard (function or program)?

thanks in advance,

Ofir.

4 REPLIES 4

Vinod_Chandran
Active Contributor
0 Kudos

Hi,

Use the transaction WE19 to resend the IDoc. Using this you can create an IDoc as a copy of the one in error.

Also look at this.

http://help.sap.com/saphelp_nw04/helpdata/en/52/16adef543311d1891c0000e8322f96/content.htm

Cheers

Vinod

0 Kudos

You can use WE19 in a test environment but that will not reprocess same IDOC. You need to use BD87 to reprocess IDOC's (Both Inbound and Outbound).

Cheers,

Sanjeev

Former Member
0 Kudos

if you need to reprocess any idocs that are in error either in foreground or background, you can use standard program RBDMANI2. The advantage of this program over WE19 or BD87 is that you can set this program to run as a scheduled job on say a daily basis to clear out Idocs in error.

Former Member
0 Kudos

Hi ,

If the error has occured in the sending system then you can use anyone of the above methods . But if the error has occured in the receiving system then you can repeat output if the IDOC is through message control or repeat the process of sending an IDOC . In any case you can create a replica of the already send IODC through WE19.

Cheers.