<?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: small problem in module pool program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-in-module-pool-program/m-p/2245651#M484732</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kutumba , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    when radio buttons are created on screen you cannot have nothing selected at the begining. you need to select at least one .. check whether you have put all the radio buttons in a single group or not..you can do it by selecting the radio buttions n right click on it then select group. in the attributes of the R.Buttons give the function codes ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   next in PAI event of screen get the fcode and display the message accordingly .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you ..&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>Tue, 15 May 2007 04:47:50 GMT</pubDate>
    <dc:creator>former_member196299</dc:creator>
    <dc:date>2007-05-15T04:47:50Z</dc:date>
    <item>
      <title>small problem in module pool program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-in-module-pool-program/m-p/2245647#M484728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello friends,&lt;/P&gt;&lt;P&gt;i was trying to practise a module pool program with one screen , which has three radio buttons A,B,C  there should be no default selection, if once a radio is selected, as soon as the radio is selected a subprogram shpould be ivoked , which will display you selected A or B or C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one plz help me with the code.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 02:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-in-module-pool-program/m-p/2245647#M484728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T02:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: small problem in module pool program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-in-module-pool-program/m-p/2245648#M484729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Step1:&lt;/P&gt;&lt;P&gt;select all the Radio buttons.&lt;/P&gt;&lt;P&gt;Step2:&lt;/P&gt;&lt;P&gt;click right button of your mouse.&lt;/P&gt;&lt;P&gt;Step3:&lt;/P&gt;&lt;P&gt;choose the Radio button Group -&amp;gt; define.&lt;/P&gt;&lt;P&gt;It's over&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 03:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-in-module-pool-program/m-p/2245648#M484729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T03:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: small problem in module pool program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-in-module-pool-program/m-p/2245649#M484730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kutumba,&lt;/P&gt;&lt;P&gt;First of all, if there are radiobuttons then u cant have none of them selected at a time.&lt;/P&gt;&lt;P&gt;One radiobutton will always be selected.&lt;/P&gt;&lt;P&gt;Once u create the radiobuttons on screen, u can group them in one radiobutton group so that only one of the three can be selected at a time.&lt;/P&gt;&lt;P&gt;This u can do by going to Edit --&amp;gt; Grouping --&amp;gt; Radiobutton Group --&amp;gt; Define.&lt;/P&gt;&lt;P&gt;Also, u will need to assign a function code after this which will get triggered whenever any of the radiobuttons is checked.&lt;/P&gt;&lt;P&gt;In the PAI event the  u can check for the radiobutton checked and display it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 04:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-in-module-pool-program/m-p/2245649#M484730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T04:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: small problem in module pool program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-in-module-pool-program/m-p/2245650#M484731</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;make all radi buttons as a group by Edit --&amp;gt; Grouping --&amp;gt; Radiobutton Group --&amp;gt; Define  and in pAI Event give code as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module check  [double click]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in code section&lt;/P&gt;&lt;P&gt;module check&lt;/P&gt;&lt;P&gt;if rr1 ='x'.                  [where rr1,rr2,rr3 are names given to radio button group]&lt;/P&gt;&lt;P&gt;     write 'r1 is selected'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;if  rr2 = 'x'.&lt;/P&gt;&lt;P&gt;    write 'rr2 is selected'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;    write 'rr2 is selected'&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;end module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh babu aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 04:33:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-in-module-pool-program/m-p/2245650#M484731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T04:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: small problem in module pool program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-in-module-pool-program/m-p/2245651#M484732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kutumba , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    when radio buttons are created on screen you cannot have nothing selected at the begining. you need to select at least one .. check whether you have put all the radio buttons in a single group or not..you can do it by selecting the radio buttions n right click on it then select group. in the attributes of the R.Buttons give the function codes ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   next in PAI event of screen get the fcode and display the message accordingly .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you ..&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>Tue, 15 May 2007 04:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-in-module-pool-program/m-p/2245651#M484732</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-05-15T04:47:50Z</dc:date>
    </item>
  </channel>
</rss>

