<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic transformation dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transformation-dump/m-p/8416720#M1646177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;      I use the simple transformation to control xml&lt;/P&gt;&lt;P&gt;      I get xml  file from ftp and transformation this file.&lt;/P&gt;&lt;P&gt;     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.&lt;/P&gt;&lt;P&gt;      for example , I have two segment in the xml.&lt;/P&gt;&lt;P&gt;&amp;lt;a&amp;gt;1223&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;      If the content of the  segment &amp;lt;a&amp;gt; is greater than 255 . ABAP can only get data :&amp;lt;a&amp;gt;123 . ABAP not get the completed segment, So,the transofmation  will dump and not process the segment &amp;lt;b&amp;gt;.&lt;/P&gt;&lt;P&gt; Who can help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: tx first on Jan 7, 2012 3:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Jan 2012 14:50:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-07T14:50:15Z</dc:date>
    <item>
      <title>transformation dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transformation-dump/m-p/8416720#M1646177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;      I use the simple transformation to control xml&lt;/P&gt;&lt;P&gt;      I get xml  file from ftp and transformation this file.&lt;/P&gt;&lt;P&gt;     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.&lt;/P&gt;&lt;P&gt;      for example , I have two segment in the xml.&lt;/P&gt;&lt;P&gt;&amp;lt;a&amp;gt;1223&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;      If the content of the  segment &amp;lt;a&amp;gt; is greater than 255 . ABAP can only get data :&amp;lt;a&amp;gt;123 . ABAP not get the completed segment, So,the transofmation  will dump and not process the segment &amp;lt;b&amp;gt;.&lt;/P&gt;&lt;P&gt; Who can help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: tx first on Jan 7, 2012 3:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2012 14:50:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transformation-dump/m-p/8416720#M1646177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-07T14:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: transformation dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transformation-dump/m-p/8416721#M1646178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is you transformation code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2012 18:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transformation-dump/m-p/8416721#M1646178</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2012-01-07T18:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: transformation dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transformation-dump/m-p/8416722#M1646179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&amp;lt;Z1&amp;gt;123&amp;lt;/Z1&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Z2&amp;gt;zz&amp;lt;/Z2&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the content of the segment &amp;lt;Z1&amp;gt; is greater than 255 . ABAP can only get data :&amp;lt;Z1&amp;gt;123 . ABAP not get the completed segment. The completed segment is :&amp;lt;Z1&amp;gt;123&amp;lt;/Z1&amp;gt;. So,the transofmation will dump and not process the segment .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jan 2012 04:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transformation-dump/m-p/8416722#M1646179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-08T04:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: transformation dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transformation-dump/m-p/8416723#M1646180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the message in dump.Post the code also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jan 2012 13:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transformation-dump/m-p/8416723#M1646180</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2012-01-08T13:54:59Z</dc:date>
    </item>
  </channel>
</rss>

