<?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: SET HANDLER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-handler/m-p/2465221#M553563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Selva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Events and methods are 2 components of a class. Whenever an event is raised, it might be required to carry out some functionality. That is coded in the handler method for the event. Now whenever an event is raised, the handler method will be automatically called by system if and only if the handler method is registered to the event at runtime. This is done by the SET HANDLER statement. If you do not register the event with the handler method, the method will not be implicitly called by the system when the event is raised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if found useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Indrajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2007 09:53:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-25T09:53:39Z</dc:date>
    <item>
      <title>SET HANDLER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-handler/m-p/2465218#M553560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the purpose of SET HANDLER?&lt;/P&gt;&lt;P&gt;what is the purpose of cl_dd_document class?&lt;/P&gt;&lt;P&gt;what is the purpose of cl_gui_html_viewer class?&lt;/P&gt;&lt;P&gt;methods top_of_page for event top_of_page&lt;/P&gt;&lt;P&gt;                                of cl_gui__alv_grid&lt;/P&gt;&lt;P&gt;                                importing e_dyndoc_id ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what it means...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 07:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-handler/m-p/2465218#M553560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T07:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: SET HANDLER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-handler/m-p/2465219#M553561</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;SET HANDLER is used to register the Event handler method of perticular event that will be raised by a perticular class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_GUI_HTML_VIEWER is the class that is used to create space on your screen which can display HTML content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check  this report for the TOP_OF_PAGE event example&lt;/P&gt;&lt;P&gt;BCALV_TEST_GRID_EVENTS.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 07:47:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-handler/m-p/2465219#M553561</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-06-25T07:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: SET HANDLER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-handler/m-p/2465220#M553562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Selva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at my sample report ZUS_SDN_ALVGRID_EVENTS_HOTSPOT:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="447434"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you inactive the SET HANDLER statement then you will see that the report no longer reacts on the event-based user actions (i.e. HOTSPOT_CLICK and BUTTON_CLICK on the ALV grid).&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;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-handler/m-p/2465220#M553562</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-06-25T09:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: SET HANDLER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-handler/m-p/2465221#M553563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Selva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Events and methods are 2 components of a class. Whenever an event is raised, it might be required to carry out some functionality. That is coded in the handler method for the event. Now whenever an event is raised, the handler method will be automatically called by system if and only if the handler method is registered to the event at runtime. This is done by the SET HANDLER statement. If you do not register the event with the handler method, the method will not be implicitly called by the system when the event is raised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if found useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Indrajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:53:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-handler/m-p/2465221#M553563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T09:53:39Z</dc:date>
    </item>
  </channel>
</rss>

