cancel
Showing results for 
Search instead for 
Did you mean: 

The XML-message Payloads - in which table are they stored?

Former Member
0 Kudos

Hi folks, in which DB table(s) are the payloads for the XML-messages stored?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the following.

/people/gourav.khare2/blog/2007/12/12/interesting-abap-tables-in-xi-150-part-i

Thanks,

Vijaya.

Answers (3)

Answers (3)

vijay_b4
Active Contributor
0 Kudos

Hi Rune,

The payloads will be saved in SXMSPMAST table. The two cluster tables SXMSCLUP, SXMSPCLUR.

and you can also into sxmb_moni for retrieving the payloads.

Reward points if this helps

Regards

Pragathi.

Former Member
0 Kudos

Hi,

have a look at 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

Reward points if helpful.

Regards,

Soumya

prateek
Active Contributor
0 Kudos

Most of the data could be retrieved in SXMSPMAST table. And the two cluster tables SXMSCLUP, SXMSPCLUR

This link would be interesting for u

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/massive%2bproxy%2berrors%2bmonitor

Regards,

Prateek