cancel
Showing results for 
Search instead for 
Did you mean: 

Using Extended Reciever determination

Former Member
0 Kudos

Hi All,

We can configure a receiver determination in such a way that the receivers of the message are determined dynamically at runtime by a mapping.

This enhanced funtionality of receiver determination is only useful in case of asynchronous communication, because the standard Receiver determination interface provided by SAP in BASIS Software component is asynchronous.

But What if we want to dynamically determine a single receiver in a mapping program and call it synchronously?

what is the workaround for using the Enhanced Receiver determination functionality in Synchronous communication.

Using BPM is one of the option but, I want to call only one reciever synchronously(not multiple receivers), so I want to avoid BPM. And this receiver will be determined dynamically based on a mapping program.

Is this possible using Enhanced Receiver determination.

Thanks,

Yomesh

Accepted Solutions (0)

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi Yomesh,

you can find the receiver by an X-Path expression of the payload. Click in the receiver determination on Service, in the the popup on button "extended", then choose XPath and put there for example //myReceiver. The receiving service will be the content of field "myReceiver".

Regards,

Udo