cancel
Showing results for 
Search instead for 
Did you mean: 

Tables for XI messages

Former Member
0 Kudos

Hi all,

Can any one please give me list of DB tables which are used for XI messages.

Any links, docs, threads would help me

reg,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

SXMSPMAST, SXMSCLUP, SXMSPCLUR

the last two are cluster tables

and you won't get XML messages directly from them

have a look inside them

The classes that reads this information in SXMB_MONI are abap classes,

(can be seen at SE24) it is quite difficult to use them,

you might debug SXMB_MONI or use SE30 and see all the classes

that have been used.

You can use value mapping if you are not looking at picking up values from application system.It is just like SM30 transcation.You can get the info under SAP XI->Design and Configuration->Configuration->Value Mapping.

Also see the

these tables,

/SAPDMC/LSOMAP Field Mapping

/SAPTRX/SCAOTMAP

/SAPTRX/SCCNDMAP /SAPTRX/SCEVTMAP

/SAPTRX/SCFUNMAP /SAPTRX/SCSOMAP

/people/udo.martens/blog/2006/02/16/own-logging-of-xi-messages

http://help.sap.com/saphelp_nw04s/helpdata/en/44/a1b46c4c686341e10000000a114a6b/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/ef/45393c3eb3036be10000000a11402f/frameset.htm

Regards

Chilla

<i>reward points if it is helpful..</i>

Former Member
0 Kudos

Hi,

SXMSPMAST, SXMSCLUP, SXMSPCLUR i guess doesnt have the payload.

But from the table SXMSPMAST u can extract the mesg. id and from the class ref_xms_persist, its method read_msg_all you can pull the payload. Do try the same.

Take a look at michal's reply in this thread. Hope it helps.

Regards,

ramesh.