<?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 Push button on selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-selection-screen/m-p/3421402#M821718</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;How to Create a Push Button on Selection Screen&lt;/P&gt;&lt;P&gt;???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Shashi..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2008 14:15:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-11T14:15:04Z</dc:date>
    <item>
      <title>Push button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-selection-screen/m-p/3421402#M821718</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;How to Create a Push Button on Selection Screen&lt;/P&gt;&lt;P&gt;???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Shashi..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 14:15:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-selection-screen/m-p/3421402#M821718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T14:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Push button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-selection-screen/m-p/3421403#M821719</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;Please refer to the SAP standard demo program &lt;STRONG&gt;demo_sel_screen_pushbutton&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram POnna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 14:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-selection-screen/m-p/3421403#M821719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T14:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Push button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-selection-screen/m-p/3421404#M821720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare as follows ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: PUSHBUTTON 2(10) PB1 USER-COMMAND ucom.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 14:22:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-selection-screen/m-p/3421404#M821720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T14:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Push button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-selection-screen/m-p/3421405#M821721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;look at this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen:&lt;/P&gt;&lt;P&gt;  begin of screen 500 as window title tit,&lt;/P&gt;&lt;P&gt;    begin of line,&lt;/P&gt;&lt;P&gt;      pushbutton 2(10) but1 user-command cli1,&lt;/P&gt;&lt;P&gt;      pushbutton 12(10) text-020 user-command cli2,&lt;/P&gt;&lt;P&gt;    end of line,&lt;/P&gt;&lt;P&gt;    begin of line,&lt;/P&gt;&lt;P&gt;      pushbutton 2(10) but3 user-command cli3,&lt;/P&gt;&lt;P&gt;      pushbutton 12(10) text-040 user-command cli4,&lt;/P&gt;&lt;P&gt;    end of line,&lt;/P&gt;&lt;P&gt;  end of screen 500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  message i888(sabapdocu) with text-001 sscrfields-ucomm.&lt;/P&gt;&lt;P&gt;  case sscrfields-ucomm.&lt;/P&gt;&lt;P&gt;    when 'CLI1'.&lt;/P&gt;&lt;P&gt;      flag = '1'.&lt;/P&gt;&lt;P&gt;    when 'CLI2'.&lt;/P&gt;&lt;P&gt;      flag = '2'.&lt;/P&gt;&lt;P&gt;    when 'CLI3'.&lt;/P&gt;&lt;P&gt;      flag = '3'.&lt;/P&gt;&lt;P&gt;    when 'CLI4'.&lt;/P&gt;&lt;P&gt;      flag = '4'.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Gaurav J.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Aug 15, 2008 3:34 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 14:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-selection-screen/m-p/3421405#M821721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T14:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Push button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-selection-screen/m-p/3421406#M821722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; How to Create a Push Button on Selection Screen&lt;/P&gt;&lt;P&gt;Not sure actually... it says "Delete" on it... well, there's only one way to find out then...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2008 17:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-on-selection-screen/m-p/3421406#M821722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-15T17:00:17Z</dc:date>
    </item>
  </channel>
</rss>

