<?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: tree based on class CL_GUI_COLUMN_TREE. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-based-on-class-cl-gui-column-tree/m-p/4653002#M1094880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay Tiwari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this works, thanks for HIERARCHY_HEADER_ADJUST_WIDTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2008 19:26:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-22T19:26:47Z</dc:date>
    <item>
      <title>tree based on class CL_GUI_COLUMN_TREE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-based-on-class-cl-gui-column-tree/m-p/4652999#M1094877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i use a tree based on class CL_GUI_COLUMN_TREE.&lt;/P&gt;&lt;P&gt;Now i wish to adjust the column width of  the first hierarchy column. It doesnt work with method "ADJUST_COLUMN_WIDTH" because is it a hierarchy column.  Is there any other method? or how i must fill the "exporting" hierarchy_header when i create the object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 19:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-based-on-class-cl-gui-column-tree/m-p/4652999#M1094877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T19:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: tree based on class CL_GUI_COLUMN_TREE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-based-on-class-cl-gui-column-tree/m-p/4653000#M1094878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm showing that I do this using the hierarch_header when creating the object in one of my programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data:  hierarchy_header type treev_hhdr.

* Setup the hierarchy header
    hierarchy_header-heading = 'Transactions'.
    hierarchy_header-width   = 30.    "&amp;lt;&amp;lt;--  Set the width

* Create a tree control
    create object tree
      exporting
        parent                = container
        node_selection_mode   = tree-&amp;gt;node_sel_mode_single
        item_selection        = ' '
        hierarchy_column_name = 'Column1'
        hierarchy_header      = hierarchy_header       &amp;lt;&amp;lt;---  Right here
     exceptions
        others                      = 7.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 19:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-based-on-class-cl-gui-column-tree/m-p/4653000#M1094878</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-10-22T19:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: tree based on class CL_GUI_COLUMN_TREE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-based-on-class-cl-gui-column-tree/m-p/4653001#M1094879</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;Use Method,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call method list_Tree-&amp;gt; hierarchy_header_adjust_width&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failed = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cntl_system_error = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tree_has_no_headers = 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 19:11:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-based-on-class-cl-gui-column-tree/m-p/4653001#M1094879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T19:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: tree based on class CL_GUI_COLUMN_TREE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-based-on-class-cl-gui-column-tree/m-p/4653002#M1094880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay Tiwari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this works, thanks for HIERARCHY_HEADER_ADJUST_WIDTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 19:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-based-on-class-cl-gui-column-tree/m-p/4653002#M1094880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T19:26:47Z</dc:date>
    </item>
  </channel>
</rss>

