<?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 ALV Tree in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/1522005#M239639</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;I was wondering how to put text descriptions after the node entries in an alv tree. I am using cl_gui_alv_tree_simple I want to see the descriptions after the codes similar to the SAP menu where the tcode is followed by the description of the transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have thought about concatenating the codes and the descriptions into one field but that requires me building a new internal table just for display. To avoid that, I also thought about using conversion exits for the output, that eliminates the extra table but is a bit expensive since it requires a lot of select singles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Aug 2006 10:17:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-05T10:17:17Z</dc:date>
    <item>
      <title>ALV Tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/1522005#M239639</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;I was wondering how to put text descriptions after the node entries in an alv tree. I am using cl_gui_alv_tree_simple I want to see the descriptions after the codes similar to the SAP menu where the tcode is followed by the description of the transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have thought about concatenating the codes and the descriptions into one field but that requires me building a new internal table just for display. To avoid that, I also thought about using conversion exits for the output, that eliminates the extra table but is a bit expensive since it requires a lot of select singles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Aug 2006 10:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/1522005#M239639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-05T10:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/1522006#M239640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey Emir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can concatenate both the values it works..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Aug 2006 11:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/1522006#M239640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-05T11:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/1522007#M239641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah but i dont want my internal table to contain both the code and description since i want to use it later (ie, on events) and it would be a tedious job to put them together before display and taking it off/ or extracting the code on events.. thx btw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 03:26:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/1522007#M239641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T03:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/1522008#M239642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there are two fields. In the table which you are using to build the tree, field key you can be put in the code and the field TEXT can be used to show the description. What shows up on the screen will be the TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the strcuture you are using to build the tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note :Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 03:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/1522008#M239642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T03:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/1522009#M239643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just so were in the same page, when you say 2 fields, do you mean 2 separate fields in the field catalog? If so this would not work because the TEXT field would appear as a separate column and i have multiple code/text fields.&lt;/P&gt;&lt;P&gt;And i want all text descriptions appear after the codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-bukrs   |&lt;/P&gt;&lt;P&gt;--hkont  |&lt;/P&gt;&lt;P&gt;---kunnr | dmbtr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now.. bukrs hkont and kunnr will all have text descriptions..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 06:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/1522009#M239643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T06:07:57Z</dc:date>
    </item>
  </channel>
</rss>

