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 Idocs

Former Member
0 Kudos

Hi There

The system has dispached several Idoc to the middleware software, actually all my Idoc have 07 status Error during syntax check, this means that something is wrong with the traslation. I would like to resend all of those messages again to the middleware. I tried trhoght BD87 but I cannot execute this process.

The operation cannot be carried out with this node type

Message no. B1891

Thanks in advance

Alexis Ramirez

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

Hi Alexis,

Try to change the statusof the idoc using the program

RC1_IDOC_SET_STATUS to some status like ready to be dispatched(30).

Then use BD87 to process the idoc.

Regards,

Ravi

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos

Hi Alexis,

Try to change the statusof the idoc using the program

RC1_IDOC_SET_STATUS to some status like ready to be dispatched(30).

Then use BD87 to process the idoc.

Regards,

Ravi

0 Kudos

Hi ,

You can go to WE19 and select the required Idoc and click 'Standard Outbound Processing' button.

Kind Regards,

Ravi Sankar.Z

Former Member
0 Kudos

Hi,

Set the IDOC status back to 30 using the program RC1_IDOC_SET_STATUS and execute the program RSEOUT00 for all those idoc's then they will be resent again.

If you use WE19 transaction a new IDOC is going to be generated and moreover you shouldn't use the WE19 transaction in the production environment.

Thanks,

Mahesh.