cancel
Showing results for 
Search instead for 
Did you mean: 

The status of process chain is yellow even the chain is successfully completed

Former Member
0 Kudos
5,519

Hi Experts,

The status of process chain is yellow even the chain is successfully completed, you can find the Screen shot for the same (LO.JPG).

If we process monitor the process chain(Which is in yellow), the status of the chain is as follows (Pc.JPG)

I am unable to find the reason why the status of the chain is still in yellow. with that status it is unable to trigger to the another chain.

Note : Already tried with RSPC_PROCESS_FINISH but the status remains same.

Please help me out in this regard.

Best Regards,

Manoj.

View Entire Topic
Former Member
0 Kudos

Few days back i faced same problem.i did this that issue got resolved.go to RSPCM T.code Copy the Variant and Instance.Go to the transaction SE11 table – RSPCPROCESSLOG. Put the value for variant and instance Execute this, and the value of the other fields is returned: LOG_ID, TYPE, BATCHDATE and BATCHTIME.copy it. Go to the transaction SE38. Enter the program name - RSPC_PROCESS_FINISH and execute.Enter the values in the fields received from RSPCPROCESSLOG table. Additionally, make the STATE as „G‟ -> Execute

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/100297e8-9e69-2e10-6394-978fed35b...

Former Member
0 Kudos

Hi Kalpana,

How can we get the Batchdate and Batchtime. We are not able to find in RSPCPROCESSLOG screen

Please suggest where exactly we can get it?

former_member182470
Active Contributor
0 Kudos

Hi Manoj,

You have to copy Variant and Instance from right click on process step-->Chain Tab and pass them into RSPCPROCESSLOG table, then you get the Batch Date and Time will be displayed like below

Former Member
0 Kudos

Hi Manoj,

Copy Variant and Instance from your process chain where you struck.

Go to se16 :RSPCPROCESSLOG

Provided the copied variant and instance here & Execute it.

Go to se37 and give FM:RSPC_PROCESS_FINISH Execute provide the details which you got from the table RSPCPROCESSLOG.

Thanks

Aakash