cancel
Showing results for 
Search instead for 
Did you mean: 

R3 queue prioritizing

Former Member
0 Kudos

Hi All,

We are trying to send the messages from a XI interface to a single queue in R/3.

Is it possible to direct that to a single queue like XBTR0001 or 0002?

The processing has to be in EOIO.

Thanks

AJ.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

go thru these Blogs.... in this Step by Step procedure is given prioritizing the messages..

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

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/59e837d3-0201-0010-c096-dc186973...

Hope this can help u,

Thanks,

Madhav

Note: Points If Useful

Former Member
0 Kudos

Hi

For this you need to define filter

Configuration -> Configure Filter for Queue Prioritization

refer

http://help.sap.com/saphelp_nw04/helpdata/en/b0/4c9240ed38ce62e10000000a155106/content.htm

Thanks

Gaurav

Former Member
0 Kudos

Gaurav,

I really appreciate your efforts to make me understand the situation.

It would be really helpful, if you can leave a step by step solution for the this change.

Thanks,

AJ.

Former Member
0 Kudos

Hi AJ

Steps will be

First you define a filter to select the message.

SXMB_ADM -> Configure filter and Queue Prioritization -> Sender / Receiver ID -> make entries you want to prioritize

Secondly you test the filter

Assign this filter to the message prioritization

Activate the Filter

Register the Queue

Follow the How to Guide

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

Thanks

Gaurav

Former Member
0 Kudos

HI

To enable messages to be processed with a higher or lower priority in the corresponding queues, you must register the queue prefixes XBTA, XBTZ,etc in transaction SMQR beforehand.

During queue registration, you are asked to provide a value for the MAXTIME parameter. This parameter enables you to assign priorities for queue processing using the queue prefixes

.

The MAXTIME parameter determines the time in seconds that is scheduled for processing a queue. By varying this time, you can use the queues with prefixes XBT1, XBTI, und XBT9 as queues for messages with high, medium, and low priority, for example. The same applies to the queues with prefixes XBTA, XBTO, and XBTZ. In this way, you can put messages from different application cases in different queues, and use the prefix of these queues to determine the priority of message processing.

refer help document

http://help.sap.com/saphelp_nw04/helpdata/en/04/827440c36ed562e10000000a155106/content.htm

Thanks

Gaurav

Former Member
0 Kudos

Thanks for your reply Gaurav.

Ok once the queue is registered, how to we assign the interface name and the namespace, so that it will pass through only the messages corresponds to that interface.

Please explain briefly.

Thanks,

AJ.