cancel
Showing results for 
Search instead for 
Did you mean: 

Why multiple decisions process chain shows RED sign after successfull completion?

former_member198905
Participant
0 Kudos

Hi

I create a process chain containing multiple Decisions processes after Start process:

  1. Every decision process having it own processes tree.
  2. Only one decision process is true at a time i.e. every time process chain run only one decision will true so its own processes tree will execute only.

But after successful completion of process chain shows RED sign instead of GREEN sign.

How to resolve it?

Thanks

Imran Shafiq

Accepted Solutions (0)

Answers (3)

Answers (3)

RamanKorrapati
Active Contributor
0 Kudos

Hi Imran,

am not sure, whether its possible or not.

please check with abap expert and develop one custom program to change your chain status form red to green.

please use below useful details

Program and FM - RSPC_PROCESS_FINISH.

Table - RSPCPROCESSLOG.

Your program need to be scheduled after completion your chain.

Thanks

RamanKorrapati
Active Contributor
0 Kudos

Hi Imran,

i got your point.

Yes, that is clear. if any process step is red(as per the decision) the whole process will be showed as red. its common thing.

as monitoring task - you need to cross check, your all loading steps are green or not. if its green then nothing to worry about whole chain status(Red).

Thanks

former_member198905
Participant
0 Kudos

Hi Raman

I am using ST13 for monitoring process chains if any process chain's status RED then I go to chain and correct it. so is there any way if all decisions are RED then process chain's status become RED otherwise process chain's status become GREEN??

Thanks

RamanKorrapati
Active Contributor
0 Kudos

hi,

please check the message at your process type.

Select failed process type-->right click--> display message, see the logs.

please check at SM50, whether BGDs are fully occupied or long running jobs are in process?

Thanks

former_member198905
Participant
0 Kudos

Hi Raman

There is no error in a process chain. May be I am not clearly define my issue.

let suppose there are 5 decisions e.g. A,B,C,D,E in a process chain every time chain run only one decision become true and rest of them are false it means true decision shows green and go further to execute its next processes up to end and false decision shows red and stop. When chain complete successfully i.e. all processes shows green so status of the process chain should be green but it shows red because 4 decisions are red out of 5.