cancel
Showing results for 
Search instead for 
Did you mean: 

PC Decision Between Multiple Alternatives

Former Member
0 Kudos

Hi Experts,

I have a multiple Process chains , need to organize the loads depending the conditions.

how can i design my PC if the condition as below.

if P1 success then P2.

if P1 always(success or fail) then P3.

How can i make two decision links from one PC that is from P1, i need two get 2 links one link as success to P2 and another link always to P3.

could you please help me.

Really helps

Madhu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Create a Meta Process Chain which will include your P1, P2 and P3 Chains.

And the design should be as follows :

Start --> P1.

After P1 include P2 and P3. Now Connect P1 and P2 with the link "Sucessful" and connect P2 and P3 with the link "always".

For your requirement there is no need to use the decision process.

Regards,

Neelesh Jain.

Former Member
0 Kudos

Thanks for your suggestion.

but my P3 is need not to wait until P2 completes. the P3 link has to come from P1.

Please suggest.

i am thinking we need to use the Decision Between Multiple Alternatives

Thanks

Madhu

Private_Member_101989
Contributor
0 Kudos

Hello,

Yes you can try that option, that will work. Just do like this:

P1 to P3 always, P1 to Decision Between Multiple Alternatives always, then model it in the process Decision Between Multiple Alternatives.

Regards,

Jorge Diogo

Former Member
0 Kudos

can you please let me know.. hw can i use decision b/w mutliple aternative.

I didn't find any good document in forums and sap regarding "decision b/w mutliple aternative" . everybody pointing to help.sap.com document..there i could not find much information .

say for example

if p1 success then P2

if p1 alwasy then P3

if P1 success & p3 success then P2

Please help

Thanks

Madhu

Former Member
0 Kudos

Hi Madhu,

That was a typing mistake ypu can connect P1 with both P2 and P3 but take one link as Success (P1-P2) and the other as always (P1-P3).

This will work as follows:

P1 starts first.

If P1 succeeds both P2 and P3 will trigger.

If P1 fails only P3 will trigger.

Regards,

Neelesh Jain.

Former Member
0 Kudos

Neelish,

it is allowing only one link from one PC ,it is not allwoing mulitple links(Success , always).

from your code

*P1 starts first.*

*If P1 succeeds both P2 and P3 will trigger.*

*If P1 fails only P3 will trigger*

From P1 it can't be link to P2 and P3 with different status.

Madhu

Private_Member_101989
Contributor
0 Kudos

Hello,

Make a sub-process chain with P1 and P2. Like this:

Sub-Process chain

P1

if P1 OK then P2

Then

If Sub-Process Chain OK or NOK then P3

It only have one inconvenient P1 and P2 have to terminate to start P3, i.e. you can't start P2 and P3 at the same time.

Regards,

Jorge Diogo