Hi,
We have some ABAP program wherein we called the function module (RSPC_API_CHAIN_START) to start the process chain. Then we have certain statements to be executed once the process chain is finished.
How to put the control in the program so that we have to excute the rest of the statements after the completion of the execution of the proces chain.
Pls guide how to proceed.