cancel
Showing results for 
Search instead for 
Did you mean: 

Convert SXMB_MONI Payload to Readable String

former_member599943
Participant
0 Kudos

Hi All,

I found an article regarding to get sxmb_moni data programatically

[PI Monitoring Functionality - Fetching Data from SXMB_MONI Standard Tables |https://wiki.sdn.sap.com/wiki/x/w4MQB].

I would like to ask how to convert sxmb_moni's payload into readable string for getting particular value into customise table?

Is it possible to get transaction inbound or outbound data by Abap?

Thank you.

Best Regards,

Weng

Accepted Solutions (1)

Accepted Solutions (1)

jagdishwar_b
Active Participant
0 Kudos

>Weng wrote:

>>how to convert sxmb_moni's payload into readable string for getting particular value into customise table

generally the structure of the payload is different for different scenarios. it cannot be generalised, as the structure of the payload is defined in the MessageType in ESR. so for getting a particular value, you might need to parse the payload xml by yourself and put into customised table

Regards,

BJagdishwar.

former_member599943
Participant
0 Kudos

BJagdishwar, thanks.

Is there any known solutions to get XI transaction IB/OB data from ABAP or Function Modules?

Thank you.

Regards,

Weng

Answers (0)