<?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 download using pushbutton in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-using-pushbutton/m-p/6343617#M1397863</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;     I want to download the report  using the pushbutton on the selection screen and not with the execute button..&lt;/P&gt;&lt;P&gt;can you please suggest me, how to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;mnraju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Nov 2009 12:25:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-07T12:25:43Z</dc:date>
    <item>
      <title>download using pushbutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-using-pushbutton/m-p/6343617#M1397863</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;     I want to download the report  using the pushbutton on the selection screen and not with the execute button..&lt;/P&gt;&lt;P&gt;can you please suggest me, how to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;mnraju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2009 12:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-using-pushbutton/m-p/6343617#M1397863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-07T12:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: download using pushbutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-using-pushbutton/m-p/6343618#M1397864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN:
  BEGIN OF BLOCK B1 WITH FRAME TITLE text-000,
    PUSHBUTTON 2(10) but1 USER-COMMAND cli1,
  END OF BLOCK B1.
 
INITIALIZATION.
  but1 = 'DOWNLOAD'.
 
AT SELECTION-SCREEN.
  CASE SY-UCOMM.
    WHEN 'CLI1'.
"call FM GUI_DOWNLOAD or the respective FM with which you want to download
   ENDCASE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2009 13:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-using-pushbutton/m-p/6343618#M1397864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-07T13:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: download using pushbutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-using-pushbutton/m-p/6343619#M1397865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ABAP editor you have a download button on the toolbar. F8 will not download but execute a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or could your question have been misunderstood?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2009 18:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-using-pushbutton/m-p/6343619#M1397865</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-11-07T18:34:50Z</dc:date>
    </item>
  </channel>
</rss>

