Application Development and Automation 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: 
Read only

How to concatinate processed/serialized XML file in abap report

Former Member
481

Hi,

I have few serialized XMLs documents. I need to Concatenate these XML documents one after the other (Append XMLs) to One XML in ABAP report.

Also, the format of XML I have is Xstring.

I have tried using "CONCATENATE xml1 xml2 INTO xml2 IN BYTE MODE".

though, the result is Xstring it not of correct XML format since the beginning and the end tags are different. Can anyone please suggest a simple solution for this.

1 REPLY 1
Read only

balaji_nandikolla
Participant
0 Kudos
316

Have you tried to deserialize the XML files?