<?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: SAP Tree Features in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-tree-features/m-p/1965403#M396525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Judith!!&lt;/P&gt;&lt;P&gt;Thank you for the quick response. I do not want to use ALV's or ABAP Objects. We have to create a basic report which contains a tree structure when executed and when we click on any node it should take us to the relevant information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Feb 2007 11:01:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-19T11:01:16Z</dc:date>
    <item>
      <title>SAP Tree Features</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-tree-features/m-p/1965401#M396523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a Tree structure using RS_TREE_CONSTRUCT. When I click or double click on any node it should go to documentation stored  in SE61. Please let me know how this can be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Evani Mannur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 10:35:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-tree-features/m-p/1965401#M396523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T10:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Tree Features</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-tree-features/m-p/1965402#M396524</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;Welcome to SDN!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/alv/alvtree/alvtree_usrint.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/alv/alvtree/alvtree_usrint.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/alv/alvtree.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/alv/alvtree.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 10:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-tree-features/m-p/1965402#M396524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T10:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Tree Features</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-tree-features/m-p/1965403#M396525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Judith!!&lt;/P&gt;&lt;P&gt;Thank you for the quick response. I do not want to use ALV's or ABAP Objects. We have to create a basic report which contains a tree structure when executed and when we click on any node it should take us to the relevant information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 11:01:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-tree-features/m-p/1965403#M396525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T11:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Tree Features</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-tree-features/m-p/1965404#M396526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Implement  an event handler for the event 'node_double_clicked' (or similar). Before you have to register this event for the control.&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;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 20:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-tree-features/m-p/1965404#M396526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T20:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Tree Features</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-tree-features/m-p/1965405#M396527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have called another function module and passed what I wanted to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 09:39:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-tree-features/m-p/1965405#M396527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T09:39:15Z</dc:date>
    </item>
  </channel>
</rss>

