<?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: Doubt in Radiobutton handling in Module-pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-radiobutton-handling-in-module-pool-program/m-p/4069495#M972893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the process before output of the initial screen give&lt;/P&gt;&lt;P&gt;R2  = 'X'&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;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2008 05:55:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-09T05:55:41Z</dc:date>
    <item>
      <title>Doubt in Radiobutton handling in Module-pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-radiobutton-handling-in-module-pool-program/m-p/4069493#M972891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I have requirement in where in a &lt;STRONG&gt;module pool&lt;/STRONG&gt; screen I am creating two Radio-buttons say R1 and R2 under one group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do this the first radio button R1 is by default gettimg checked. What is that I need to do for making secand radiobutton R2 by default getting cheked.....?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that it is in Module-pool not a Report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me out in this aspect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rama Murthy.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 05:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-radiobutton-handling-in-module-pool-program/m-p/4069493#M972891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T05:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Radiobutton handling in Module-pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-radiobutton-handling-in-module-pool-program/m-p/4069494#M972892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramamurthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do it that one in PBO event in the flow logic. Declare 2 variables of length 1 in the module program with the same name of radio buttons say R1 and R2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO , clear R1 and R2 = 'X' . Then R2 will be checked by default.  But make sure you put some flag conditions .&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;Naveen Veshala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 05:52:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-radiobutton-handling-in-module-pool-program/m-p/4069494#M972892</guid>
      <dc:creator>former_member265047</dc:creator>
      <dc:date>2008-07-09T05:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Radiobutton handling in Module-pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-radiobutton-handling-in-module-pool-program/m-p/4069495#M972893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the process before output of the initial screen give&lt;/P&gt;&lt;P&gt;R2  = 'X'&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;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 05:55:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-radiobutton-handling-in-module-pool-program/m-p/4069495#M972893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T05:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Radiobutton handling in Module-pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-radiobutton-handling-in-module-pool-program/m-p/4069496#M972894</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 can set check/uncheck value of radio buttons in PBO.&lt;/P&gt;&lt;P&gt;But that check box button should be declared in main program(se38) also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: R1 type c,&lt;/P&gt;&lt;P&gt;        R2 type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare above in your main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now go to se51. In layout go to Dictionary/Program fields or press F6.&lt;/P&gt;&lt;P&gt;Now click on Get from program button and drag R1,R2 to your layout.&lt;/P&gt;&lt;P&gt;Now right click on it and under convert option you will get radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In main program under PBO make that radio button check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt; if screen-name = 'R2'.&lt;/P&gt;&lt;P&gt;    R2 = 'X'.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;Modify Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUDHIR MANJAREKAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 06:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-radiobutton-handling-in-module-pool-program/m-p/4069496#M972894</guid>
      <dc:creator>Sidh_M</dc:creator>
      <dc:date>2008-07-09T06:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Radiobutton handling in Module-pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-radiobutton-handling-in-module-pool-program/m-p/4069497#M972895</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 can change the defalut value by assigning the value to 2nd Radiobutton in the PBO of screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare two variables of same name (As the name given for Radiobutton in Layout) having length 1 of type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the PBO of screen assign value 'X' to 2nd radiobutton.&lt;/P&gt;&lt;P&gt;E.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: r1 TYPe c,
      r2 TYPe c.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;module STATUS_1000 output.

r2  = 'X'.

endmodule.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 06:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-radiobutton-handling-in-module-pool-program/m-p/4069497#M972895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T06:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Radiobutton handling in Module-pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-radiobutton-handling-in-module-pool-program/m-p/4069498#M972896</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;  Within the PBO event of that screen put&lt;/P&gt;&lt;P&gt;  R2 = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 06:26:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-radiobutton-handling-in-module-pool-program/m-p/4069498#M972896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T06:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Radiobutton handling in Module-pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-radiobutton-handling-in-module-pool-program/m-p/4069499#M972897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you my problem is solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 06:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-radiobutton-handling-in-module-pool-program/m-p/4069499#M972897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T06:26:38Z</dc:date>
    </item>
  </channel>
</rss>

