Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

XML message in report format

Former Member
0 Kudos

Hi all,

Is there a way i can present the XML messages in a report format?

I have the table SXMSPMAST to get the message ID and using class CL_XMS_PERSIST we can get the entire message.

But, i need to collate the different messages in different nodes from the XML message into a report format.

Please advice.

Thanks & Regards,

Akshay

1 REPLY 1

Former Member
0 Kudos

Hi.

u can use the function module 'TEXT_CONVERT_XML_TO_SAP' to get the XML data present in a file to an Internal Table in ABAP.

also read this

Salil ....