<?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 Error while dowloading ALV output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-dowloading-alv-output/m-p/4225921#M1009537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  When am trying to download the ALV output to a spreadsheet it is giving an information message 'Filter criteria, sorting, totals and subtotals are not taken into account' and the followed by the message 'Export of a list object was terminated (internal error)'.This is occuring when the ALV does not contain any data otherwise it donload fine.In other standard report even if the ALV doesnt have data it downloads empty data to excel.what could be wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Aug 2008 07:34:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-08T07:34:56Z</dc:date>
    <item>
      <title>Error while dowloading ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-dowloading-alv-output/m-p/4225921#M1009537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  When am trying to download the ALV output to a spreadsheet it is giving an information message 'Filter criteria, sorting, totals and subtotals are not taken into account' and the followed by the message 'Export of a list object was terminated (internal error)'.This is occuring when the ALV does not contain any data otherwise it donload fine.In other standard report even if the ALV doesnt have data it downloads empty data to excel.what could be wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 07:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-dowloading-alv-output/m-p/4225921#M1009537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T07:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error while dowloading ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-dowloading-alv-output/m-p/4225922#M1009538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rakesh,&lt;/P&gt;&lt;P&gt;  You can put one condition to check the final internal table consists any data or not. If that table is not initial then display the output otherwise just display a message 'Data not found'.&lt;/P&gt;&lt;P&gt; I think this is the solution .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF NOT T_FINAL[] IS INITIAL.
* Fill field catalog table
    PERFORM FILL_FIELDCATALOG.
* Fill Layout options
    PERFORM FILL_LAYOUT.

    CALL SCREEN 0100.
ELSE 
  MESSAGE ' No data found' Type 'E'.

  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Check  whether you filled  fieldcatalog correctly or not. &lt;/P&gt;&lt;P&gt;                           &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 07:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-dowloading-alv-output/m-p/4225922#M1009538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T07:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error while dowloading ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-dowloading-alv-output/m-p/4225923#M1009539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check your fieldcat properly.&lt;/P&gt;&lt;P&gt;are they maintained properly like table name and field name in caps and  spell mistake should not be there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and please give full error message for further analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 07:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-dowloading-alv-output/m-p/4225923#M1009539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T07:47:03Z</dc:date>
    </item>
  </channel>
</rss>

