<?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: how to deselect check boxes dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-deselect-check-boxes-dynamically/m-p/3394807#M815144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will give you some more inputs regarding radio buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER radio1 TYPE C RADIOBUTTON GROUP r1.&lt;/P&gt;&lt;P&gt;PARAMETER radio2 TYPE C RADIOBUTTON GROUP r1.&lt;/P&gt;&lt;P&gt;PARAMETER radio3 TYPE C RADIOBUTTON GROUP r1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER radio4 TYPE C RADIOBUTTON GROUP r2.&lt;/P&gt;&lt;P&gt;PARAMETER radio5 TYPE C RADIOBUTTON GROUP r2.&lt;/P&gt;&lt;P&gt;PARAMETER radio6 TYPE C RADIOBUTTON GROUP r2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see , there is a radio button group assigned to each radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in this case, you can select any one radio button from RADIOBUTTON GROUP r1 and any one radio button from RADIOBUTTON GROUP r2, but selection of more than one radio button in the same group is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Feb 2008 11:32:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-12T11:32:57Z</dc:date>
    <item>
      <title>how to deselect check boxes dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-deselect-check-boxes-dynamically/m-p/3394805#M815142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;    I am having a requirement like i am generating a alv list, in that i have check boxes for each record . now I dont want to select more than one check box . If I select one  check box dynamically should uncheck remaining all check boxes if checked flag is there.&lt;/P&gt;&lt;P&gt;please give me solution its an urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;sekhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sekhar on Feb 12, 2008 12:24 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 11:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-deselect-check-boxes-dynamically/m-p/3394805#M815142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T11:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to deselect check boxes dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-deselect-check-boxes-dynamically/m-p/3394806#M815143</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 think for your requirement , it will be much better if you use radio buttons instead of check boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In radio buttons, you cannot select more than one radio button at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using radio buttons. I am sure it would help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 11:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-deselect-check-boxes-dynamically/m-p/3394806#M815143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T11:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to deselect check boxes dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-deselect-check-boxes-dynamically/m-p/3394807#M815144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will give you some more inputs regarding radio buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER radio1 TYPE C RADIOBUTTON GROUP r1.&lt;/P&gt;&lt;P&gt;PARAMETER radio2 TYPE C RADIOBUTTON GROUP r1.&lt;/P&gt;&lt;P&gt;PARAMETER radio3 TYPE C RADIOBUTTON GROUP r1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER radio4 TYPE C RADIOBUTTON GROUP r2.&lt;/P&gt;&lt;P&gt;PARAMETER radio5 TYPE C RADIOBUTTON GROUP r2.&lt;/P&gt;&lt;P&gt;PARAMETER radio6 TYPE C RADIOBUTTON GROUP r2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see , there is a radio button group assigned to each radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in this case, you can select any one radio button from RADIOBUTTON GROUP r1 and any one radio button from RADIOBUTTON GROUP r2, but selection of more than one radio button in the same group is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 11:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-deselect-check-boxes-dynamically/m-p/3394807#M815144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T11:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to deselect check boxes dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-deselect-check-boxes-dynamically/m-p/3394808#M815145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur suggestion but we have to work with check boxes only. please give me solution for this requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 12:17:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-deselect-check-boxes-dynamically/m-p/3394808#M815145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T12:17:39Z</dc:date>
    </item>
  </channel>
</rss>

