Hi All,
In one big process chain, there are several ABAP program created to delete previous day's requests after each load. One of the program takes longer sometimes and that causes deadlock issue when subsequent ABAP program starts before the first one completely ends. Both touches the same target and cannot put together into one. This is the sequence, Load request to ODS, first abap program, load data from second source to same ODS, start second abap program, ODS activation e.t.c, Is there a way I can put together a step in the middle of first ABAP and second ABAP program to see if predecessor ABAP program completely finished before the second program kicks in. I tried wait time interval, it helped few times but did not help completely because time varies or sometimes due to increase in data volume. Please help.
Thanks,
Di