cancel
Showing results for 
Search instead for 
Did you mean: 

Message Monitoring --> corresponding tables?

Former Member
0 Kudos

Hi,

I am trying to access the message monitoring data through a self-written application.

Does anyone know where the monitoring data is stored in the database? I am pretty sure there are corresponding tables.

Is there different/easier way to access the message monitoring information?

Best Regards,

Holger Kölln

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member192798
Active Contributor
0 Kudos

Hi Holger,

There is a function module SXMB_GET_MESSAGE_LIST through which you can get the messages in SXMB_MONI.

Or

Try running sxmb_moni in debug mode and see all the tables it is using or set the DB performance analysis and see all the db calls.

Hope this finds you a solution.

Regards.

Praveen

Former Member
0 Kudos

Hi Praveen,

thanks for your response. I checked into function module SXMB_GET_MESSAGE_LIST and found quite some nice piece of information. You are right, this is the way to access message monitoring data.

I am on the way to create a function module, calling SXMB_GET_MESSAGE_LIST in order to access it though JCO.

Do you know, which values to set as import parameters?

I.e: I don't know how to set IM_SENDDATE, IM_PID, IM_MSGGUID_TAB, ...

Best Regards,

Holger

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

The following thread will lead you to the tables where the details are stored. You can use these tables also,

Regards,

Bhavesh