<?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: Reset rediobutton selection to default on back button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reset-rediobutton-selection-to-default-on-back-button/m-p/9983553#M1802329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vijay. It worked. No need to use loop at screen as it was a selection screen and&lt;/P&gt;&lt;P&gt;only setting value 'X' to the desired RB is sufficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Nabheet I tried INITIALIZATION but the control din't go to there when I called screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to both of you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shriniwas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jan 2014 07:02:57 GMT</pubDate>
    <dc:creator>former_member223897</dc:creator>
    <dc:date>2014-01-28T07:02:57Z</dc:date>
    <item>
      <title>Reset rediobutton selection to default on back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reset-rediobutton-selection-to-default-on-back-button/m-p/9983550#M1802326</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;I have 2 radio button in a group on selection screen. I have set radio button as default selected.&lt;/P&gt;&lt;P&gt;I am calling a Screen 100 on selection of second radio button.&lt;/P&gt;&lt;P&gt;When I press back button on Screen 100 and Call screen 0 , it shows the second radio button selected whereas I the selection screen to show the first default button selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shriniwas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 06:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reset-rediobutton-selection-to-default-on-back-button/m-p/9983550#M1802326</guid>
      <dc:creator>former_member223897</dc:creator>
      <dc:date>2014-01-28T06:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reset rediobutton selection to default on back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reset-rediobutton-selection-to-default-on-back-button/m-p/9983551#M1802327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In initialization event of report have you set the default value of radio button as X?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 06:13:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reset-rediobutton-selection-to-default-on-back-button/m-p/9983551#M1802327</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-01-28T06:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reset rediobutton selection to default on back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reset-rediobutton-selection-to-default-on-back-button/m-p/9983552#M1802328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shriniwas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make it First RB selected by passing value X in PBO of Screen 0 (first screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO of first screen (0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Loop at Screen.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If Screen-Name = RB1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RB1 = 'X'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RB2 = SPACE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Modify Screen.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Endif.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Endloop.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 06:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reset-rediobutton-selection-to-default-on-back-button/m-p/9983552#M1802328</guid>
      <dc:creator>VijayaKrishnaG</dc:creator>
      <dc:date>2014-01-28T06:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Reset rediobutton selection to default on back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reset-rediobutton-selection-to-default-on-back-button/m-p/9983553#M1802329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vijay. It worked. No need to use loop at screen as it was a selection screen and&lt;/P&gt;&lt;P&gt;only setting value 'X' to the desired RB is sufficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Nabheet I tried INITIALIZATION but the control din't go to there when I called screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to both of you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shriniwas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 07:02:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reset-rediobutton-selection-to-default-on-back-button/m-p/9983553#M1802329</guid>
      <dc:creator>former_member223897</dc:creator>
      <dc:date>2014-01-28T07:02:57Z</dc:date>
    </item>
  </channel>
</rss>

