cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC reposting

former_member183906
Active Contributor
0 Kudos

IDOC No. A1 is generated with error. We process it by tcode we19 by putting value manually , but it get posted successfully with new IDOC No.A2.

A1 still remains with error status code in IDOC.

How IDOC can be successfully posted with same idoc number.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use transaction bd87 to reprocess IDocs.

Kind regards,

Koen

former_member183906
Active Contributor
0 Kudos

BD87 is creating new idoc number... i want same idoc number need to be maintained..

unless users are again going and reprocessing the same idoc wid error..

Former Member
0 Kudos

Hi,

Use This Report to re-Process the Errored Idoc again

goto Se38-RBDAGAINExecute

REgards

Seshagiri

former_member183906
Active Contributor
0 Kudos

I need to change values of existing IDOC at runtime without changing IDOC No. Same IDOC No. needs to be retained after manual input of some fields in idoc.

by BD87, we are able to reprocess idoc,but not able to edit field values. by WE19, we can change,but new idoc is generated.

Former Member
0 Kudos

Hello,

You can change an IDoc directly in WE05. To do this, display the IDoc, and expand the data records section. Double click on the page icon next to the segment you want to change. You will get a display screen, but if you go to

the data record menu, you can change this to edit. I think this creates a copy of the original IDoc - you can then process this through BD87.

Another method is to use we19. There you can also copy an existing IDoc and re-process.

Regards

Gangaprasad

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ViJaYaNt ,

the right way to resend a IDOC is to reset the status of the IDOC!

After you reseted the Status you can resend the (same) IDOC via BD87.

To reset the status of an IDOC you have to use WE19 and simultate an "incoming IDOC of Type SYSTAT01"...

IDOCs of type SYSTAT01 are normally send by XI (or other middleware) to reset the status of an existing IDOC.

Regards Mario

Former Member
0 Kudos

Hello Vijaya,

You can repost using BD87 or use report RBDMANI2

regards

Ganga

Former Member
0 Kudos

Reposting IDocs with Errors

If the processing of the inbound IDoc resulted in an error (IDoc status 51 - u201CApplication document not postedu201D, or 63 - u201CError passing IDoc to applicationu201D), you can use the report RBDMANI2 to resubmit the IDoc.

In this program you can select specific errors.

The program can also be scheduled as a periodic job to collect IDocs that could not be posted because of a lock problem.