<?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: missing records when downloaded into excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-records-when-downloaded-into-excel/m-p/2768882#M645009</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;WS_EXCEL IS THE FM TO DOWNLOAD TO EXCEL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_DOWNLOAD IS FOR CSV AND TEXT FILES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS &lt;/P&gt;&lt;P&gt;REWARD IF HELPFUL&lt;/P&gt;&lt;P&gt;VIVEKANAND&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 05:56:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-18T05:56:25Z</dc:date>
    <item>
      <title>missing records when downloaded into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-records-when-downloaded-into-excel/m-p/2768879#M645006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a prob when downloading the report into excel file. when the report is displayed it shows me 445 records. when i downloaded the same thing using file&amp;gt;&amp;gt;save&amp;gt;spreadsheet..it displays me only 412 records. and then i realized that it didnt downloaded the records of few particular dates. next time when i gave the selection screen of those dates , the records have been downloaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then i used gui_download function to download the file, then the same thing happened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i changed the filetype to 'ASC' , then it is downloading all the records but the data is not divided into column wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i even chk the internal table it has 445 records...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone comeup with a suggestion ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'WS_DOWNLOAD'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;           filename                = p_file&lt;/P&gt;&lt;P&gt;           filetype                = 'DAT'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            data_tab                = t_download&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         FIELDNAMES              =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;           file_open_error         = 1&lt;/P&gt;&lt;P&gt;           file_write_error        = 2&lt;/P&gt;&lt;P&gt;           invalid_filesize        = 3&lt;/P&gt;&lt;P&gt;           invalid_type            = 4&lt;/P&gt;&lt;P&gt;           no_batch                = 5&lt;/P&gt;&lt;P&gt;           unknown_error           = 6&lt;/P&gt;&lt;P&gt;           invalid_table_width     = 7&lt;/P&gt;&lt;P&gt;           gui_refuse_filetransfer = 8&lt;/P&gt;&lt;P&gt;           customer_error          = 9&lt;/P&gt;&lt;P&gt;           OTHERS                  = 10&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        shahid mohammed syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 04:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-records-when-downloaded-into-excel/m-p/2768879#M645006</guid>
      <dc:creator>Shahid</dc:creator>
      <dc:date>2007-09-18T04:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: missing records when downloaded into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-records-when-downloaded-into-excel/m-p/2768880#M645007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shahid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your report output an ALV?&lt;/P&gt;&lt;P&gt;If yes.....Check your field catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 05:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-records-when-downloaded-into-excel/m-p/2768880#M645007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T05:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: missing records when downloaded into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-records-when-downloaded-into-excel/m-p/2768881#M645008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ITS NOT AN ALV REPORT...ITS AN CLASSICAL REPORT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 05:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-records-when-downloaded-into-excel/m-p/2768881#M645008</guid>
      <dc:creator>Shahid</dc:creator>
      <dc:date>2007-09-18T05:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: missing records when downloaded into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-records-when-downloaded-into-excel/m-p/2768882#M645009</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;WS_EXCEL IS THE FM TO DOWNLOAD TO EXCEL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_DOWNLOAD IS FOR CSV AND TEXT FILES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS &lt;/P&gt;&lt;P&gt;REWARD IF HELPFUL&lt;/P&gt;&lt;P&gt;VIVEKANAND&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 05:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-records-when-downloaded-into-excel/m-p/2768882#M645009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T05:56:25Z</dc:date>
    </item>
  </channel>
</rss>

