Hi all,
I have a process chain with some ABAP Reports as process steps. Sometimes one of them run into an error and gets status red. The following steps are executed anyway, because there is no option to choose to stop execution on error if process type is ABAP Report. But this is not the problem.
Now in Log View of RSPC I have the option to REPEAT this failed step via context menu. When I do so, the failed step is executed again and is finished correctly, but all following steps, which have already been executed before, are executed once again. This is not what I want.
Is there a possibility to execute only the failed step whithout run all following steps once again?
Thanks for your help!