<?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: Add a button in report selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button-in-report-selection-screen/m-p/6901420#M1481399</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 think you are looking for 'selection-screen pushbutton'. Please read this documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Gerd Rother&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 May 2010 13:34:17 GMT</pubDate>
    <dc:creator>gerd_rother</dc:creator>
    <dc:date>2010-05-23T13:34:17Z</dc:date>
    <item>
      <title>Add a button in report selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button-in-report-selection-screen/m-p/6901419#M1481398</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;&lt;/P&gt;&lt;P&gt;     I want to add a userdefined button in report selection screen....so far i have written code like this,...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : sscrfields.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-010.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_ID LIKE ZBAPITABLE-ID,&lt;/P&gt;&lt;P&gt;            P_NM LIKE ZBAPITABLE-NAME.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-020.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT (11) TEXT-001 FOR FIELD R1.&lt;/P&gt;&lt;P&gt;PARAMETERS: R1 RADIOBUTTON GROUP G1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT (10) TEXT-002 FOR FIELD R1.&lt;/P&gt;&lt;P&gt;PARAMETERS: R2 RADIOBUTTON GROUP G1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT (10) TEXT-003 FOR FIELD R1.&lt;/P&gt;&lt;P&gt;PARAMETERS: R3 RADIOBUTTON GROUP G1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT (10) TEXT-004 FOR FIELD R1.&lt;/P&gt;&lt;P&gt;PARAMETERS: R4 RADIOBUTTON GROUP G1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B2.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: FUNCTION KEY 1.&lt;/P&gt;&lt;P&gt;MOVE 'SAVE' TO sscrfields-functxt_01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If i use code like this button was added in application tool bar&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in my selection screen i have  two blocks ....in first block i have input fields, and in second there is set of radio buttons...Just below that i want to put one button ....how it is possible...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone plz help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;veena.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 May 2010 13:05:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button-in-report-selection-screen/m-p/6901419#M1481398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-23T13:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Add a button in report selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button-in-report-selection-screen/m-p/6901420#M1481399</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 think you are looking for 'selection-screen pushbutton'. Please read this documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Gerd Rother&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 May 2010 13:34:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button-in-report-selection-screen/m-p/6901420#M1481399</guid>
      <dc:creator>gerd_rother</dc:creator>
      <dc:date>2010-05-23T13:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Add a button in report selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button-in-report-selection-screen/m-p/6901421#M1481400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's th docu link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Pushbuttons on the Selection Screen|http://help.sap.com/saphelp_nw70/helpdata/en/9f/dba81635c111d1829f0000e829fbfe/frameset.htm]&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>Sun, 23 May 2010 15:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button-in-report-selection-screen/m-p/6901421#M1481400</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-05-23T15:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add a button in report selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button-in-report-selection-screen/m-p/6901422#M1481401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;         ThanQ for giving help...i got solution...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 05:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button-in-report-selection-screen/m-p/6901422#M1481401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-24T05:26:19Z</dc:date>
    </item>
  </channel>
</rss>

