<?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: ABAP -Tcode Excel download in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-tcode-excel-download/m-p/11878548#M1960411</link>
    <description>&lt;P&gt;There is a paramter on AR02 'Use ALV grid' to generate an ALV grid, why didn't your users check it, if users actually refuse to export the data themselves then copy the selection-screen in a z-report, submit standard report, with 'P_GRID = abap_true', wrapped with &lt;A href="https://launchpad.support.sap.com/#/solutions/scnforums/?q=CL_SALV_BS_RUNTIME_INFO"&gt;CL_SALV_BS_RUNTIME_INFO&lt;/A&gt; and export the returned data yourself (many threads/discussions are already available so use search tool)&lt;/P&gt;</description>
    <pubDate>Mon, 25 Mar 2019 07:52:05 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2019-03-25T07:52:05Z</dc:date>
    <item>
      <title>ABAP -Tcode Excel download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-tcode-excel-download/m-p/11878542#M1960405</link>
      <description>&lt;P&gt;Hi Guru,Im having a tcode AR02. Im having a requirement to enhance the existing program... so that when ever we click the execute button it has to extract the tcode output data to excel sheet on desktop or AL11 folder.&lt;/P&gt;
  &lt;P&gt;P.S. GUI_DOWNLOAD won't work as it will get the data from internal table. In the SAP standard program there are many includes like for header, columns, alv grid etc. I need to get the same out put which we see in tcode after alv etc in my excel sheet. &lt;/P&gt;
  &lt;P&gt;Can some one plese help.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2019 07:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-tcode-excel-download/m-p/11878542#M1960405</guid>
      <dc:creator>venkatesh_veera2</dc:creator>
      <dc:date>2019-03-23T07:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP -Tcode Excel download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-tcode-excel-download/m-p/11878543#M1960406</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try ,   FM LIST_FROM_MEMORY  for getting data  from standard.  &lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2019 08:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-tcode-excel-download/m-p/11878543#M1960406</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2019-03-23T08:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP -Tcode Excel download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-tcode-excel-download/m-p/11878544#M1960407</link>
      <description>&lt;P&gt;abab2xlsx&lt;/P&gt;&lt;P&gt;Google it.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2019 09:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-tcode-excel-download/m-p/11878544#M1960407</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-03-23T09:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP -Tcode Excel download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-tcode-excel-download/m-p/11878545#M1960408</link>
      <description>&lt;P&gt;You mean export the ALV table to Excel file? Isn't there a standard Export button already?&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2019 08:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-tcode-excel-download/m-p/11878545#M1960408</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-03-24T08:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP -Tcode Excel download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-tcode-excel-download/m-p/11878546#M1960409</link>
      <description>&lt;P&gt;I dont think there is enhancement point to do what you want, its just a simple report with start, end selection. even there is, you have to write your own code to extract the result from report to excel with the same layout ( like color, header, summarize...).maybe you can write a Z report to submit that tcode, get ALV data and layout configuration using CL_SALV_BS_RUNTIME_INFO and rebuild it with abap2xlsx, ooxml...&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 01:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-tcode-excel-download/m-p/11878546#M1960409</guid>
      <dc:creator>DoanManhQuynh</dc:creator>
      <dc:date>2019-03-25T01:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP -Tcode Excel download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-tcode-excel-download/m-p/11878547#M1960410</link>
      <description>&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;1. Create a custom program, Inside call your standard program by Submit statement&lt;/P&gt;&lt;P&gt;For more info..&lt;/P&gt;&lt;P&gt;Get your standard program output by using class: &lt;STRONG&gt;CL_SALV_BS_RUNTIME_INFO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://zevolving.com/2015/07/salv-table-22-get-data-directly-after-submit/"&gt;http://zevolving.com/2015/07/salv-table-22-get-data-directly-after-submit/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;2. In your custom program you need to design the excel download format including header, line items, and color similar to the standard output using OLE Method.&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/SI/OLE+concept+for+downloading+the+report+output+into+excel"&gt;https://wiki.scn.sap.com/wiki/display/SI/OLE+concept+for+downloading+the+report+output+into+excel&lt;/A&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 07:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-tcode-excel-download/m-p/11878547#M1960410</guid>
      <dc:creator>bala_sikkal</dc:creator>
      <dc:date>2019-03-25T07:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP -Tcode Excel download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-tcode-excel-download/m-p/11878548#M1960411</link>
      <description>&lt;P&gt;There is a paramter on AR02 'Use ALV grid' to generate an ALV grid, why didn't your users check it, if users actually refuse to export the data themselves then copy the selection-screen in a z-report, submit standard report, with 'P_GRID = abap_true', wrapped with &lt;A href="https://launchpad.support.sap.com/#/solutions/scnforums/?q=CL_SALV_BS_RUNTIME_INFO"&gt;CL_SALV_BS_RUNTIME_INFO&lt;/A&gt; and export the returned data yourself (many threads/discussions are already available so use search tool)&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 07:52:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-tcode-excel-download/m-p/11878548#M1960411</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-03-25T07:52:05Z</dc:date>
    </item>
  </channel>
</rss>

