cancel
Showing results for 
Search instead for 
Did you mean: 

PO approval Workflow based on the Release Stratergy.

Former Member
0 Kudos

Hi ,

i am creating PO workflow based on the release Stratergy, in which release group = aa , release stratergy = a1 , a2 ,a3 .

If the PO is created according to a1 then it should goto 1 level approval, if a2 then to 2 level approval and if a3 then 3 level approval.

i have taken BO as BUS2012 and using singlesteprelease as event for triggering the workflow. i am checking the multicondition say if taking bus2012.releasestratergy = a1 then 1 approval if a2 then 2 approval if a3 then 3 approval.

my problem is the workflow is getting triggered but it is not accepting the values from multiple condition box and going to other part and getting struck or getting no where.

please suggest.

thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

So you are using a Multicondition step. I think you can use CASE or SWITCH and you need to give the value and the option.

If the value is not gettng populated you can put a wait for 60 second task in the first step and then execute the Multicondition step.

Thanks

Arghadip

Former Member
0 Kudos

thanks arghadip , i have taken the BO BUS2012 in the start event and tried to capture the release stratergy in the multiple condition and its workin fine now thanks for your suggestion.

BR

Abhijeet Chitale

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Abhi,

I Guess the approach your doing is different from the standard one (WS20000075) No need to go for any multiple conditions.

1. Copy the standard workflow.

2. Create a Rule (Refer Rule 168) with container elements as POnumber, Release strategy and Release Code (Depending on your requirement).

3. Write an FM which will have 2 table parameter fields ACTOR_TAB and AC_CONTAINER and fill ACTOR_TAB with approver name.

4. Use this rule in Release of PO step and correct binding and everything will work fine.

Please revert back if you need more information.

Regards,

Gautham

Former Member
0 Kudos

thanks Gautam , i have taken the BO BUS2012 in the start event and tried to capture the release stratergy in the multiple condition and its workin fine now thanks for your suggestion.

BR

Abhijeet Chitale