cancel
Showing results for 
Search instead for 
Did you mean: 

back step

Former Member
0 Kudos

hi

If i have two steps in my work flow and in the second step i have

User Decision with approve and reject , i want to go back to the first step when reject how i do this , any help pls

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1) In your rejection outcome, put a container operation, and set for example "REJECTED" container element to 'X'. (First create this container element).

2) Put there a loop after the decision step, and in this loop check if the rejected element is X. If it is, loop back to the beginning of the workflow. If is is not, just continue to the end of the workflow.

Regards,

Karri

PS. Try to find the SAP library tutorial workflow template (about absence approval). I think that there is exactly similar scenario.

Edited by: Karri Kemppi on Nov 9, 2008 1:07 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

how i tell him to loop back to the beginning of the workflow

Former Member
0 Kudos

Create the loop step into the end of the workflow. Then cut/paste the other steps "inside the loop". You should get an idea just by trial and error. Just keep in mind that it is not possible to tell for the loop that where it should "loop back" - you need to move the steps into the loop.

-Karri