<?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 Problem when exporting ALV to Excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-exporting-alv-to-excel/m-p/9115176#M1707237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are facing a problem, strange for us. The ALV contents work fine when downloading the data to Excel in Quality system, whereas the format gets corrupted while downloading in Production. Some of the colums appear in new line. There are no pending transports. The number of columns in ALV is around 15-25. Could this be due to profile parameters or some system setting problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also requested the user to try Excel in Place. Got the following message "&lt;STRONG&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;amount&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;data&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;can not be processed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Excel&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All suggestion and inputs are appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Jayanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2012 13:10:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-11-14T13:10:24Z</dc:date>
    <item>
      <title>Problem when exporting ALV to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-exporting-alv-to-excel/m-p/9115176#M1707237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are facing a problem, strange for us. The ALV contents work fine when downloading the data to Excel in Quality system, whereas the format gets corrupted while downloading in Production. Some of the colums appear in new line. There are no pending transports. The number of columns in ALV is around 15-25. Could this be due to profile parameters or some system setting problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also requested the user to try Excel in Place. Got the following message "&lt;STRONG&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;amount&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;data&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;can not be processed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Excel&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All suggestion and inputs are appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Jayanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 13:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-exporting-alv-to-excel/m-p/9115176#M1707237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-14T13:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when exporting ALV to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-exporting-alv-to-excel/m-p/9115177#M1707238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of excel are the users using? Excel 2003 had a limitation of 256 columns. It's possible that if the file contains more columns than that, Excel wraps them to the next line. Also, the error message "The amount of data can not be processed in excel" hints at this as well. You might look at the code to see if there is a bug somehow causing the ALV to display more columns than the 15-25 which you expect it to display. Is the data table bieng generated dynamically?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 21:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-exporting-alv-to-excel/m-p/9115177#M1707238</guid>
      <dc:creator>alex_campbell</dc:creator>
      <dc:date>2012-11-14T21:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when exporting ALV to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-exporting-alv-to-excel/m-p/9115178#M1707239</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;check this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Note 855314 - Downloading a list from the ALV to&lt;/P&gt;&lt;P&gt;Excel&lt;/P&gt;&lt;P&gt;Note Language: English Version: 2 Validity: Valid Since 21.06.2005 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Symptom&lt;/P&gt;&lt;P&gt;You download a list that is wider than 1023 characters from the ABAP List&lt;/P&gt;&lt;P&gt;Viewer (ALV) to a local file as a spreadsheet. A line break occurs after&lt;/P&gt;&lt;P&gt;1023 characters. The list appears in Excel in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other terms&lt;/P&gt;&lt;P&gt;Excel, download, lists, ALV, 1023 columns, list width&lt;/P&gt;&lt;P&gt;REUSE_ALV_LIST_DISPLAY, REUSE_ALV_GRID_DISPLAY, CL_GUI_ALV_GRID&lt;/P&gt;&lt;P&gt;Reason and Prerequisites&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution&lt;/P&gt;&lt;P&gt;To prevent a line break occurring when you download the list as a local&lt;/P&gt;&lt;P&gt;spreadsheet file, you must reduce the width of the list in the ALV.&lt;/P&gt;&lt;P&gt;You can do this either by hiding columns, or by changing the column widths&lt;/P&gt;&lt;P&gt;in the ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 21:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-exporting-alv-to-excel/m-p/9115178#M1707239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-14T21:26:33Z</dc:date>
    </item>
  </channel>
</rss>

