cancel
Showing results for 
Search instead for 
Did you mean: 

can we send message to receiver depending on another receiver

Former Member
0 Kudos

Hi,

I configured two receivers(different target strcures ) without BPM.now i need to send message to receiver 2 if receiver 1 message sucessfully processed .

can we handle?

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member240483
Contributor
0 Kudos

Use Enhanced receiver determination..

Former Member
0 Kudos

Hi,

Another option is to use graphical lookup. This way you can send the message to Receiver 1 during your mapping.

After that createIf seems a good option.

Regards

Former Member
0 Kudos

Hi,

I would use the Enhanced Receiver Determination

http://help.sap.com/saphelp_nw04/helpdata/en/43/a5f2066340332de10000000a11466f/content.htm

This is very flexible.

Regards Mario

Former Member
0 Kudos

Hi,

thanks for response.

can you provide any example scenario which will be very helpful.

Former Member
0 Kudos

hI,

yUP ....YOU CAN DO THAT.using nodefunctions.

CreateIf:

CreateIf node function is used to create a node if true value is passed to it otherwise suppress it.

Regards

Former Member
0 Kudos

If your receiver1 supports synchronous communication,you can get the response from receiver1.Basing on the response you can send the msg to the receiver2.But you have to use BPM here....Its a stateful processing......