<?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: pushbutton in screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-screen/m-p/976085#M70919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do u have sample code for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2005 07:47:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-15T07:47:46Z</dc:date>
    <item>
      <title>pushbutton in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-screen/m-p/976083#M70917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have 4 pushbuttons in the screen how would i know which one i click?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;donna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2005 07:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-screen/m-p/976083#M70917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-15T07:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: pushbutton in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-screen/m-p/976084#M70918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in pustbutton u can set user command.&lt;/P&gt;&lt;P&gt;based on the user command u hv to identify the button clicked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON /10(20) CHARLX USER-COMMAND ABCD. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON /10(20) CHARLY USER-COMMAND BCDE.  ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION. &lt;/P&gt;&lt;P&gt;  MOVE 'My text1' TO CHARLX. &lt;/P&gt;&lt;P&gt;  MOVE 'My text2' TO CHARLY. &lt;/P&gt;&lt;P&gt;  ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN. &lt;/P&gt;&lt;P&gt;  case SSCRFIELDS-UCOMM.&lt;/P&gt;&lt;P&gt;  when 'ABCD'. &lt;/P&gt;&lt;P&gt;    ... &lt;/P&gt;&lt;P&gt;  when 'BCDE'. &lt;/P&gt;&lt;P&gt;    ... &lt;/P&gt;&lt;P&gt;  ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;gv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Venkat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2005 07:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-screen/m-p/976084#M70918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-15T07:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: pushbutton in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-screen/m-p/976085#M70919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do u have sample code for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2005 07:47:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-screen/m-p/976085#M70919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-15T07:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: pushbutton in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-screen/m-p/976086#M70920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field SY-UCOMM ( Or Ok_CODE defined in screen ) will have the value of fcode assigned to the pushbutton in the PAI of screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2005 07:49:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-screen/m-p/976086#M70920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-15T07:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: pushbutton in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-screen/m-p/976087#M70921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go thru this demo pgm&lt;/P&gt;&lt;P&gt;DEMO_SEL_SCREEN_PUSHBUTTON&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_PUSH_BUTTON&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;gv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2005 07:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-screen/m-p/976087#M70921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-15T07:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: pushbutton in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-screen/m-p/976088#M70922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Donna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look sample-program &amp;lt;b&amp;gt;DEMO_SEL_SCREEN_PUSHBUTTON&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Venkat was some seconds faster !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2005 07:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-screen/m-p/976088#M70922</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-09-15T07:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: pushbutton in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-screen/m-p/976089#M70923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you set, let's say 'PB01' as a User-command for your button, you can handle a click with a code like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN.
  CASE sy-ucomm.
    WHEN 'PB01'.
*____Do some stuff here...
  ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the latest versions, you have also the special statement :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN FUNCTION KEY 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;to create a 'function key'. A click on the auto-generated button on the tool bar will then trigger the user-command FC01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2005 07:56:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-screen/m-p/976089#M70923</guid>
      <dc:creator>guillaume-hrc</dc:creator>
      <dc:date>2005-09-15T07:56:49Z</dc:date>
    </item>
  </channel>
</rss>

