<?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: ALV-Tree Node click not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-node-click-not-working/m-p/3286657#M786213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the Forum &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3525280"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kanagaraja L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2008 06:28:48 GMT</pubDate>
    <dc:creator>Kanagaraja_L</dc:creator>
    <dc:date>2008-01-18T06:28:48Z</dc:date>
    <item>
      <title>ALV-Tree Node click not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-node-click-not-working/m-p/3286656#M786212</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 am displaying the data in ALV tree. When the user click on the node i want to capture some event and method in which i have to do some coding. Can you tell me which method and  event i should use to achieve this functionality. its bit urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Immediate response will be apprecited. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 05:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-node-click-not-working/m-p/3286656#M786212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T05:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: ALV-Tree Node click not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-node-click-not-working/m-p/3286657#M786213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the Forum &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3525280"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kanagaraja L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 06:28:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-node-click-not-working/m-p/3286657#M786213</guid>
      <dc:creator>Kanagaraja_L</dc:creator>
      <dc:date>2008-01-18T06:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: ALV-Tree Node click not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-node-click-not-working/m-p/3286658#M786214</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 gone through the link. I have done the below part in my coding even though when i double click on the node, the event node_double_click is not getting triggered. Kindly suggest me what i have missed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Register event with tree instance:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Register event for NODE_DOUBLE_CLICK&lt;/P&gt;&lt;P&gt;l_event-eventid = cl_gui_column_tree=&amp;gt;eventid_node_double_click.&lt;/P&gt;&lt;P&gt;APPEND l_event TO lt_events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) Set handler for event:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET HANDLER l_event_receiver-&amp;gt;handle_node_double_click FOR tree1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(3) Define and implement event handler method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; METHODS handle_node_double_click&lt;/P&gt;&lt;P&gt;FOR EVENT node_double_click OF cl_gui_alv_tree&lt;/P&gt;&lt;P&gt;IMPORTING node_key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCLASS. "lcl_tree_event_receiver DEFINITION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASS lcl_tree_event_receiver IMPLEMENTATION &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------" /&gt;&lt;P&gt;CLASS lcl_tree_event_receiver IMPLEMENTATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;METHOD handle_node_double_click.&lt;/P&gt;&lt;P&gt;break-point.&lt;/P&gt;&lt;P&gt;ENDMETHOD. "handle_node_double_click&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 09:20:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-node-click-not-working/m-p/3286658#M786214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T09:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: ALV-Tree Node click not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-node-click-not-working/m-p/3286659#M786215</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;Try to use this method call after you create the event table in step 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD g_tree-&amp;gt;set_registered_events&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      events                    = events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;g_tree is ref to the tree class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 12:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-node-click-not-working/m-p/3286659#M786215</guid>
      <dc:creator>sharat_chandra</dc:creator>
      <dc:date>2008-01-18T12:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: ALV-Tree Node click not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-node-click-not-working/m-p/3286660#M786216</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;Refer to the sample program &lt;STRONG&gt;SAPSIMPLE_TREE_CONTROL_DEMO&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 13:23:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-node-click-not-working/m-p/3286660#M786216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T13:23:30Z</dc:date>
    </item>
  </channel>
</rss>

