Open source of SAP knowledge. Not official SAP website.
by Vasiliy Kharitonov
You created a new queue masks for qRFC like ZWMD...
, but it is not shown in warehouse monitor transaction, so your users can’t see if something went wrong. Here you will find a guide on how to add your custom queue to the monitor report “Message Queue”.
The first step would be to perform customizing in IMG Acticity Define Message Queue Definitions
. Workbench request is needed for following activities. But developer code is not always needed (it is not needed if you can use standard Class for Message Queue Definition and qRFC Function Module).
Define Message Queue Definitions
to create a new queue definition. You can use some similar existing row to copy from.ZWMD
./SCWM/CL_CORE_MQ_EVAL
.Actually that’s all. But you can also check if you new Message Queue Definition is shown for Queue Group “All Message Queue Definitions” /SCWM/TEC_ALL
. If it is not there, you probably need to create a custom Queue Group to add you definition there.
Your custom messages should start showing in the Warehouse Monitor report Message Queue
.