<?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 Catch button press event in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-button-press-event/m-p/6550102#M1429401</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;I have started with ABAP programming but I programmed GUI applications in other languages for a long time. Could you give me an advise how to catch events in ABAP. I found only PAi and PBO. But what to do if I want to catch the event button click on one button.&lt;/P&gt;&lt;P&gt;I need two buttons which will calculate different results into an input field on the screen.&lt;/P&gt;&lt;P&gt;The screen will be the same, only some information on it will be different after the button click. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please give me an advise how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible do develope own grapfic component in ABAP? Is it possinle to get the coordinations of the mouse in case of move, click...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jan 2010 19:00:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-26T19:00:04Z</dc:date>
    <item>
      <title>Catch button press event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-button-press-event/m-p/6550102#M1429401</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;I have started with ABAP programming but I programmed GUI applications in other languages for a long time. Could you give me an advise how to catch events in ABAP. I found only PAi and PBO. But what to do if I want to catch the event button click on one button.&lt;/P&gt;&lt;P&gt;I need two buttons which will calculate different results into an input field on the screen.&lt;/P&gt;&lt;P&gt;The screen will be the same, only some information on it will be different after the button click. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please give me an advise how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible do develope own grapfic component in ABAP? Is it possinle to get the coordinations of the mouse in case of move, click...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2010 19:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-button-press-event/m-p/6550102#M1429401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-26T19:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Catch button press event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-button-press-event/m-p/6550103#M1429402</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;We write the code for button click in PAI of the screen. &lt;/P&gt;&lt;P&gt;Look at the example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CASE sy-ucomm.
 WHEN 'BUTTON1'.
  CALL SCREEN 1000.
 WHEN 'BUTTON2'.
  CALL SCREEN 1001.
ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 04:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-button-press-event/m-p/6550103#M1429402</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2010-01-27T04:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Catch button press event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-button-press-event/m-p/6550104#M1429403</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;Goto to Transaction Code: &lt;STRONG&gt;BIBS&lt;/STRONG&gt;  and have a look at the examples....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an example called &lt;STRONG&gt;Push Button&lt;/STRONG&gt; for your requirement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhijit G. Borkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 05:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-button-press-event/m-p/6550104#M1429403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T05:07:55Z</dc:date>
    </item>
  </channel>
</rss>

