↧
Hello lokesh garlapati,
As per my understanding. you have a master chain say 'Chain-X' and have Chain-A,Chain-B and Chain-C as sub chains. you want Chain A,B and C to be executed as per their oun constraints.
You can schedule the start varaint of the "Main Chain - X" as per the factory calander.
and include other three sub chains A ,B and C in it.
Before evry chian step you can include an ABAP process type to check the constraints
and set the status as Success or failed.
e.g for Chain -A you can set the step status to Success if its Mon,Tue or Wed and Fail otherwise.
similarly you can check for other conditions friday, and weekends.
You can use the various ABAP Function modules Available to check the conditions.