Thursday, December 22, 2011

Steps To Run Strucked Process Chain

 
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.

No comments:

Post a Comment