cancel
Showing results for 
Search instead for 
Did you mean: 

SXMB_MONI transaction table

Former Member
0 Kudos

Hi,

Does anyone know which ABAP table is sxmb_moni transactions is stored?

Thanks,

Gowri

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please check out these tables:

SXMSPMAST, SXMSCLUP, SXMSPCLUR

The last two are cluster tables and you won't get XML messages directly from them, have a look inside them

BTW

if you want to get XML messages

the best way would be to use the same classes

that SXMB_MONI uses

Regards,

Subhasha Ranjan

Former Member
0 Kudos

Patil,

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.

Check this thread also:

---Satish