cancel
Showing results for 
Search instead for 
Did you mean: 

** Use of 3 values in 'Receiver From' property of the BPM send step

jegathees_waran
Active Participant
0 Kudos

Hi Friends,

Still I am not clear the exact use of 'Receiver From' property of the Send step in BPM. This property is having 3 possible values: 'Send Context', 'Receivers List', & 'Response to Message'.

What's the purpose of each value ? In what situations, which value we have to use.

Kindly clarify friends.

Kind Regards,

Jeg P.

Accepted Solutions (0)

Answers (5)

Answers (5)

jegathees_waran
Active Participant
0 Kudos

If we select 'Send Context' in the 'Receiver From' property, new propery is created 'Send Context'. So, what value we should give for this property?

jegathees_waran
Active Participant
0 Kudos

Thank you Friends,

I understand that. If you explain this with small example, it will be better for me to understand clear.

Former Member
0 Kudos

Hi,

In Send step, The message receiver can be a business system or another integration process.

To handle Receiver Determination in BPM you need these options.

Send Context -


Send Context will be used by Receiver determination, if you will give it in Send step then accordingly receveir deteermination will process. Here the Message will go to fixed receiver

Response to message -- While dealing with Sync/async bridge you can use this option to give the Switch or Transformation step to for further response.

Receivers List -- For Runtime Receiver Determination you have to go for Receiver Lists. It will relied on the

design of the Integration process.

For e.g you can refer to the Conditional Receiever Determination.

http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm

Thanks

Swarup

Former Member
0 Kudos

Hi,

SendContext:

you have to use this send context in conditional receiver determination

Receiver list :

Receiver list is used when there are multiple receivers for a message.

Receiver from:

Receiver from field tells the send step, from when to look up the list of receivers. You usually specify the receiver list here.

To know more-

http://help.sap.com/saphelp_nw04/helpdata/en/43/6211b11c895f6ce10000000a1553f6/frameset.htm

Thanks,

Vijaya

Former Member
0 Kudos

Hi,

Send Context

you have to use this send context in conditional receiver determination

Receivers List

Receiver List is used , when you need to do Dynamic Receiver Determination based on the sequence of steps/Acknowledgement from the previous receiever.

So it is like Conditional Receiever Determination. When you use Send Context with Receievers attached the message will go to specified Receiever.

response to message

You can use response to message container from Synchronous Send step as a input to Switch or Transformation step to make decisions based on the response recevied.

Hope you understand

Please reward points if it helps

Thanks

Vikranth