0% found this document useful (0 votes)
151 views1 page

HOW TO Restart A Process Chain When It Is On Hold

This document provides steps to restart a process chain that is stuck at a particular step. When data loading is successful but the next step does not execute, it is likely due to the event not being properly registered in the backend database. The solution involves copying details from the stuck step, searching the process log table, and executing a function module to set the actual process state to green to allow the chain to continue running.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
151 views1 page

HOW TO Restart A Process Chain When It Is On Hold

This document provides steps to restart a process chain that is stuck at a particular step. When data loading is successful but the next step does not execute, it is likely due to the event not being properly registered in the backend database. The solution involves copying details from the stuck step, searching the process log table, and executing a function module to set the actual process state to green to allow the chain to continue running.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

HOW TO restart a process chain when it is on hold: some processes are green, some not processed

yet, but it is not advancing

[16:03 2018.07.06] Fic, Jan (Ext):


https://wiki.scn.sap.com/wiki/display/BI/Intermediate+Process+Stuck+in+a+Process+chain

Scenario(s):

1)      If a proces chain is stuck at a particular step and we want to restart it. 
2)      Data loading is successful, but the next step of the chain is not executed..
Reason :- The event that will register in the back end data base is not set properly or may go to hold state, so as a result
will have to change the parameter manually.

 Solution:-
Step 1:  At the step where the process chain is stuck
Go to display messages >>>chain>>>copy variant, instance & start date
Step 2:  Go to se16>>>rspcprocesslog
Enter the below details,
Variant >>> variante
Instance >>> instance
Batch date >>> start date
This will give a single entry in the table rspcprocesslog.
Step 3:  Execute the function module  RSPC_PROCESS_FINISH 
 Enter the below details,
Rspcprocesslog >>>instance >>> I_INSTANCE.
Rspcprocesslog >>>variante>>> I_VARIANT
Rspcprocesslog >>>logid>>>I_LOGID
Rspcprocesslog >>> type >>>I_TYPE
Enter 'G' for parameter I_STATE and press execute (F8).

After executing the above FM, with the above stated parameters,   the actual process will be set to green and the
following process in the chain will be started and the chain can run to the end.

You might also like