cancel
Showing results for 
Search instead for 
Did you mean: 

How to find an XML message ID with a wildcard QueueID

Former Member
0 Kudos

Hi,

My scenario is: transfer purchase orders from SAP SRM to marketplace(3rd party system)

The QoS is EOIO, therefore my POs are transferred with Queues but each queue has a leading prefix which are all registered.

The project is already go-live for over 6 months.

I have tried with SXMB_MONI of course, the display of Messages is far too limited(only 2000 messages is allowed to be displayed one time, or, is any way to adjust this?)

And also a table called SXMSPMAST, I searched with a queue id "*3000012345" in the field "QUEUEINT", no result. (3000012345 is the PO number)

Is there any other table to find a certian message by queue id?

Thanks.

Regards,

Klein

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>Is there any other table to find a certian message by queue id?

do you realy want to search for message id by queue it?

wouldn't it be easier to search with PO number

(which is probably inside the XML message?)

if so then you can use TREX to search inside the XML messages

payload (from XI SP15)

isn't this an easier way?

Regards,

michal

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Could you please let me know how to search the SXMB_MONI messages by PO number.

We do not have TREX in our XI system (SP16).

Thanks for your help.

Thanks,

Madhu

STALANKI
Active Contributor
0 Kudos

I donot think you can search messages by PO nymber in lower versions..

you can write an ABAP report to use the payload and search for a files..but this will be some days effort..:)