cancel
Showing results for 
Search instead for 
Did you mean: 

Payload via the message interface

Former Member
0 Kudos

Hi all,

Is it possible to get the payload/log information for the XI message from the table SXMSPMAST via the message interface name ?

Thanks for your help

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Nope.

But you can get details from table SXMSPEMAS. I think best would be you can create a view with join on MSGGUID with SXMSPMAST and then you can filter records base on messsage interface name. Field "OB_NAME / IB_NAME" from table SXMSPEMAS indicate outputbound / inbound interface name respectively.

You can find all othe fields here.. Interface Namespace, Communication Party..so on.

Hope this will help.

Nilesh

Former Member
0 Kudos

Hello Nilesh,

Thanks for your reply

Answers (0)