<?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: selection screen problem... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/3145377#M747711</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;thx for the reply... will do it with the help of the checkbox...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i want a range option with the checkbox and not the parameters option on the selection screen..can u help me with this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2007 07:29:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-19T07:29:35Z</dc:date>
    <item>
      <title>selection screen problem...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/3145371#M747705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possible way of getting only a single radiobutton on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to my requirements a single radiobutton should exist on the selection screen and when the user selects it then a particular action should take place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but wen i m writing the code as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: date  RADIOBUTTON group s1 default 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then it says only one parameter in the group s1 ....kindly help me with this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 06:49:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/3145371#M747705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T06:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/3145372#M747706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  U can use checkbox instead of radiobutton.&lt;/P&gt;&lt;P&gt;parameters:&lt;/P&gt;&lt;P&gt;  C_box as checkbox.&lt;/P&gt;&lt;P&gt;Plzz reward points if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 06:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/3145372#M747706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T06:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/3145373#M747707</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;Its not possible to have only one radio button u should have two..so wht ai suggest is use checkbox instead of radio button...when the user checks the check box do what u want..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 06:54:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/3145373#M747707</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-12-19T06:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/3145374#M747708</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 must assign at least two parameters to each &amp;lt;radi&amp;gt; group. Only one parameter per group can have a default value assigned using the DEFAULT addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Try to use CHECKBOX to solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 06:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/3145374#M747708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T06:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/3145375#M747709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sumit ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if u r going to use Radio Button means u have to use 2 or more must .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i think for u r requirement u can go for Check Box instead of Radio Button .k Once Try with Check BOx &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 06:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/3145375#M747709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T06:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/3145376#M747710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUMIT,&lt;/P&gt;&lt;P&gt;          you can not acheive this with single button. because if you have single radio button you can not deselect it. so take two radio buttons and based on which button he select do the action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudheer. A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 06:58:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/3145376#M747710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T06:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/3145377#M747711</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;thx for the reply... will do it with the help of the checkbox...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i want a range option with the checkbox and not the parameters option on the selection screen..can u help me with this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 07:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/3145377#M747711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T07:29:35Z</dc:date>
    </item>
  </channel>
</rss>

