Skip to Content
0
Former Member
Sep 13, 2007 at 02:58 PM

Execute other steps in the program after processchain execution is finished

63 Views

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.