cancel
Showing results for 
Search instead for 
Did you mean: 

Channel Monitor usage

rainer_hbenthal
Active Contributor
0 Kudos

Hi,

i would like to see which channels are needed in our environment and which are no longer needed due to inactivity. I would like to run a report every day for one year to really catch every month end and year end calculation.

My first idea was to check table SXMSPFRAWH and select service, name and namepsace from SXMSPFADDRESS. IS there any way to break this down to channels from inside the abap stack or is this only avaliable in the java stack?

Any other ideas are welcome.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello!

An easier way, in my opinion, to accomplish that is by running the message overview servlet (described on SAP note #1400785). This returns the information within certain time period (you can specify using the URL), and returns the same information found in the Message Overview of RWB (number of messages per channel and interfaces, how many in Error, Successful or Scheduled, etc).

URL:

http://<host>:<j2eeport>/mdt/messageoverviewqueryservlet

URL of XSD file that describes the structure of the result XML file:

http://<host>:<j2eeport>/mdt/monitor/MessageOverviewQuery.xsd

I hope this information is useful!

Best regards,

Lucas Santos