cancel
Showing results for 
Search instead for 
Did you mean: 

Always Trigger PC step after Abap program

former_member616131
Discoverer
0 Kudos

Hi all,

I should create a process chain with only 2 two abap program steps.

I'd like to know how to always trigger the second step even if the first one has gone in error.

In this scenario, the system does not allow to choose between the three usual trigger options, while the arrow is always black and the next job does not start if the previous one is in red.

I would instead to always start regardless of the status of the first step and for solve this issue I would to avoid two parallel steps, or to create two different chains.

How can I do?

Many thanks for your help.

Claudia

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Claudia,

Is this a custom ABAP program? If so, maybe you can update the program so it does not return an error, if running in the background. For any errors, maybe issue a warning/information message instead.

Thanks.