cancel
Showing results for 
Search instead for 
Did you mean: 

SRM 7.0 process based WF - restart of approval WF problem

Former Member
0 Kudos

Hi everybody,

we have a 3 step custom approval WF for SC. We have the following issue:

if an approver rejects the SC (let's say the 2nd one) the SC is correctly sent back to the requestor. If the requestor makes a change and then submits the SC for approval again, the WF skips the approver(s) that have already approved the unchanged SC and starts again from the approver who rejected the SC.

Is this standard behavior?

Should we implement BAdi WF_PROCESS_RESTART?

Thanks in advance.

Bye,

Max

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes it is standard behavior.. If you want to start from first if any approver reject anything you need to implement WF_PROCESS_RESTART..

Thanks!!

Bharath

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved by implementing BAdi WF_PROCESS_RESTART.

Thanks to everybody.

Bye,

Max