<?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: Radiobutton problem in module pool , both r checked by default. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272443#M1019421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2008 12:39:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-23T12:39:59Z</dc:date>
    <item>
      <title>Radiobutton problem in module pool , both r checked by default.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272435#M1019413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a screen design . i had created two radiobutton. when i see output both radiobuttons r by defult checked. i want one  radiobutton to be check by default. i tried a lot but it is not working. i also followed edit-&amp;gt;radiobuttongroup-&amp;gt;define . but it was greyed so please answer me to solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;banaja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 12:29:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272435#M1019413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T12:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton problem in module pool , both r checked by default.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272436#M1019414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Banaja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check whether you are doing the grouping in change mode.&lt;/P&gt;&lt;P&gt;And also check, whether you are selecting the radiobuttons before define the grouping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 12:34:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272436#M1019414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T12:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton problem in module pool , both r checked by default.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272437#M1019415</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;Please assign a same group in the radiobutton attributes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve your problme..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 12:36:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272437#M1019415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T12:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton problem in module pool , both r checked by default.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272438#M1019416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Banaja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try out the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In you ABAP code declare a Global Data Element of the same type as the Screen Element. Then create a Module in the PBO of the calling screen. There you write the following statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;data element2&amp;gt; = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then after the execution of the PBO the ABAP and screen elements will automatically gets transfered. This will mark the second radio button as checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if require any more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Source:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=14952288&amp;amp;messageID=5752695" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=14952288&amp;amp;messageID=5752695&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the above thread to get more insight into solving your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Have A Nice Day&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 12:37:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272438#M1019416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T12:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton problem in module pool , both r checked by default.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272439#M1019417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi banaja kumar bal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   first select the radio buttons (what ever you want to group) and then right lick the mouse in that you are able to found grouping. By using that just group the radio buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thik this process may help to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mahi&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 13:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272439#M1019417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T13:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton problem in module pool , both r checked by default.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272440#M1019418</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 you should make sure that you followed all the steps to fix the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the layout of the screen.&lt;/P&gt;&lt;P&gt;Switch to Change mode&lt;/P&gt;&lt;P&gt;Select the radio buttons of your choice.&lt;/P&gt;&lt;P&gt;Follow the menu path you mentioned to give a group name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first radio button would be selected by default when you run the program (screen) after activation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wajid Hussain P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 05:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272440#M1019418</guid>
      <dc:creator>former_member200872</dc:creator>
      <dc:date>2008-08-08T05:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton problem in module pool , both r checked by default.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272441#M1019419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The radio buttons must be selected together using ctrl key and  put into a same group from &lt;/P&gt;&lt;P&gt;edit - &amp;gt; grouping -&amp;gt; Radio button groups -&amp;gt; define. &lt;/P&gt;&lt;P&gt;This will be disabled if the screen painter is in display mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 08:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272441#M1019419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T08:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton problem in module pool , both r checked by default.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272442#M1019420</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; Select both the radio buttons and right click.&lt;/P&gt;&lt;P&gt; Select the option 'radio buttons' where you have select again 'define' in that.&lt;/P&gt;&lt;P&gt;Assign the radio button a group. this will be automatically copied to the other radio button when you click on define.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt; Sireesha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 12:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272442#M1019420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-21T12:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton problem in module pool , both r checked by default.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272443#M1019421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 12:39:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-problem-in-module-pool-both-r-checked-by-default/m-p/4272443#M1019421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T12:39:59Z</dc:date>
    </item>
  </channel>
</rss>

