2018 Mar 22 3:47 PM
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.
2018 Mar 22 4:55 PM