cancel
Showing results for 
Search instead for 
Did you mean: 

One sender n multiple receiver for BPM

Former Member
0 Kudos

Hi,

In BPM ( one sender to Multpli receivers ( file to IDOC ) i need to split the incoming message as per message content to multiple receivers,can we achive such scenario without using BPM?if yes how? if not why?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ginger,

It is possible to achieve this without using BPM. Have a look at the Blog /people/venkataramanan.parameswaran/blog/2006/03/17/illustration-of-enhanced-receiver-determination--sp16

Thanks,

Punit

Answers (2)

Answers (2)

GabrielSagaya
Active Contributor
0 Kudos

Enhanced Receiver Determination1 /people/venkataramanan.parameswaran/blog/2006/03/17/illustration-of-enhanced-receiver-determination--sp16

Enhanced Receiver Determination2 /people/prasadbabu.nemalikanti3/blog/2006/09/20/receiver-determination-based-on-the-payload-of-input-dataextended-xpathcontext-object

Enhanced Receiver Determination

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/enhancedReceiverDeterminationinSAP+XI&

Multiple receiver /people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers

Enhanced Receiver Determination3 /people/shabarish.vijayakumar/blog/2006/06/07/customise-your-xpath-expressions-in-receiver-determination

*Dynamic Receiver Determination *

/people/robin.schroeder/blog/2006/11/15/using-dynamic-receiver-determination-with-sync-interface

Former Member
0 Kudos

Ginger

Without using BPM, it is also possible:

There are two type of splitting scenario:

1. One type of source message split to multiple messages of same type:

In this scenario, it is very easy to handle multiple receivers, you just need to add additional receivers (without conditions) in your receiver determination

2. One type of source message split to messages of different types:

In this scenario, there are two sub scenarios: the first sub-scenario just have one receiver, and second sub-scenario have multiple receivers. In your case, it seems that you have second sub-scenario:

You can also have just one receiver determination, you can add mutiple receivers in your receiver list,based on XPATH conditions, to judge one unique node for each type of message, e.g. /MT_MyMsg/Root/Resource using operator "EX", it means exists.

Hope this give you some idea.

Liang