<?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 Tree display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-display/m-p/4568850#M1078133</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 a tree. It contains more lines that does not fit on the screen. It the tree is scrolling down to end. But what I want is not to scroll down to end. It should shows us the first line of the tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please give me any suggestion on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Balakrishna.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Oct 2008 10:20:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-02T10:20:12Z</dc:date>
    <item>
      <title>Tree display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-display/m-p/4568850#M1078133</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 a tree. It contains more lines that does not fit on the screen. It the tree is scrolling down to end. But what I want is not to scroll down to end. It should shows us the first line of the tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please give me any suggestion on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Balakrishna.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 10:20:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-display/m-p/4568850#M1078133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-02T10:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tree display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-display/m-p/4568851#M1078134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can try something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; CALL METHOD r_tree-&amp;gt;scroll
          EXPORTING scroll_command = cl_tree_model=&amp;gt;scroll_home &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 10:45:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-display/m-p/4568851#M1078134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-02T10:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Tree display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-display/m-p/4568852#M1078135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your reply. I am using CL_ALV_TREE_BASE. In this class I did not find any method like you mentioned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Balakrishna.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 11:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-display/m-p/4568852#M1078135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-02T11:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Tree display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-display/m-p/4568853#M1078136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok... I was referring to CL_GUI_COLUMN_TREE... it doesn't look like CL_ALV_TREE_BASE has as many methods available to it. Perhaps as a workaround there is a Search or Set method within that class that would implicitly scroll to a particular node... just a suggestion though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 14:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-display/m-p/4568853#M1078136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-02T14:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Tree display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-display/m-p/4568854#M1078137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody suggest me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Balakrishna.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 06:50:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-display/m-p/4568854#M1078137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T06:50:49Z</dc:date>
    </item>
  </channel>
</rss>

