cancel
Showing results for 
Search instead for 
Did you mean: 

Download multiple XML files from SXMB_MONI and / or RWB

Former Member
0 Kudos

Hi

Does anyone have a clever way to download multiple inbound / outbound XML messages from either SXMB_MONI and / or RWB. For example, I send in 100 XML files to XI. These are mapped to an IDOC. I want to download all 100 source and target XML messages 'easily' versus drilling into each and using 'Download Window 1' or 'Download Window 2'.

Any ideas are much appreciated.

Thx

Duncan

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

you can use the class cl_xms_persist + methode read_msg_all

this brings you the payload.

With a little abap you can download the payload of selected msg s

Regards

J.

Former Member
0 Kudos

Hi Jörg,

I try to use class CL_XMS_PERSIST with method READ_MSG_ALL but I can't find the content of the Payload in EX_MESSAGE...

Can you help me please ?

Thank you.

Elisabeth.

Answers (2)

Answers (2)

udo_martens
Active Contributor
0 Kudos

Hi Duncan,

use a java function as part of msg mapping or xslt mapping to persist the xml before and after mapping directly to XI Server file system. If u r going to do the download only once, i think it s easier, to do it manually.

Regards,

Udo

moorthy
Active Contributor
0 Kudos

Hi,

I don;t think so, there is any other way.

rgds,

moorthy