Hello,
I use the simple transformation to control xml
I get xml file from ftp and transformation this file.
Sometime, the content of the segment in xml file is greater than 255, the transformation will dump and not to process the next segment. The 255 is largest the length that get from ftp server in SAP. ABAP program that get data from ftp server used the 255 length.
for example , I have two segment in the xml.
<a>1223</a>
<b>1</b>
If the content of the segment <a> is greater than 255 . ABAP can only get data :<a>123 . ABAP not get the completed segment, So,the transofmation will dump and not process the segment <b>.
Who can help me ?
Edited by: tx first on Jan 7, 2012 3:50 PM