<?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: node double click ------Any one help....~~~~ in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271027#M1386625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clemens pointed you, according to your first post, to the right sample programs (alv TREE!!). But now you are coming back with a reference to alv GRID???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please be a bit (actually a LOT) more precise about your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Oct 2009 08:50:12 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2009-10-30T08:50:12Z</dc:date>
    <item>
      <title>node double click ------Any one help....~~~~</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271023#M1386621</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;I need to process such a scenario:&lt;/P&gt;&lt;P&gt;1,when I double click open project, which is a link in CL_GUI_SIMPLE_TREE.&lt;/P&gt;&lt;P&gt;then this will trigger the node double click operation, which will call the node double click handling method. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2,And when I do a another operation such as create project, after the creation, how can I trigger the node double click event in order to call the node double click handling method?&lt;/P&gt;&lt;P&gt;the double click handling method can not be called directly.(I just try to call the method, but found that the result is not what I want)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could I just add an event by code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Zhengyong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 07:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271023#M1386621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-30T07:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: node double click ------Any one help....~~~~</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271024#M1386622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhengyong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in order to get the handler for event doubleclick triggered, you can&lt;/P&gt;&lt;P&gt;- define the handler method as handler for event doubleclick of tree class&lt;/P&gt;&lt;P&gt;- register the handler at the class&lt;/P&gt;&lt;P&gt;If you want it triggered without doubleclick you can just call the method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See sample programs B&lt;STRONG&gt;TREE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 08:04:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271024#M1386622</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-10-30T08:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: node double click ------Any one help....~~~~</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271025#M1386623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BCALV_TREE_02                  ALV Tree Control: Event Handling&lt;/P&gt;&lt;P&gt;&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;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 08:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271025#M1386623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-30T08:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: node double click ------Any one help....~~~~</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271026#M1386624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;P&gt;I just do call the method.&lt;/P&gt;&lt;P&gt;but this can not work, maybe there are some other problems,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the double click handling method, I do this:&lt;/P&gt;&lt;P&gt;"first some code to update the LT_WS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method LIST_VIEWER-&amp;gt;SET_TABLE_FOR_FIRST_DISPLAY&lt;/P&gt;&lt;P&gt;         exporting I_STRUCTURE_NAME = 'bct_s_ws'&lt;/P&gt;&lt;P&gt;                   IS_LAYOUT = LIST_LAYOUT&lt;/P&gt;&lt;P&gt;         changing  IT_OUTTAB         = LT_WS&lt;/P&gt;&lt;P&gt;                   it_fieldcatalog  = me-&amp;gt;lt_fcat.&lt;/P&gt;&lt;P&gt;the LT_WS is a content table, even the content is new, but the list viewer didn't reflect this change.&lt;/P&gt;&lt;P&gt;the LIST_VIEWER refer to CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;maybe this is the problem of CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I even use the refresh method, but it does not work. LIST_VIEWER-&amp;gt;refresh_table_display( ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you for you kind help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best Regards,&lt;/P&gt;&lt;P&gt;Zhengyong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Zhengyong Zhang on Oct 30, 2009 9:40 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 08:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271026#M1386624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-30T08:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: node double click ------Any one help....~~~~</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271027#M1386625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clemens pointed you, according to your first post, to the right sample programs (alv TREE!!). But now you are coming back with a reference to alv GRID???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please be a bit (actually a LOT) more precise about your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 08:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271027#M1386625</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-10-30T08:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: node double click ------Any one help....~~~~</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271028#M1386626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for making you confused,&lt;/P&gt;&lt;P&gt;the real thing I want to do is:&lt;/P&gt;&lt;P&gt;I need to update the alv Grid by manual node double click.&lt;/P&gt;&lt;P&gt;the code is very long, it's not possible to list all the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all the kindness from all of you!&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Zhengyong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 09:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271028#M1386626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-30T09:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: node double click ------Any one help....~~~~</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271029#M1386627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to say, but this only adds to the confusion. Do you want to display an ALV tree (on the left) and an ALV grid (on the right). And when one double clicks on a certain node of the ALV Tree, it should update the data from that particular node, in the (corresponding) ALV row? Is that what you want, then you should have a look a transaction SE83 (reuse library). In here you will find some interesting examples for the ALV tree control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not what you want, please explain (not by coding, but in words) exactly what it is that you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 10:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271029#M1386627</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-10-30T10:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: node double click ------Any one help....~~~~</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271030#M1386628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Micky,&lt;/P&gt;&lt;P&gt;Thanks for you detailing explaination.&lt;/P&gt;&lt;P&gt;this problem has been fixed, and it was caused by the wrong declaration of ALV grid, in the previcious code, everytime the double click happen, the creation of ALV grid will be done, but it seems that the ALV grid controler doesn't allow this, so the data flush in the ALV grid will failed. &lt;/P&gt;&lt;P&gt;if the ALV grid is defined as a global variable, this will be avoided, which is the current way to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all of you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Zhengyong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 03:00:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/node-double-click-any-one-help/m-p/6271030#M1386628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T03:00:28Z</dc:date>
    </item>
  </channel>
</rss>

