cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Repeat a process step in a process chain automatically after error?

Former Member
0 Likes
2,804

Hi Folks,

I got a process chain with selective deletion. From time to time the selective deletion "fails" as another load is running and a lock cannot be set.

In this situation I would like to re-try 5 min later. How do I set this up? Do I need another ABAP prg. process variant (as I can't insert the same again) and connect this with the "unsuccesful" link + debug loop 350 sec?

Or is there any other / better way to accomplish this?

Thanks and best regards,

Axel

View Entire Topic
Former Member
0 Likes

Hi,

Debug loop will be a good option but make sure that you set sufficient time interval so that overlap doesn't come again.

Regards,

Durgesh.