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,563

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.

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (3)

Answers (3)

former_member182470
Active Contributor
0 Kudos

What is it showing if you click on "Display Messages" of your meta chain? there will be a batch monitor to see the log. Something must be still running here, that's why u were not able to change through RSPC_PROCESS_FINISH

Former Member
0 Kudos

Hi,

Thanks for your replies. I have tried with all the inputs but issue remained

While tried with RSPC_PROCESS_FINISH we are getting the following Error : 

"No start information on process CHAIN

Message no. RSPC004"

These are details we have given

@ Suman

When we go to batch monitor the job is finished in 19 secs.

RamanKorrapati
Active Contributor
0 Kudos

Hi Manoj,

By righr click on local chain from pic LO(PC Master data attribute and text - LO ), copy the variant and instance, pass these valeus to table SE11, RSPCPROCESSLOG, from there you can copy logid, instantance, variant, time, process type, pass these values to program - RSPC_PROCESS_FINISH.

Which details you pass to rcpc_process_finish, from inside of individual chain details or lo pc details.

Just come back SAP Easy access and check it again.

Thanks

Former Member
0 Kudos

Hi,

By using above functional module try to change the status to 'G" once again.

It should be work. Try to logout and reconnect to your BI system and check it again.

I have faced the same issue many time it was resolved by changing status to ' G' and relogin to BI system sometimes.