<?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 Re: File transfer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143006#M115254</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;The data in the file will be saved but it displays only the first 255 characters.&lt;/P&gt;&lt;P&gt;Write a program to download the contents, you can find the complete data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="108119"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2006 10:10:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-08T10:10:56Z</dc:date>
    <item>
      <title>File transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143000#M115248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm trying to transfer a workarea to a file, but during the transfer, a part of the work area is truncated, I've tried to use the "length" addition, and specified the length longer than the length of the workarea, but it's still truncated.  .. the code looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET lv_filename FOR OUTPUT MESSAGE lv_msg&lt;/P&gt;&lt;P&gt;IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  TRANSFER sy-uline TO lv_filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT it_printdata INTO wa_printdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TRANSFER wa_printdata   TO lv_filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....I transfer an sy-uline as well, and this one is truncated as well( around position 315)...&lt;/P&gt;&lt;P&gt;Can anybody help me with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 09:49:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143000#M115248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T09:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: File transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143001#M115249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;  Can you please let us know the declarations for your internal table and work area please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sai easwar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 09:51:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143001#M115249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T09:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: File transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143002#M115250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baljinder,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. How do u know its truncated ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If u are seeing thru AL11,&lt;/P&gt;&lt;P&gt;  it will show only 255 characters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. The file is storing all lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 09:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143002#M115250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T09:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: File transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143003#M115251</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;Whats the length of the workarea. Is it enough to hold the data that you are moving from Internal Table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can debug the code and please check whether all the datas are passed to Workarea from the Internal Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 09:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143003#M115251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T09:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: File transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143004#M115252</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;I think the file will handle only 255 char. Check out this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the link below...........&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="108119"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 09:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143004#M115252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T09:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: File transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143005#M115253</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;Did you try to read from the server to internal table and checked the content, it is truncated or correct one.&lt;/P&gt;&lt;P&gt;if not try it after trnasfering , use read dataset and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 09:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143005#M115253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T09:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: File transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143006#M115254</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;The data in the file will be saved but it displays only the first 255 characters.&lt;/P&gt;&lt;P&gt;Write a program to download the contents, you can find the complete data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="108119"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 10:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143006#M115254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T10:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: File transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143007#M115255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In AL11 transaction, when file is displayed. &lt;/P&gt;&lt;P&gt;download the file to local system by using menu&lt;/P&gt;&lt;P&gt;System - &amp;gt; list - &amp;gt; save -&amp;gt;local file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can directly check the contents of the file to verify where the data has been transfered or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vivek &lt;/P&gt;&lt;P&gt;PS : Reward points if his tip helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 13:15:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143007#M115255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T13:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: File transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143008#M115256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys, the data was in the file although it did'nt show in AL11..:) Very helpful Tips:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2006 09:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-transfer/m-p/1143008#M115256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-14T09:16:16Z</dc:date>
    </item>
  </channel>
</rss>

