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: 

Schedule failed Idoc reprocessing thrice per failed Idoc

former_member192892
Active Contributor
0 Kudos

Dear Experts,

I want to schedule RBDMANI2 as a background job to run every 10 minutes and it should reprocess a failed Idoc only thrice. To achieve this, I used dynamic variant on date and time where date I gave as current date, current date +1 and time I gave as current time - 30 mins in the variant attribute.

However, this logic failed as SAP's search does not take a combination of created date and created time into account. This issue could be solved if I could put a value of 23:59:59 in the created time to field.

I would like to ask whether I can achieve this requirement without any custom coding at all.

Regards

Varun

2 REPLIES 2

henk_verdaasdonk4
Active Participant
0 Kudos

Hi Varun,

Did you try the 'Maximum Number of repeats" on the Ibound process code? Transaction WE42. It depends on how the inbound FM is implemented if and how it works.

Cheers,

Henk.

0 Kudos

Hi Henk,

We are using standard process codes and would not want to touch them. Trying my best to avoid a workbench request

Regards

Varun