<?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: Radio Button on Selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242301#M1526500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the following code Hide one radio button .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;copy-paste from &lt;A href="http://www.sapfans.com/forums/viewtopic.php?f=13&amp;amp;t=12324" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?f=13&amp;amp;t=12324&lt;/A&gt; removed&amp;gt;&amp;gt;&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;Moderator Message: Copy-paste is a serious offense, which can lead to account deletion.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Oct 8, 2010 7:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Oct 2010 08:00:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-08T08:00:49Z</dc:date>
    <item>
      <title>Radio Button on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242288#M1526487</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 a requirement in which two radio button are required on selection screen. But initially both of them should be unchecked. User should go on select either of the two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Is it possible to achive this? Please guide me how this can be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Punit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 07:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242288#M1526487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T07:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242289#M1526488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using radiobuttons on your selection screen then by default one of them will be checked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 07:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242289#M1526488</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2010-10-01T07:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242290#M1526489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not possible via radio-buttons , use check box instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 07:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242290#M1526489</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2010-10-01T07:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242291#M1526490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u really want to achive it through radio button , declare another radiobutton default 'X'  , and the make the text of that radiobutton blank .&lt;/P&gt;&lt;P&gt;Make Sure user  can not execute the report when the 3rd radiobutton is checked  by giving message .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 07:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242291#M1526490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T07:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242292#M1526491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Punit&lt;/P&gt;&lt;P&gt;Yes this is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create two radio buttons on selection screen one with default check, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_rdbt1 RADIOBUTTON GROUP gi default 'X',&lt;/P&gt;&lt;P&gt;            p_rdbt2 RADIOBUTTON GROUP gi.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that you need to do the coding accordingly.&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if p_rdbt1 = 'X'.&lt;/P&gt;&lt;P&gt;&amp;lt;do your coding here&amp;gt;.&lt;/P&gt;&lt;P&gt;elseif p_rdbt2 = 'X'.&lt;/P&gt;&lt;P&gt;&amp;lt;do your coding&amp;gt;.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lalit Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 07:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242292#M1526491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T07:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242293#M1526492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Punit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try below logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : r1 RADIOBUTTON GROUP g1 DEFAULT 'X',&lt;/P&gt;&lt;P&gt;r2 RADIOBUTTON GROUP g1,&lt;/P&gt;&lt;P&gt;r3 RADIOBUTTON GROUP g1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now hide this radiobutton r1 by using loop at screen&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF screen-name = 'R1'.&lt;/P&gt;&lt;P&gt;screen-invisible = '1'.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 07:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242293#M1526492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T07:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242294#M1526493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I tried the same. But on hiding the first radiobutton(R1) it automatically selecting the next radiobutton(R2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Punit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 08:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242294#M1526493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T08:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242295#M1526494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Punit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure whether it is a good idea or not but can you try deselecting the radiobutton R2 and R3 after hiding R1 &lt;/P&gt;&lt;P&gt;otherwise you should have to go for checkbox only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 08:27:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242295#M1526494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T08:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242296#M1526495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  have you ever seen any screen or situation like this where two radiobuttons are there and none of them are checked?&lt;/P&gt;&lt;P&gt;  This is very simple characteristics of radiobutton , if there are two radiobuttons one must be checked .&lt;/P&gt;&lt;P&gt;  if you hide any radiobutton even if you declare it as default 'X' , it wil not be checked anymore .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 08:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242296#M1526495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T08:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242297#M1526496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pawan,&lt;/P&gt;&lt;P&gt;Even by that code also you &lt;STRONG&gt;can not&lt;/STRONG&gt; select two radio button at the same time. SAP is providing check box facility for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sourabh Batwara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 08:46:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242297#M1526496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T08:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242298#M1526497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by default, one radiobutton will be enabled..Even programatically, we cant do..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 09:04:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242298#M1526497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T09:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242299#M1526498</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;You can do this only using check box. In the at selection screen event, you have to ensure that both are not selected simultaneouly and only one has been selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sujay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 09:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242299#M1526498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T09:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242300#M1526499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Always when you use the radiobuttons gets displayed with one them being tick marked.&lt;/P&gt;&lt;P&gt;We cant do anything to it even programmitically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 09:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242300#M1526499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T09:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button on Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242301#M1526500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the following code Hide one radio button .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;copy-paste from &lt;A href="http://www.sapfans.com/forums/viewtopic.php?f=13&amp;amp;t=12324" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?f=13&amp;amp;t=12324&lt;/A&gt; removed&amp;gt;&amp;gt;&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;Moderator Message: Copy-paste is a serious offense, which can lead to account deletion.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Oct 8, 2010 7:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 08:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-on-selection-screen/m-p/7242301#M1526500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-08T08:00:49Z</dc:date>
    </item>
  </channel>
</rss>

