<?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: Internal Table to Excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687118#M1101815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the function GUI_DOWNLOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
      filename            = w_path
      filetype            = 'DAT'
    TABLES
      data_tab            = it_tab_exp
    EXCEPTIONS
      file_open_error     = 01
      file_write_error    = 02
      invalid_filesize    = 03
      invalid_table_width = 04
      invalid_type        = 05
      unknow_error        = 07.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Nov 2008 16:14:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-10T16:14:35Z</dc:date>
    <item>
      <title>Internal Table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687116#M1101813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I need to save my internal table data to an excel file. Is there any useful function module to do this???&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 16:07:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687116#M1101813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T16:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687117#M1101814</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;create the output in ALV-Grid, change layout to excel and save the excel-sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 16:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687117#M1101814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T16:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687118#M1101815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the function GUI_DOWNLOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
      filename            = w_path
      filetype            = 'DAT'
    TABLES
      data_tab            = it_tab_exp
    EXCEPTIONS
      file_open_error     = 01
      file_write_error    = 02
      invalid_filesize    = 03
      invalid_table_width = 04
      invalid_type        = 05
      unknow_error        = 07.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 16:14:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687118#M1101815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T16:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687119#M1101816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used WS_EXCEL and it works fine.&lt;/P&gt;&lt;P&gt;Thanks anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 16:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687119#M1101816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T16:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687120#M1101817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function module WS_EXCEL is obsolete.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 16:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687120#M1101817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T16:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687121#M1101818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You shouldn't use WS_EXCEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use: REUSE_ALV_GRID_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very easy to build an excel output with this FM.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
         EXPORTING
              i_callback_program = MYREPORT
              is_layout          = gd_layout
              it_fieldcat        = gd_fieldcat[]
              i_save             = 'X'
         TABLES
              t_outtab           = ITAB
         EXCEPTIONS
              program_error      = 1
              others             = 2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 18:39:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687121#M1101818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T18:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687122#M1101819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt; Use the Function Module -   "ALSM_EXCEL_TO_INTERNAL_TABLE".&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ganesh Reddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 19:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687122#M1101819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T19:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687123#M1101820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The requirements was for Internal Table -&amp;gt; Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not Excel -&amp;gt; Internal Table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 20:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/4687123#M1101820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T20:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/13639468#M2027171</link>
      <description>&lt;P&gt;there is manual process, but could you provide a code to do it.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 09:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/13639468#M2027171</guid>
      <dc:creator>shekhar01</dc:creator>
      <dc:date>2024-03-15T09:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/13639469#M2027172</link>
      <description>&lt;P&gt;what is gd_layout?&lt;BR /&gt;Does it gives straightforward excel output?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 09:36:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-excel/m-p/13639469#M2027172</guid>
      <dc:creator>shekhar01</dc:creator>
      <dc:date>2024-03-15T09:36:30Z</dc:date>
    </item>
  </channel>
</rss>

