<?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: Call method not getting executed!!!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-not-getting-executed/m-p/1766091#M331240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is BSP question and should have been posted in BSP forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyhow to answer your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its radiobuttongroup and not just radiobutton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: radiobuttongroup type ref to cl_htmlb_radiobuttongroup ,
      r1sel type string .


radiobuttongroup ?= cl_htmlb_manager=&amp;gt;get_data(
                        request      = runtime-&amp;gt;server-&amp;gt;request
                        name         = 'radioButtonGroup'
                        id           = 'RBG1' ).

if radiobuttongroup is not initial.
  r1sel = radiobuttongroup1-&amp;gt;selection.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;r1sel will hold which radiobutton in that group is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Dec 2006 13:09:48 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2006-12-06T13:09:48Z</dc:date>
    <item>
      <title>Call method not getting executed!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-not-getting-executed/m-p/1766090#M331239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All Forum Members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have got a problem. I was trying to handle an event in CONTROLLER's DO_HANDLE_EVENT method.The code I have written is as shown,              &amp;lt;b&amp;gt;  IF htmlb_event IS NOT INITIAL AND htmlb_event-&amp;gt;name = 'radioButton' .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Capture Field Id in a local Variable&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    lv_fieldid = htmlb_event-&amp;gt;id.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Get Radiobutton&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    lv_htmlb_radiobutton ?= cl_htmlb_manager=&amp;gt;get_data( request = runtime-&amp;gt;server-&amp;gt;request&lt;/P&gt;&lt;P&gt;                                                        name    = 'radioButton'&lt;/P&gt;&lt;P&gt;                                                        id      = lv_fieldid ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Capture Event&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    global_event = htmlb_event-&amp;gt;server_event.&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did the same kind for handling Checkboxes,DropDowns and Buttons and those are working fine. But when it's radioButton, it's not working. The method call &amp;lt;b&amp;gt;   lv_htmlb_radiobutton ?= cl_htmlb_manager=&amp;gt;get_data&amp;lt;/b&amp;gt; is not executed.That I have seen by setting break-points. So I am not able to proceed further. Please help me to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sugata Basu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 10:46:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-not-getting-executed/m-p/1766090#M331239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T10:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Call method not getting executed!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-not-getting-executed/m-p/1766091#M331240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is BSP question and should have been posted in BSP forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyhow to answer your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its radiobuttongroup and not just radiobutton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: radiobuttongroup type ref to cl_htmlb_radiobuttongroup ,
      r1sel type string .


radiobuttongroup ?= cl_htmlb_manager=&amp;gt;get_data(
                        request      = runtime-&amp;gt;server-&amp;gt;request
                        name         = 'radioButtonGroup'
                        id           = 'RBG1' ).

if radiobuttongroup is not initial.
  r1sel = radiobuttongroup1-&amp;gt;selection.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;r1sel will hold which radiobutton in that group is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 13:09:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-not-getting-executed/m-p/1766091#M331240</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-12-06T13:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Call method not getting executed!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-not-getting-executed/m-p/1766092#M331241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Basu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of what I feel , generally the logic of working a radio button is different to check box and stuff like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, what i can tell you is to make a group name for radio group, identify each radio button with diff. names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 18:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-not-getting-executed/m-p/1766092#M331241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T18:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Call method not getting executed!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-not-getting-executed/m-p/1766093#M331242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Basu,&lt;/P&gt;&lt;P&gt;a not called method sound too odd to be true. Have you enabled system debugging /hs?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 12:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-not-getting-executed/m-p/1766093#M331242</guid>
      <dc:creator>former_member183804</dc:creator>
      <dc:date>2006-12-11T12:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Call method not getting executed!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-not-getting-executed/m-p/1766094#M331243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i guess this stt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;"The method call lv_htmlb_radiobutton ?= cl_htmlb_manager=&amp;gt;get_data is not executed."&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is misleading. the call may have been executed but he doesnt get the results back thats because he used 'radioButton' instead of 'radioButtonGroup' as i mentioned in my previous thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;Hi Basu - if your question is answered close the thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 12:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-not-getting-executed/m-p/1766094#M331243</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-12-11T12:43:24Z</dc:date>
    </item>
  </channel>
</rss>

