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

Reprocess Error IDOC

Former Member
0 Likes
798

Hi,

Is there any way that we can reprocess all error idoc in a time frame,

Eg., I want to set one hour of automatic processing of all error idocs based on particular message type.

Is it possible, please let me know.

4 REPLIES 4
Read only

Laxmana_Appana_
Active Contributor
0 Likes
637

Hi,

Use Program : RBDMON00 to re-process Error IDOC's.

schedule the same program in background for automatic processing .

Regards

Appana

Read only

0 Likes
637

Hi Appana,

I am not able to look at this program in se38. Any suggestion?

Read only

Former Member
0 Likes
637

YOu can create a custom report program which gets al the idcos of a particular message type (Obviously which are failed) and submit the program RBDPROCESS with Idoc numbers,

SUBMIT RBDPROCESS AND RETURN WITH P_IDOC IN R_DOCNUM

WITH P_NODISP = 'X'.

Regards,

ravi

Regards,

Ravi

Read only

0 Likes
637

Hi Ravi,

I am not able to look at this program RBDPROCESS in se38. Any suggestion?

Arfeen