Hi all,
I have the following problem regarding XML file.
I generate an XML file with following steps:
1) Populate an internal table;
2) Transform the internal table into an xml xstring variable, using CALL TRANSFORMATION command;
3) Write a file in binary mode (Open/Tansfer/Close).
The file produced is ok but if I open it with notepad, all the xml is written in one line.
Is there a way to write the file in more than one line?
Best Regards,
Raffaele