cancel
Showing results for 
Search instead for 
Did you mean: 

error in start conditions

Former Member
0 Kudos

Hi experts,

I Get an error in my application monitors,

we dont have any clue who is the user and why is he facing such error.

Can any one help me out in this regard.

The error is

Start conditions for 00050101442 is incorrect : 0 workflows

This is SRM version 4.0

Best Regards,

Sairam.

Accepted Solutions (1)

Accepted Solutions (1)

Ramki
Active Contributor
0 Kudos

Hi Sai

Check your workflow start conditions for this object in txn SWB_PROCUREMENT.

If you have multiple workflows activated for any object (say, SHopping cart), then you need to be careful to see that :

- start conditions are mutually exclusive (same start condition value should not be in 2 workflow startconditions. For example, you cannot define total value 0-1000 EUR for one workflow and 1000-10000 in another workflow as 1000 is valid in both )

- Start conditions encompass all possible values (For example, if you define total value 0-1000 EUR for one workflow and 1000-10000 in another workflow, it is not sufficient as they do not cover all values . Better would be to define 0-1000 in one workflow and >1000 in another workflow)

Best regards

Ramki

Answers (0)