Skip to Content
0
Former Member
Jan 20, 2005 at 07:28 AM

CL_RSPC_CHAIN=>EXECUTE

107 Views

Hi all,

I am trying to develop a BSP-Page allowing to start a process chain. The chain should be executed in the OnInputProcessing event with the following code:

CALL METHOD CL_RSPC_CHAIN=>EXECUTE

EXPORTING

i_variant = i_chain_name

i_api = 'X'.

i_chain_name is the internal name of the process chain. This code works in that it executes the process chain. You can monitor this with transaction RSPC.

The problem is that the method call does not return!!!

What am I doing wrong here?

Thanks for any help!

Jürgen