<?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: Large record problems on transfer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/large-record-problems-on-transfer/m-p/783107#M39401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion. I have approached the subject of breaking this mammoth up into something more managable. Not getting a good reception from the end user. They just would like to run the program and have the file available to upload into EXCEL without really having to do much in between.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may come down to this however!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Oct 2004 15:03:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-10-25T15:03:56Z</dc:date>
    <item>
      <title>Large record problems on transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/large-record-problems-on-transfer/m-p/783105#M39399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping someone could help me in my quest to get a very large tab delimited record (25k) down to the user's PC. I have been trying the transfer command to get the file down to our Unix server however am running into a severe truncation issue. I tried the length parameter, but it does not seem to be working. Also tried to use the WS_Download FM within program, but it too has limitations. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The download record has characters fields of various lengths ending with a huge comments field that is 23k or so characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file will ultimately end up on the users PC to be brought into EXCEL. We are on 4.6C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions would be welcomed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2004 14:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/large-record-problems-on-transfer/m-p/783105#M39399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-25T14:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Large record problems on transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/large-record-problems-on-transfer/m-p/783106#M39400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;Have you tired sending the data down in batches yet? Look at using a statement similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT F1, F2, FN FROM  &amp;lt;SAP Table&amp;gt;&lt;/P&gt;&lt;P&gt;     INTO TABLE &amp;lt;SAP Internal Table&amp;gt; &lt;/P&gt;&lt;P&gt;     PACKAGE SIZE 10000&lt;/P&gt;&lt;P&gt;code to write the &amp;lt;SAP Internal Table&amp;gt; to a file share&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDSELECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers! Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2004 14:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/large-record-problems-on-transfer/m-p/783106#M39400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-25T14:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Large record problems on transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/large-record-problems-on-transfer/m-p/783107#M39401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion. I have approached the subject of breaking this mammoth up into something more managable. Not getting a good reception from the end user. They just would like to run the program and have the file available to upload into EXCEL without really having to do much in between.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may come down to this however!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2004 15:03:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/large-record-problems-on-transfer/m-p/783107#M39401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-25T15:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Large record problems on transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/large-record-problems-on-transfer/m-p/783108#M39402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move the "comments field" into a field &lt;/P&gt;&lt;P&gt;with variable length (type sting)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grx Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2004 10:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/large-record-problems-on-transfer/m-p/783108#M39402</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2004-10-26T10:01:55Z</dc:date>
    </item>
  </channel>
</rss>

