cancel
Showing results for 
Search instead for 
Did you mean: 

BPM query

Former Member
0 Kudos

hi frnds,

while doing bpm scenarios splitting(1:2) and merging(2:1) messages,

a) in splitting scenario integration process container, we use

3 abstract interfaces and 2 multiline receivers (using fork here)

b) in merging scenario integration process container, we use

3 abstract interfaces and no receivers

why we are not using receivers in IP container while merging???

Thanks,

GJ

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos
why we are not using receivers in IP container while merging???

When you say merging....you first receive the messages into IP and then within the IP itself the messages are merged into one message....so the messages do not travel to any other system for merging.....hence there are no receivers in the IP while merging.

When you say split, we create N messages out of one single message and then send it to the respective receivers.....now the list of these receivers is taken from the Receiver Determination configured in ID.

When you say receivers, i assume it to be [Receiver Determination step|http://help.sap.com/saphelp_nwpi71/helpdata/EN/14/d5283fd0ca8443e10000000a114084/content.htm] in the BPM/ IP.

Regards,

Abhishek.

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

>

> while doing bpm scenarios splitting(1:2) and merging(2:1) messages,

>

> a) in splitting scenario integration process container, we use

>

In this case we use 3 abstarct interfaces , and one receive step and 2 send steps.

> 3 abstract interfaces and 2 multiline receivers (using fork here)

>

> b) in merging scenario integration process container, we use

>

> 3 abstract interfaces and no receivers

>

in this case we use 2 receive steps if two message independent and different messages and one send step.

receives step mandatory here to receive messages.

> why we are not using receivers in IP container while merging???

i think you misunderstood ,receive step required.

Regards,

Raj

>