<?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 excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/1779315#M335990</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;how to send the final list what we get in output to excel sheet.give me the syntax as well as explaination.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Dec 2006 08:37:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-16T08:37:51Z</dc:date>
    <item>
      <title>excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/1779315#M335990</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;how to send the final list what we get in output to excel sheet.give me the syntax as well as explaination.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 08:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/1779315#M335990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-16T08:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/1779316#M335991</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;You need to use ALV output to get this, u'll get a button in the application toolbar to download directly from the list &amp;amp; the the rest will be taken care of by the Predefined ALV functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 08:40:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/1779316#M335991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-16T08:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/1779317#M335992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use FM GUI_DOWNLOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass your itab to TABLE parameter DATA_TAB&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 08:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/1779317#M335992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-16T08:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/1779318#M335993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this FM&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    filename                        = 'C:\CUSERROR.XLS'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  APPEND                          = 'A'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   WRITE_FIELD_SEPARATOR           = '#'&lt;/P&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    data_tab                        = MESSTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where messtab is an internal table where u will be having final datas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 08:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/1779318#M335993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-16T08:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/1779319#M335994</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;U can see there itself some save into local file some green file. From there itself u can save the file into  to select the SPREADSHEET button. It will go to automatically in excel format and save with the .xls file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 09:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/1779319#M335994</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2006-12-16T09:03:09Z</dc:date>
    </item>
  </channel>
</rss>

