cancel
Showing results for 
Search instead for 
Did you mean: 

SRM BRF workflow item based approval

Former Member
0 Kudos

Hi experts

I need some help with item based approval workflow, my doubt is:

I have a valuation ID for shopping carts that can result in 2 levels of process schema depends if the itens of shopping cart have source of supply, if the item of shopping cart have source of supply process schema 1 and if not process schema 2, my problem is sometimes I have in the same shopping cart itens with and whitout souce of supply,.

How can define the result of valuation ID if just 1 EV_VALUE must be filled?

Thanks

Nilson

Accepted Solutions (0)

Answers (2)

Answers (2)

konstantin_anikeev
Active Contributor
0 Kudos

HI Nilson,

I think you should create a new combined schema with the steps from both of your schemas.

Then you can say, for example,

step 1 relevant for all SC items,

step 2 only for items with sourcing

step 3 only for items witout sourcing...

of even

Step 1 for all SC Items,

Step 2 split for 2 approvers (so called parallel approval) - one approves sourcing relevant positions, another the rest.

Best Regards

Konstantin

Former Member
0 Kudos

Hi,

In the process schema definition for BO Shopping cart BUS2121 define two process schemas.

like

BUS2121      PROCESS_SCHEMA_1

BUS2121      PROCESS_SCHEMA_2.

So during coding/processing.. if for that SC item has a filled SOS, assign ev_value = PROCESS_SCHEMA_1

else  ev_value = PROCESS_SCHEMA_2.

Note :  We need to again define the process levels for PROCESS SCHEMA 1 and 2.

Regards

Vinay.