cancel
Showing results for 
Search instead for 
Did you mean: 

receiver determinations details?

Former Member
0 Kudos

Hello,

could anybody say somtething about the technical details, how the reveicer of a message is determined?

- Where does XI get the information from (from the payload? Where there?)

- How is the receiver validated?

- What, if the could be more receivers?

Thanks in advance, Regards Mario

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Sender Communication chanel has 1:1 relationship with interface for particular service. we can't assign same communication for another interface of the same service.

In reciver determination, we are assigning sender interface associated to particular service, to reciver interface associated to reciver service.

In interface determination, we are selecting whih mapping is going to be used.

here our XML strcuture of file is vaidated and transformed to target strcuture.

here again we are adding interface name and service in the soap structure.

Hence XI will find out reciver fro reciver determination(Defined by Developer).

If more than one receivers, then you have those many interfaces.(For a single service)

In case you have more than one service, you can select different interface mapping and receiver for same interface.

I hope now your doubt is clear.

Regards

Piyush

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Mario,

The flow in which a message in XI is executed is,

1. Receiver Determination

2. Interface Determination

3. Inteface Mapping ( message mapping)

The receiver of the message is determined first and in this, you can give multiple receivers and also give some condition for the receiver determination. But, as the first stage is receiver determination, the conditional receiver selection can be done only on the basis of the source message.

In Interface Determination, the corresponding Inbound Interfaces are determined and the mapping program Identified.

Lastly, The mapping is determined and mapping occurs.

check out these links for further info,

http://help.sap.com/saphelp_nw04/helpdata/en/42/ed364cf8593eebe10000000a1553f7/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/26/5ccd3bb4560f01e10000000a11402f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/e9/67a63d7af20450e10000000a114084/content.htm

Hope this helps,

Regards,

Bhavesh

Former Member
0 Kudos

Hi Bhavesh,

My email id is gangwal.piyush@gmail.com

What about you?

Regards

Piyush