<?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: Regarding Radiobutton in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949743#M1154217</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;P&gt;&lt;/P&gt;&lt;P&gt;type-pools icon.&lt;/P&gt;&lt;P&gt;Selection-screen begin of block b1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 2(6) TEXT_001.&lt;/P&gt;&lt;P&gt;parameter : r_pa type c radiobutton group gr1 user-command mode,&lt;/P&gt;&lt;P&gt;r_pa1 type c radiobutton group gr1 default 'X'.&lt;/P&gt;&lt;P&gt;selection-screen end of block b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF r_PA = 'X'. " If the radio button is selected&lt;/P&gt;&lt;P&gt;WRITE ICON_GREEN_LIGHT AS ICON TO TEXT_001.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Dec 2008 12:19:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-22T12:19:03Z</dc:date>
    <item>
      <title>Regarding Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949739#M1154213</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 want set green light for radibutton if i select that radiobutton. Could you please help me in this regard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 11:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949739#M1154213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T11:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949740#M1154214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi, I do not think that you can change the color of radiobutton,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;but you can display green light when the radio button is selected.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Try this one.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You can write icon 'icon_green_light ' when the radio button is selected.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Feel free to ask if u have any further query regarding this.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 11:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949740#M1154214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T11:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949741#M1154215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Selection-screen begin of block b1 .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;SELECTION-SCREEN COMMENT 2(6) TEXT_001.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;selection-screen end of block b1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AT SELECTION-SCREEN OUTPUT.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF PA = 'X'.                   " If the radio button is selected&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;        &lt;STRONG&gt;WRITE ICON_GREEN_LIGHT AS ICON TO TEXT_001.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;       &lt;STRONG&gt;modify screen.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;endif.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 11:24:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949741#M1154215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T11:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949742#M1154216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any Help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 12:11:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949742#M1154216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T12:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949743#M1154217</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;P&gt;&lt;/P&gt;&lt;P&gt;type-pools icon.&lt;/P&gt;&lt;P&gt;Selection-screen begin of block b1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 2(6) TEXT_001.&lt;/P&gt;&lt;P&gt;parameter : r_pa type c radiobutton group gr1 user-command mode,&lt;/P&gt;&lt;P&gt;r_pa1 type c radiobutton group gr1 default 'X'.&lt;/P&gt;&lt;P&gt;selection-screen end of block b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF r_PA = 'X'. " If the radio button is selected&lt;/P&gt;&lt;P&gt;WRITE ICON_GREEN_LIGHT AS ICON TO TEXT_001.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 12:19:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949743#M1154217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T12:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949744#M1154218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for Your reply. Green Icon light is coming properly. But, i want Radiobutton and Green icon light side by side. Presently it is coming on Top and Botom.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 12:45:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949744#M1154218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T12:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949745#M1154219</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;PRE&gt;&lt;CODE&gt;TYPE-POOLS icon.
SELECTION-SCREEN BEGIN OF BLOCK b1 .
SELECTION-SCREEN BEGIN OF LINE.        " begin of line
SELECTION-SCREEN COMMENT 2(6) text_001.
PARAMETER : r_pa TYPE c RADIOBUTTON GROUP gr1 USER-COMMAND mode.
SELECTION-SCREEN END OF LINE.  " end of line
PARAMETER : r_pa1 TYPE c RADIOBUTTON GROUP gr1 DEFAULT 'X'.
SELECTION-SCREEN END OF BLOCK b1.

AT SELECTION-SCREEN OUTPUT.

  IF r_pa = 'X'. " If the radio button is selected
    WRITE icon_green_light AS ICON TO text_001.
    MODIFY S&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 13:16:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949745#M1154219</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2008-12-22T13:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949746#M1154220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try this,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 .
SELECTION-SCREEN BEGIN OF LINE. "&amp;lt;= insert this
SELECTION-SCREEN COMMENT 1(5) text_001.
PARAMETER : r_pa TYPE c RADIOBUTTON GROUP gr1 USER-COMMAND mode.
SELECTION-SCREEN COMMENT 10(5) text_002.
PARAMETER : r_pa1 TYPE c RADIOBUTTON GROUP gr1 DEFAULT 'X'.
SELECTION-SCREEN END OF LINE."&amp;lt;= insert this
SELECTION-SCREEN END OF BLOCK b1.

AT SELECTION-SCREEN OUTPUT.

  IF r_pa = 'X'. " If the radio button is selected
    WRITE icon_green_light AS ICON TO text_001.
  ELSE.
    CLEAR text_001. "Clear the green icon
    MODIFY SCREEN.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj Kumar P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 13:27:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/4949746#M1154220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T13:27:15Z</dc:date>
    </item>
  </channel>
</rss>

