<?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: Radio Button - In Module Pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-in-module-pool/m-p/1808635#M346852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me which attribute to set to make that particular radio button to be selected in the PBO. I have declared the variables globally with the same name as given in the layout but still I am facing the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bhatt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Dec 2006 09:12:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-05T09:12:10Z</dc:date>
    <item>
      <title>Radio Button - In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-in-module-pool/m-p/1808633#M346850</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;I have a screen where I have 6 Radio buttons. Initially the first radio button is selected by default. Now I am selecting the 3 radio button and going to another screen. When I get back to the initial Screen ( where the 6 radio buttons are defined ) the first radio button is selected instead of the 3rd one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could some one give me a solution for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Bhatt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 08:53:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-in-module-pool/m-p/1808633#M346850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T08:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button - In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-in-module-pool/m-p/1808634#M346851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhatt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to code in the PBO for screen having radio buttons as per the selection of radio button. Initialy we specified the 1st radio button as default. when you come back to the screen again the same selection will be performed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so use some global flags when ever the other radio buttons are selected based on thet hadel the PBO section to select the particular radio button.&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;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 09:02:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-in-module-pool/m-p/1808634#M346851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T09:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button - In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-in-module-pool/m-p/1808635#M346852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me which attribute to set to make that particular radio button to be selected in the PBO. I have declared the variables globally with the same name as given in the layout but still I am facing the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bhatt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 09:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-in-module-pool/m-p/1808635#M346852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T09:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button - In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-in-module-pool/m-p/1808636#M346853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gajanan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the value for radio button checked is 'X' and ' ' for unchecked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you lose the selected radiobutton when you return to the dynpro there are three possibilities:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.- You initialize the value to the global field in the PBO of the dynpro.&lt;/P&gt;&lt;P&gt;2.- The field of your radiobutton is a local field and not a global field.&lt;/P&gt;&lt;P&gt;3.- You use LEAVE TO TRANSACTION nnn TO return to the initial screen and all the global fields return to they initial values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Oscar Subirana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Oscar Subirana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 09:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-in-module-pool/m-p/1808636#M346853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T09:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Radio Button - In Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-in-module-pool/m-p/1808637#M346854</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;After clicking the 3rd button,you have coded something in PAI to call another screen.&lt;/P&gt;&lt;P&gt;Before calling the screen,assign R3 to a variable(say v1) of type character(length 2).Declare it globally inside the main program.&lt;/P&gt;&lt;P&gt;In PBO of the screen,which is having the 6 radio buttons,just check if v1 = 'R3'.&lt;/P&gt;&lt;P&gt;If that is the case,assign X to the 3rd button.Similarly you can do for other buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points by clikcing the star on the left fo reply,if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 09:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-in-module-pool/m-p/1808637#M346854</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-12-05T09:36:17Z</dc:date>
    </item>
  </channel>
</rss>

