<?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: Problem while downloading data in excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-in-excel/m-p/7793375#M1586508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rachel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this. &lt;/P&gt;&lt;P&gt;Rather than using the 'Save to local file' option from ALV, opt for the Microsoft Excel/Spreadsheet button from the toolbar (CTRL+SHIFT+F7).&lt;/P&gt;&lt;P&gt;This will save in excel format. &lt;/P&gt;&lt;P&gt;Note: This download mode will not take into account any custom changes to subtotals/filtering/sorting etc.&lt;/P&gt;&lt;P&gt;You might also need to set the macro security options in excel to medium (for excel 2003) or tick trust VBA projects for macro settings in the excel trust center settings (excel 2007,2010 etc). Else you might receive 0K000 message for VEXCEL conversion.&lt;/P&gt;&lt;P&gt;See screenshot for details.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/310854" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Oct 2013 06:03:54 GMT</pubDate>
    <dc:creator>OleHombre</dc:creator>
    <dc:date>2013-10-30T06:03:54Z</dc:date>
    <item>
      <title>Problem while downloading data in excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-in-excel/m-p/7793369#M1586502</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;Data in one of o/p columns is 0E000 but when I download the alv o/p in excel the value comes as '0.00E+00'&lt;/P&gt;&lt;P&gt;I guess it is taking Char E as exponential and hence converting in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide me a solution so that i can get the data as 0E000 in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rachel@sap on Apr 18, 2011 10:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 07:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-in-excel/m-p/7793369#M1586502</guid>
      <dc:creator>former_member321825</dc:creator>
      <dc:date>2011-04-18T07:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while downloading data in excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-in-excel/m-p/7793370#M1586503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rachel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue which you are discussing is related to excel. As per my knowledge &amp;amp; experience, you cannot do much about that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion, just try to convince your client to put a (') at first position in the column which you are getting wrong output. In this way you can achieve the result. Even in my case I have made the client understand how to see the correct value in excel (i.e. by putting (') as the first character in the error column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info will be sufficient to resolve the issue &amp;amp; close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Vinit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 09:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-in-excel/m-p/7793370#M1586503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-18T09:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while downloading data in excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-in-excel/m-p/7793371#M1586504</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;Whilw downloading change the file type as 'DBF'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

CALL FUNCTION 'GUI_DOWNLOAD'
  EXPORTING
    filename              = w_filename
    filetype              = 'DBF'                          "Use the file type as DBF
    write_field_separator = 'X'
  TABLES
    data_tab              = t_output.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 10:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-in-excel/m-p/7793371#M1586504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-18T10:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while downloading data in excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-in-excel/m-p/7793372#M1586505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot. I am able to download the excel file as desired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just 1 query . what is full form of DBF????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vinit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: vinit005 on Apr 18, 2011 1:43 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 11:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-in-excel/m-p/7793372#M1586505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-18T11:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while downloading data in excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-in-excel/m-p/7793373#M1586506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'DBF' :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data is downloaded in dBase format. Since in this format the data types of the individual columns are stored as well, you can often avoid import problems, for example, into Microsoft Excel, especially when interpreting numeric values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Prakash K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 12:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-in-excel/m-p/7793373#M1586506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-18T12:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while downloading data in excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-in-excel/m-p/7793374#M1586507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am downloading via ALV hence i am not using gui_download.&lt;/P&gt;&lt;P&gt;Could you please tell me how to resolve for alv download.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 12:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-in-excel/m-p/7793374#M1586507</guid>
      <dc:creator>former_member321825</dc:creator>
      <dc:date>2011-04-18T12:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while downloading data in excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-in-excel/m-p/7793375#M1586508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rachel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this. &lt;/P&gt;&lt;P&gt;Rather than using the 'Save to local file' option from ALV, opt for the Microsoft Excel/Spreadsheet button from the toolbar (CTRL+SHIFT+F7).&lt;/P&gt;&lt;P&gt;This will save in excel format. &lt;/P&gt;&lt;P&gt;Note: This download mode will not take into account any custom changes to subtotals/filtering/sorting etc.&lt;/P&gt;&lt;P&gt;You might also need to set the macro security options in excel to medium (for excel 2003) or tick trust VBA projects for macro settings in the excel trust center settings (excel 2007,2010 etc). Else you might receive 0K000 message for VEXCEL conversion.&lt;/P&gt;&lt;P&gt;See screenshot for details.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/310854" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 06:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-in-excel/m-p/7793375#M1586508</guid>
      <dc:creator>OleHombre</dc:creator>
      <dc:date>2013-10-30T06:03:54Z</dc:date>
    </item>
  </channel>
</rss>

