Hi Experts,
I have converted the SAP Internal Table to XML Format using below code
CALL TRANSFORMATION zemp_t_leaves
SOURCE newdataset = lt_source[]
RESULT XML xml_result.
Here I am able to get the XML_RESULT which is in XML format but the complete data is in single line and it is in XML format.
Now I want to upload this to Application Server - the single line.
So, how to convert this single line XML data to multiple lines for transferring into to a file on application server.
Please suggest if any ways.
Regards,
Rafi