<?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 output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/2367310#M524254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends ,&lt;/P&gt;&lt;P&gt; can you please give me any example where i can output the data of a dynamic internal table to excel.That is when i press f8 this excel should be displayed with data from a dynamic internal tabel.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Sunitha.p&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2007 20:28:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-08T20:28:56Z</dc:date>
    <item>
      <title>excel output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/2367310#M524254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends ,&lt;/P&gt;&lt;P&gt; can you please give me any example where i can output the data of a dynamic internal table to excel.That is when i press f8 this excel should be displayed with data from a dynamic internal tabel.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Sunitha.p&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 20:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/2367310#M524254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T20:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: excel output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/2367311#M524255</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 follow this source code ............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:  lt_t005 TYPE STANDARD TABLE OF t005.
TYPES:  xmlline(1024) TYPE x.
DATA:  lt_xml TYPE STANDARD TABLE OF xmlline.

SELECT * FROM t005 INTO TABLE lt_t005.

CALL TRANSFORMATION id
  SOURCE data_node = lt_t005
  RESULT XML lt_xml.

CALL METHOD cl_gui_frontend_services=&amp;gt;gui_download
  EXPORTING
    filename = 'C:table.xml'
    filetype = 'BIN'
  CHANGING
    data_tab = lt_xml.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can also display the internal table data on EXCEL by using &lt;/P&gt;&lt;P&gt;function module &amp;lt;b&amp;gt;XXL_FULL_API.&amp;lt;/b&amp;gt; The Excel sheet which is generated by this function module contains the column headings and the key ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;follow this link also  if u have any queries........&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https:/people/harry.dietz/blog/2005/11/11/yet-another-from-database-or-internal-table-to-excelhttps" target="test_blank"&gt;https:///people/harry.dietz/blog/2005/11/11/yet-another-from-database-or-internal-table-to-excelhttps&lt;/A&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;:///people/harry.dietz/blog/2005/11/11/yet-another-from-database-or-internal-table-to-excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/exporting" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/exporting&lt;/A&gt;&lt;EM&gt;data&lt;/EM&gt;to&lt;EM&gt;Excel&lt;/EM&gt;-&lt;EM&gt;XML&lt;/EM&gt;to&lt;EM&gt;the&lt;/EM&gt;rescue&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;AshokReddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 20:39:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/2367311#M524255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T20:39:12Z</dc:date>
    </item>
  </channel>
</rss>

