‎2007 Jun 05 3:21 PM
hi all,
maybe the subject is confusing, sorry about that.
i have different process chains run each day to load data into one cube (Mon, Tue, Wed, Thu, Fri, Sat, Sun). Now we are going to add a remote chain into Mon's. Before the remote chain runs, we want to check if Sat and Sun process chains finish successfully.
Adding the ABAP code to the start routine might be one option, but we do not want to change the current start routine cause it has run without any issue for a long time.
I would like to add a program to the remote chain after the start process to check. Can anyone tell what ABAP code i should use to fail a program in the process chain? (abort <>0? sy-subrc <>0? ......)
Thanks a lot!
‎2007 Jun 05 3:37 PM
Before that i need carification..
How we can know ..whether the Sunday's process has been completed or not..?
‎2007 Jun 05 3:37 PM
Before that i need carification..
How we can know ..whether the Sunday's process has been completed or not..?
‎2007 Jun 05 3:44 PM