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 failed Idoc: new Idoc number?

Former Member
0 Kudos

Hi,

I have a failed Idoc no 4711 with status 51.

Now I want to reprocess the same Idoc because the Idoc content was correct opnly a customizing entry (country) was missing.

Question:

Will the system generate a new Idoc which will have status 53 after successful posting and the old idoc No 4711 remains in status 51 for ever? And if so, how can I link the new Idoc to the old failed Idoc in order to control that all faled Idocs have been re-processed successfully? LIKE OPTION A BELOW

Or will the idoc No 4711 get a new status 53 after successful posting?

LIKE OPTION B BELOW

OPTION A:

Idoc 4711:

20.01.2010: status 51 error: country 'EN' missing

Idoc 6767:

23.01.2010: status 53: successfully posted (this idoc is the re-processed idco 4711)

OPTION B:

Idoc 4711:

20.01.2010: status 51 error: country 'EN' missing

23.01.2010: status 53: successfully posted

Hope my question was understandable and would appreciate any answer and comment.

Thanks,

Thomas

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Execute the program RBDMANI2 and give your IDoc number.

The status will be updated as you mentioned in option B.

Thanks,

Bhanu

3 REPLIES 3

Former Member
0 Kudos

Hi,

Execute the program RBDMANI2 and give your IDoc number.

The status will be updated as you mentioned in option B.

Thanks,

Bhanu

0 Kudos

OR use the transaction code BD87 to reprocess the error IDocs.

If you process the IDoc using WE19 transaction code a new IDoc number will be created and the status of old IDoc will be unchanged.

Thanks,

Bhanu

Former Member
0 Kudos

HI,

WE19 will always create a new IDOC .

The only way to reprocess an existing error IDOC is BD87 if you want to process in dialog

RBDMANI2 - If you want to process either in dialog or background .

Regards,