cancel
Showing results for 
Search instead for 
Did you mean: 

in which field of cluster table payload is stored

Former Member
0 Kudos

hi

which field of the cluster tables (SXMSCLUP,SXMSCLUR) and master table(SXMSPMAST) contains the xml message(payload)? what are the classes used by SXMB_MONI to get the xml messsages?are these java classee?please let me know the classes.

thanks&regards

sudha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ratna,

Look at this...

http://help.sap.com/saphelp_nw2004s/helpdata/en/f5/d347ddec72274ca2abb0d7682c800b/frameset.htm

cheers,

Prashanth

P.S Please mark helpful answers

Shabarish_Nair
Active Contributor
0 Kudos

You can extract the payload with basically a table SXMSPMAST and some classes as listed below;

cl_xms_persist

cl_xms_main

if_xms_message

Former Member
0 Kudos

in which jar file these classes are present and in which field the payload is stored in the master table SXMSPMAST.

regards

sudha

Shabarish_Nair
Active Contributor
0 Kudos

These are basically ABAP classes; TCode - SE24