<?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: Download Excel Issues in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-issues/m-p/7551975#M1563494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uttam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the ALV, choose Local File -&amp;gt; Spreadsheet and save on ur computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now open the file in excel.&lt;/P&gt;&lt;P&gt;You should be able to see more than 65K records.&lt;/P&gt;&lt;P&gt;Works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jovito&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jan 2011 10:06:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-07T10:06:45Z</dc:date>
    <item>
      <title>Download Excel Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-issues/m-p/7551970#M1563489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using ECC 6.0 version of sap with GUI 7 and MS office 2007.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I download any data to excel its take the feature or excel 2003 and not allow me to download the data more than 66000 lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uttam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 10:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-issues/m-p/7551970#M1563489</guid>
      <dc:creator>uttamagarwala</dc:creator>
      <dc:date>2011-01-06T10:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-issues/m-p/7551971#M1563490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excel 2003 has the limit of 65536 rows by 256 columns which had been quite a problem for dealing with large data feeds which have lots and lots of row of data. Excel 2007 on the other hand, pushed that limit up to 1,048,576 rows by 16,384 columns. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you must use 2003 then you could use several sheets to do what you want..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
call method of excel 'Worksheets' = wsheet exporting #1 = 2 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 10:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-issues/m-p/7551971#M1563490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T10:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-issues/m-p/7551972#M1563491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I am using 2007 and need all the data in one sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or SAP doesnot support 2007.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uttam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 10:53:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-issues/m-p/7551972#M1563491</guid>
      <dc:creator>uttamagarwala</dc:creator>
      <dc:date>2011-01-06T10:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-issues/m-p/7551973#M1563492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, think you shoud read this post&lt;/P&gt;&lt;P&gt;[LINK SAP|;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But one of the solution isto to change your extension from xls to xlsx. This is just a thought because i don´t know how do you build your code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 10:59:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-issues/m-p/7551973#M1563492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T10:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-issues/m-p/7551974#M1563493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Issues&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the function: XXL_FULL_API&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to have such....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 11:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-issues/m-p/7551974#M1563493</guid>
      <dc:creator>fabio_passoni</dc:creator>
      <dc:date>2011-01-06T11:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-issues/m-p/7551975#M1563494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uttam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the ALV, choose Local File -&amp;gt; Spreadsheet and save on ur computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now open the file in excel.&lt;/P&gt;&lt;P&gt;You should be able to see more than 65K records.&lt;/P&gt;&lt;P&gt;Works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jovito&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 10:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-issues/m-p/7551975#M1563494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-07T10:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-issues/m-p/7551976#M1563495</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;By default that download option takes 2003 Excel.&lt;/P&gt;&lt;P&gt;Try &lt;EM&gt;List -&amp;gt; Export -&amp;gt; Spreadsheet&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;You will get popup of &lt;STRONG&gt;"An XXL list object is exported with XX lines and YY columns. Choose a processing mode:"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Select &lt;STRONG&gt;Table&lt;/STRONG&gt; and excel will be generated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Store excel as soon as its downloaded, cuz it will not ask for option to SAVE when you close it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ateet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 10:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-issues/m-p/7551976#M1563495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-07T10:21:17Z</dc:date>
    </item>
  </channel>
</rss>

