<?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: Reg Selection Screen Events in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen-events/m-p/5841257#M1317992</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;Check this code..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.
parameter : num1 TYPE i,
            num2 TYPE i,
            num3 TYPE i.

PARAMETERS: r1 RADIOBUTTON GROUP rad1 user-command usr DEFAULT 'X',
            r2 RADIOBUTTON GROUP rad1.
SELECTION-SCREEN END OF BLOCK b1.


AT SELECTION-SCREEN OUTPUT.
  IF r1 EQ 'X'.
    num3 = num1 + num2.
  ENDIF.

  IF r2 EQ 'X'.
    num3 = num1 * num2.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2009 05:24:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-06T05:24:54Z</dc:date>
    <item>
      <title>Reg Selection Screen Events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen-events/m-p/5841256#M1317991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 input field  and two radio button in my selection screen, On clicking the first radio button, the sum of two fields should be displayed in the third input field. Similarly when i click the second radio button, the multiply of two fields should be displayed in third inpur field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please all help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads,&lt;/P&gt;&lt;P&gt;Sundaresan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 05:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen-events/m-p/5841256#M1317991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T05:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Selection Screen Events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen-events/m-p/5841257#M1317992</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;Check this code..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.
parameter : num1 TYPE i,
            num2 TYPE i,
            num3 TYPE i.

PARAMETERS: r1 RADIOBUTTON GROUP rad1 user-command usr DEFAULT 'X',
            r2 RADIOBUTTON GROUP rad1.
SELECTION-SCREEN END OF BLOCK b1.


AT SELECTION-SCREEN OUTPUT.
  IF r1 EQ 'X'.
    num3 = num1 + num2.
  ENDIF.

  IF r2 EQ 'X'.
    num3 = num1 * num2.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 05:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen-events/m-p/5841257#M1317992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T05:24:54Z</dc:date>
    </item>
  </channel>
</rss>

