cancel
Showing results for 
Search instead for 
Did you mean: 

Queue Concept in ECC

rasjoshi
Active Contributor
0 Kudos

Hi All,

I need to know how messages gets placed in Queues...

For eg - I have client proxy interface for Purchase Order.. User created some Purchase Orders... Now messages will go and sit in some queue which starts with letter 'XB...'... and later PI picks that record....

But how that purchase order sits in that particular queue only?? and why not in some other queue??

BR,

Rashmi

Accepted Solutions (0)

Answers (3)

Answers (3)

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Rashmi,

I assume we will define the queues in SMQR tcode for the interfaces.

For more information, you can check the manage queue option from sxmb_adm tcode.

Former Member
0 Kudos

Hello Rashmi,

AFAIK, queues are registered through t-code SMQR.

I myself am not familiar that much with this t-code, however I learnt this from one of our BASIS consultant.

Regards,

Souvik

iaki_vila
Active Contributor
0 Kudos

HI Rahmi,

If you don't point it SAP PI will introduce the messages aleatory in the PI queue without any order between to take any queue or another. If you want to set one order on the PI processing you should set quality of service EOIO: Quality of Service - Integration Engine - SAP Library

Regards.

rasjoshi
Active Contributor
0 Kudos

Does messages gets introduce in PI queues automatically??

but that message will know in which queue it needs to go???

BR,

Rashmi

iaki_vila
Active Contributor
0 Kudos

Hi Rahmi,

For example you can set the name of the queue on the sender abap proxy call: Proxy (outbound) EOIO | SCN

The way depends about what protocol are you using on your sender side.

Regards.