cancel
Showing results for 
Search instead for 
Did you mean: 

XI QoS

Former Member
0 Kudos

Hi,

I am running a XI scenario where I have an IDOC to XML conversion and in this I want the XML data to pass through only one queue in the SCM system but it somehow goes through 2 queues.Is there a way where I cn maintain the QoS so that this data would pass through a single queue.

Thanks & Regards,

Arun

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member91687
Active Contributor
0 Kudos

Hi Arun,

Came across this blog, have a look at it:

/people/sap.india5/blog/2006/01/03/xi-asynchronous-message-processing-understanding-xi-queues-part-i

Hope this helps.

Cheers,

Chandra

former_member184154
Active Contributor
0 Kudos

That sounds interesting ans quite tricky.

I guess (but please confirm) your scenario is:

R/3(IDoc) -> XI -> SCM(Inbound ABAP Proxy)

If this is the case, I'm afraid you won't be able to drive the QoS as needed. IDoc QoS, as far as I know, is implicitly set to EO, not EOIO, which is what you want. And the sender should set the QoS. For instance, if your source data are in a file, you put EOIO in the sender file adapter and that should do the trick. But in your case...

Let me know if I guessed correctly and I'll try further investigate how to help you. Beware that I don't think there's a way without hacking a little bit.

Alex

former_member91687
Active Contributor
0 Kudos
Former Member
0 Kudos

hi,

>>Is there a way where I cn maintain the QoS so that this >>data would pass through a single queue.

yes you can use QOS: EOIO, define a particular queue and all the messages wll go through the given queue.

cheers,

naveen