cancel
Showing results for 
Search instead for 
Did you mean: 

Where is stored xml payload of XI messages

Former Member
0 Kudos

Hi to all,

where can I find the XML payload of each XI Message that I see in the SXI_MONITOR? I want to find the table or the FUNCTION MODULE that contains/retries the XML Payload.

Thanks to all!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

These tables (SXMSCLUP,SXMSCLUR) have a blob field (the last filed)

that contains the payload.

SXMSPMAST is a Master table that contains the payload

Thanks

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

The messages are stored in the Table.

SXMSPMAST---->Integration Engine: Message Queue (Master)

SXMSSYERR---->XMS: System Error Error Codes

SXMSCLUP -


>XMB: Property Cluster

SXMSCLUR -


>XMB: Resources Cluster

Regards

San

prateek
Active Contributor
0 Kudos

See table SXMSPMAST and cluster tables SXMSCLUP,SXMSCLUR

Regards,

Prateek

Former Member
0 Kudos

Hi,

I have seen these tables. In these tables, I've showed a message but in its showed attributes, I don't see any xml payload! What have I to do?

Thanks!

prateek
Active Contributor
0 Kudos

Along with the table name i have provided in my last reply, cl_xms_persist, cl_xms_main, if_xms_message classes would help u in extracting the payload. U may view these calsses in se24.

Regards,

Prateek