<?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: Resorted Columns when exporting from ALV to SPREADSHEET in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/resorted-columns-when-exporting-from-alv-to-spreadsheet/m-p/1386608#M188160</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;Read SAP Note 358644 ALV Export Excel: Recommendations and known errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the "Spreadsheet..." download button may re-arrange the column order... &lt;/P&gt;&lt;P&gt;"The system sorts or groups the columns together according to characteristics and key figures"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the "Local file..." download button... then choosing the "Spreadsheet" option should leave everything as it was...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I get points for this answer ? &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Dave T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2006 15:21:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-18T15:21:12Z</dc:date>
    <item>
      <title>Resorted Columns when exporting from ALV to SPREADSHEET</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resorted-columns-when-exporting-from-alv-to-spreadsheet/m-p/1386604#M188156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a report which displays data on an ALV grid control. This output has a specific column's order on the grid, but when I click the button to export to an Excel File the system somehow resorted the columns and display them differently. I didn't make any change to the catalog before exporting to Excel. Do someone have any idea why is this happening and how to fix it? I'll appreciate very much your help on this. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 20:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resorted-columns-when-exporting-from-alv-to-spreadsheet/m-p/1386604#M188156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T20:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Resorted Columns when exporting from ALV to SPREADSHEET</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resorted-columns-when-exporting-from-alv-to-spreadsheet/m-p/1386605#M188157</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;It is a problem with EXCEL, it alters the sequences of columns depending on the data type  numerics,char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the 'COL_POS' field of the feild catalog to each and every column and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Appana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 21:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resorted-columns-when-exporting-from-alv-to-spreadsheet/m-p/1386605#M188157</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-07-17T21:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Resorted Columns when exporting from ALV to SPREADSHEET</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resorted-columns-when-exporting-from-alv-to-spreadsheet/m-p/1386606#M188158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not a problem with EXCEL, but with the standard feature of the ALV grid. When you download using the standard button, it puts all the CHAR fields in the front and all the NUMERIC columns to the end in the downloaded excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternative is to provide this functionality yourself by having a button and downloading the table using GUI_DOWNLOAD to a excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 00:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resorted-columns-when-exporting-from-alv-to-spreadsheet/m-p/1386606#M188158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T00:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Resorted Columns when exporting from ALV to SPREADSHEET</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resorted-columns-when-exporting-from-alv-to-spreadsheet/m-p/1386607#M188159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;Thanks for your reply. Can you please give some kinf of example or any documentation about implementing GUI_DOWNLOAD since I'm kind of new with ABAP, I'll appreciate it very much it it's possible for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 14:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resorted-columns-when-exporting-from-alv-to-spreadsheet/m-p/1386607#M188159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T14:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Resorted Columns when exporting from ALV to SPREADSHEET</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resorted-columns-when-exporting-from-alv-to-spreadsheet/m-p/1386608#M188160</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;Read SAP Note 358644 ALV Export Excel: Recommendations and known errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the "Spreadsheet..." download button may re-arrange the column order... &lt;/P&gt;&lt;P&gt;"The system sorts or groups the columns together according to characteristics and key figures"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the "Local file..." download button... then choosing the "Spreadsheet" option should leave everything as it was...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I get points for this answer ? &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Dave T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 15:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resorted-columns-when-exporting-from-alv-to-spreadsheet/m-p/1386608#M188160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T15:21:12Z</dc:date>
    </item>
  </channel>
</rss>

