I have one meta chain.that meta chain have 5 local chains 2 local is failed

Dear All,
          i have one meta chain.that meta chain have 5 local chains 2 local is failed in the mddle. 3,4,5 chains were went successful.i knoe the solution hoe to correct. i want to execute rest of process of the second chain only. i dont want to 3rd , 4th and Fifth. i can not do Manully for evry process chain in the second  chain because second local chain is very big chain. i can not do repeat also .suppose if i go for repeat again 3rd , 4th ,5 thsteps will be execut.
hoe can i solve this issue.please guide me.

Hi
Right click on the green block, from where the next block is not triggering. Take the variant and instance value.
Goto table RSPCPROCESSLOG and give the variant and instance value as input. Check the state field value. It should be G (i.e. successfully completed) then only next block will be triggered.
If you want to start next block manually, goto function module RSPC_PROCESS_FINISH, give i_logid, i_type, i_variant and i_instance values from RSPCPROCESSLOG table and enter i_state value as G.
After executing the function module, next block of the process chain will automatically start.
For More information:
/people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
Pravender

Similar Messages

Maybe you are looking for