<?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: help me in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238338#M482265</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;for that you select all the radio buttons and then right click and then click define group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2007 05:34:51 GMT</pubDate>
    <dc:creator>Santosh_Kezkhepatmelathil</dc:creator>
    <dc:date>2007-05-10T05:34:51Z</dc:date>
    <item>
      <title>help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238333#M482260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THIS IS DIALOG PROGRAMMING &lt;/P&gt;&lt;P&gt;IN THAT IM TRYING TO CREATE RADIO BUTTON WITH OUT ASSIGNING THEM IN  GROUP.&lt;/P&gt;&lt;P&gt;I DID CODING LIKE THAT ONLY ONE RADIO BUTTON SHOULD BE SELECT BUT HERE ALL RADIO BUTTONS ARE GETTING SELECTED .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLZ TELL ME THE SOLUTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROGRAM DEMO_DYNPRO_INPUT_OUTPUT.&lt;/P&gt;&lt;P&gt;DATA: INPUT TYPE I,&lt;/P&gt;&lt;P&gt;OUTPUT TYPE I,&lt;/P&gt;&lt;P&gt;RADIO1, RADIO2, RADIO3, BOX1, BOX2, BOX3, EXIT.&lt;/P&gt;&lt;P&gt;CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;MODULE INIT_SCREEN_100 OUTPUT.&lt;/P&gt;&lt;P&gt;CLEAR INPUT.&lt;/P&gt;&lt;P&gt;RADIO1 = 'X'.&lt;/P&gt;&lt;P&gt;CLEAR: RADIO2, RADIO3.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0100 INPUT.&lt;/P&gt;&lt;P&gt;OUTPUT = INPUT.&lt;/P&gt;&lt;P&gt;BOX1 = RADIO1.&lt;/P&gt;&lt;P&gt;BOX2 = RADIO2.&lt;/P&gt;&lt;P&gt;BOX3 = RADIO3.&lt;/P&gt;&lt;P&gt;IF EXIT NE SPACE.&lt;/P&gt;&lt;P&gt;LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:28:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238333#M482260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238334#M482261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It's a must to assign the Radiobuttons in a group, that is the property of radiobuttons&lt;/P&gt;&lt;P&gt;If you need more than one option at a time better use Checkboxes instead of radiobuttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:33:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238334#M482261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238335#M482262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Radio Button are used if u want to select only one option from various options at a time, and for that they all are assigned in a group.&lt;/P&gt;&lt;P&gt;if u don't want to assign in a group then better opt for checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it clears.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sonika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238335#M482262</guid>
      <dc:creator>former_member632991</dc:creator>
      <dc:date>2007-05-10T05:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238336#M482263</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;  In a Radio button Group One will be selected defaultly.While creating seperate radiobuttons without assigning to a group each radiobutton is selected Defaultly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238336#M482263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238337#M482264</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;This will not work in graphical painter..It will work in normal editor..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For grouping the radio buttons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select one radio button then press graphical element button in the application toolbar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Place the cursor on the other radio button..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then press "Define graph. group" in the application toolbar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THis will group the radio buttons..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either of the one will be selected..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238337#M482264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238338#M482265</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;for that you select all the radio buttons and then right click and then click define group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238338#M482265</guid>
      <dc:creator>Santosh_Kezkhepatmelathil</dc:creator>
      <dc:date>2007-05-10T05:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238339#M482266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This pgm has given help.sap.com.&lt;/P&gt;&lt;P&gt;u can check it abap pdf&lt;/P&gt;&lt;P&gt;page no is 535&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:37:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238339#M482266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238340#M482267</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;    Whenever you want to create radiuo buttons always assign them into groups ..&lt;/P&gt;&lt;P&gt;  in your case you should select the radio buttons you want to be grouped , right click on that and choose 'define group '. &lt;/P&gt;&lt;P&gt;then they will get the property of radiobuttons and only one can be choosen ...&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;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me/m-p/2238340#M482267</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-05-10T05:40:10Z</dc:date>
    </item>
  </channel>
</rss>

