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

transformation dump

Former Member
0 Likes
656

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

3 REPLIES 3
Read only

Clemenss
Active Contributor
0 Likes
589

what is you transformation code?

Regards,

Clemens

Read only

Former Member
0 Likes
589

for example:

<Z1>123</Z1>

<Z2>zz</Z2>

If the content of the segment <Z1> is greater than 255 . ABAP can only get data :<Z1>123 . ABAP not get the completed segment. The completed segment is :<Z1>123</Z1>. So,the transofmation will dump and not process the segment .

Read only

madhu_vadlamani
Active Contributor
0 Likes
589

Hi,

What is the message in dump.Post the code also.

Regards,

Madhu.