cancel
Showing results for 
Search instead for 
Did you mean: 

Queues

Former Member
0 Kudos

hi....fri's

what r the queue types

where we can use SMQR tcode in queues

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This may help.

To enable messages to be processed with a higher or lower priority in the corresponding queues, you must register the queue prefixes XBTA, XBTZ, XBT1, XBT9, XBTX, and XBTY in transaction SMQR beforehand. Proceed exactly as you did when registering the other queue prefixes (XBTI, XBTO, and so on).

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.

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

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

t-Code SMQR is used for registration of inbound queus.

Regards,

Subhasha

Shabarish_Nair
Active Contributor
0 Kudos

More on queues;

/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

- How to Re-Process failed XI Messages Automatically

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

- Understanding XI Queues