cancel
Showing results for 
Search instead for 
Did you mean: 

queue prioratization

Former Member
0 Kudos

Hi

we have 3 receivers say X,Y,Z .We configure in queue prioratization such that Z has to exeucte first and after completions rest has to execute.

But unforunatly Z is not executing first..we configured perfecntly.

Can u please find the solution to this problem.

Its an urgent issue..

thanq

krishna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check out these links, It may give some useful information for Queue Prioritazation:

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...

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

Remember you cant prioritize interface at receiver IE....

https://websmp206.sap-ag.de/~sapdownload/011000358700001304212005E/HowTo_prioritizeXImessages.pdf

Always the queue for a BPM process will be generated with the name XBQ0_WS* where WS* will be the workflow id which you can see thru PFTC_DIS transaction of your ABAP stack...Thats the default design of SAP and all the messages will go in a EOIO manner into this queue and gets assigned into the Process Engine.

There is nothing much we can do explicitly on this queue assignment as we also faced the same issue in case of interfaces with BPM where idocs will be flowing into XI in bulk...

Thanks

Swarup.

former_member335553
Active Contributor
0 Kudos