<?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: Numeric field in treeview in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-in-treeview/m-p/2175796#M462059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peoples,&lt;/P&gt;&lt;P&gt;                       I solve my problem using like example de program BCALV_TREE_VERIFY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Regards,&lt;/P&gt;&lt;P&gt;                   Suzuki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2007 19:16:00 GMT</pubDate>
    <dc:creator>edson_suzuki</dc:creator>
    <dc:date>2007-05-10T19:16:00Z</dc:date>
    <item>
      <title>Numeric field in treeview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-in-treeview/m-p/2175795#M462058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a report using the class cl_gui_column_tree and I'm trying to put a numeric value in the parameter "text", the value is added like a text but I would like to show like a numeric value, I know that with this class this is not possible, anybody know if there is another class that I can use to do this report using columns with numeric types ?? In my case I'm using a report like the example below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Container &lt;/P&gt;&lt;P&gt;        --&amp;gt; Delivery&lt;/P&gt;&lt;P&gt;                  --&amp;gt; Packing 1&lt;/P&gt;&lt;P&gt;                           --&amp;gt; Materiais - description - quantity - volume &lt;/P&gt;&lt;P&gt;                  --&amp;gt; Packing 2&lt;/P&gt;&lt;P&gt;                          --&amp;gt; Materiais - description - quantity - volume&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;               Suzuki - Brazil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:36:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-in-treeview/m-p/2175795#M462058</guid>
      <dc:creator>edson_suzuki</dc:creator>
      <dc:date>2007-05-10T12:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric field in treeview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-in-treeview/m-p/2175796#M462059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peoples,&lt;/P&gt;&lt;P&gt;                       I solve my problem using like example de program BCALV_TREE_VERIFY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Regards,&lt;/P&gt;&lt;P&gt;                   Suzuki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 19:16:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-in-treeview/m-p/2175796#M462059</guid>
      <dc:creator>edson_suzuki</dc:creator>
      <dc:date>2007-05-10T19:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric field in treeview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-in-treeview/m-p/2175797#M462060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;check these links and demo programs.You will get your requirement&lt;/P&gt;&lt;P&gt;ALV TREE&lt;/P&gt;&lt;P&gt;check these links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/sap/abap/SalesOrderFlow.htm" target="test_blank"&gt;http://www.erpgenie.com/sap/abap/SalesOrderFlow.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/alv/alvtree/alvtree_basic.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/alv/alvtree/alvtree_basic.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these programs.&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;BCALV_TREE_01 ALV tree control: build up the hierarchy tree &lt;/P&gt;&lt;P&gt;BCALV_TREE_02 ALV tree control: event handling &lt;/P&gt;&lt;P&gt;BCALV_TREE_03 ALV tree control: use an own context menu &lt;/P&gt;&lt;P&gt;BCALV_TREE_04 ALV tree control: add a button to the toolbar &lt;/P&gt;&lt;P&gt;BCALV_TREE_05 ALV tree control: add a menu to the toolbar &lt;/P&gt;&lt;P&gt;BCALV_TREE_06 ALV tree control: Icon column and icon for nodes/items &lt;/P&gt;&lt;P&gt;BCALV_TREE_DEMO Demo for ALV tree control &lt;/P&gt;&lt;P&gt;BCALV_TREE_DND ALV tree control: Drag &amp;amp; Drop within a hierarchy tree &lt;/P&gt;&lt;P&gt;BCALV_TREE_DND_MULTIPLE ALV tree control: Drag &amp;amp; Drop within a hierarchy tree &lt;/P&gt;&lt;P&gt;BCALV_TREE_EVENT_RECEIVER Include BCALV_TREE_EVENT_RECEIVER &lt;/P&gt;&lt;P&gt;BCALV_TREE_EVENT_RECEIVER01 &lt;/P&gt;&lt;P&gt;BCALV_TREE_ITEMLAYOUT ALV Tree: Change Item Layouts at Runtime &lt;/P&gt;&lt;P&gt;BCALV_TREE_MOVE_NODE_TEST Demo for ALV tree control &lt;/P&gt;&lt;P&gt;BCALV_TREE_SIMPLE_DEMO Program BCALV_TREE_SIMPLE_DEMO &lt;/P&gt;&lt;P&gt;BCALV_TREE_VERIFY Verifier for ALV Tree and Simple ALV Tree &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please check the transaction DWDM This will give info also on trees.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 06:44:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-in-treeview/m-p/2175797#M462060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T06:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric field in treeview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-in-treeview/m-p/2175798#M462061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Edson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what exactly is the problem? Do you want to show the quantity in an appropriate format? If so, my suggestion is to keep the data which will be displayed in a separate table (with numeric data types). Then use the WRITE statement to fill the columns with the numeric values from the internal table. WRITE will then format the output in the correct way (I suppose you also have to provide the unit of measurement).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Björn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 May 2007 19:32:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-in-treeview/m-p/2175798#M462061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-12T19:32:51Z</dc:date>
    </item>
  </channel>
</rss>

