Skip to Content
0
Former Member
Mar 24, 2010 at 11:08 AM

BW-BPS: Running a Process Chain through Exit Function

192 Views

Hi,

I would like to run a process chain through a Planning Function of type Exit Function. For this, as i have read in other posts in the forums, two Function Modules can be used:

RSPC_CHAIN_START that initiates directly a process chain and

BP_EVENT_RAISE that can trigger an event which is included in the start process of the process chain

So, i have to create a new FM that calls one of these function modules.

Any suggestion on which of the 2 FMs i hould use?

Can someone tell me what should be the Interface Definition of this FM and, if possible, the code? (I'm still a novice in writing code)

I understand that i need to enter this FM in the FM initialization of the exit function while i should fill a "dummy FM" in the Function Module.

Is this correct? An ABAPer coleague doesn't think that having "dummy FMs" is not the best approach to my problem.

can u share your expertise on this?

Thanx in advance

Fragi