cancel
Showing results for 
Search instead for 
Did you mean: 

MDG-M Autoapprove Step if no approver found

Cnv88
Explorer
0 Kudos

Hi!

We are using Dynmic agent call badi to dynamically retrieve approvers. Some steps are conditional and depends on Custom fields. So Badi checks if step applies or not. 

We need that if step is not applicable->got autoapproved or follow to next step. How to set auto-approval and continue to next step? ( if no approver set in badi, workflow get stuck). How to skit step and go to next ?

 

Thanks!

 

Accepted Solutions (0)

Answers (1)

Answers (1)

Nilesh_Bundele
Participant

Hi @Cnv88 

In Agent Group Determination BADI, you will find changing parameters 'CT_USER_AGENT_GROUP', CV_NEW_STEP, CV_NEW_CR_STATUS, CT_NON_USER_AGENT_GROUP. You can check your conditions and wherever you need to skip current step you can put value of next step in CV_NEW_STEP & modify agent group parameter accordingly.

Thanks

Nilesh