cancel
Showing results for 
Search instead for 
Did you mean: 

How to determine quality of service of communication between XI and R/3

Former Member
0 Kudos

Hi All,

Suppose we are sending data through R/3 to XI using outbound abap proxy to XI. My query is how do we determine which quality of service (EO or EOIO) will be used for this communication. I have seen normally it is EO ( or BE, in case we are using execute_synchrounous function).

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks for reply,

If you go to integration directory and select an XI sender or receiver channel, there is no option for quality of service.

We have to maintaine these things from ABAP stack. Link for the same is here

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20bb9649-e86e-2910-7aa9-88ed4972...

VijayKonam
Active Contributor
0 Kudos

For tRFC based scenarios, if you want to make sure the order of the objects being delivered, EOIO is used. EO only guarantees the delivery of the objects but not the order. EOIO guarantees both.

VJ

prasad_ulagappan2
Contributor
0 Kudos
ParvathyS_SAP
Product and Topic Expert
Product and Topic Expert
0 Kudos

Q0S:

http://help.sap.com/saphelpnw04/helpdata/en/41/b714fe5ffc11d5b3ea0050da403d6a/frameset.htm

adapter types and QoS:

http://help.sap.com/saphelpnw04/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm

http://help.sap.com/saphelpnw04/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm

http://help.sap.com/saphelpnw04/helpdata/en/7b/94553b4d53273de10000000a114084/frameset.htm

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

The QoS is based on queues and the settings can be found in the sender adapter configuration, under "Processing Parameters".

For EOIO, during configuration, you can give a unique queue name of your own. For EO, XI will used one of its own queues.

look at this link to see the QOS supported by each of the adapters,

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm