<?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/9106754#M1706531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have used FM 'RS_TREE_CONSTRUCT' and 'RS_TREE_DISPLAY' for my report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to show an exclamation mark in red as an indicator when a particular condition is not met.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I achieve this? please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2012 07:15:22 GMT</pubDate>
    <dc:creator>pranai_pradhan</dc:creator>
    <dc:date>2012-11-14T07:15:22Z</dc:date>
    <item>
      <title>ALV tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106754#M1706531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have used FM 'RS_TREE_CONSTRUCT' and 'RS_TREE_DISPLAY' for my report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to show an exclamation mark in red as an indicator when a particular condition is not met.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I achieve this? please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 07:15:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106754#M1706531</guid>
      <dc:creator>pranai_pradhan</dc:creator>
      <dc:date>2012-11-14T07:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: ALV tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106755#M1706532</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;You can just add icon to the name of the node:&lt;/P&gt;&lt;P&gt;lv_enry-name = '&lt;SPAN class="L0S33"&gt;'@1B@ Node with error&lt;/SPAN&gt;'. " ICON_MESSAGE_ERROR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 07:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106755#M1706532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-14T07:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: ALV tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106756#M1706533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alexander.&lt;/P&gt;&lt;P&gt;I tried appending the icon to the name but it isn't working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 10:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106756#M1706533</guid>
      <dc:creator>pranai_pradhan</dc:creator>
      <dc:date>2012-11-14T10:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: ALV tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106757#M1706534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm, I also tried. Can you try to change&amp;nbsp; NODETAB&lt;SPAN class="L0S70"&gt;-NAME &lt;/SPAN&gt;in report BCTREEPT in debug mode? I changed it to '&lt;SPAN class="L0S33"&gt;@1B@ROOTNODE&lt;/SPAN&gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the result:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/155995" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 10:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106757#M1706534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-14T10:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: ALV tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106758#M1706535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;many thanks alexander. It gives the output.My requirement was like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer no.&amp;nbsp; Customer name&lt;/P&gt;&lt;P&gt; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Alex&lt;/P&gt;&lt;P&gt;! 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Emma&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when there is an exception the indicator must be displayed.&lt;/P&gt;&lt;P&gt;So, I concatenated the icon along with the value and passed the same in the node-text.&lt;/P&gt;&lt;P&gt;It's working!!!.&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1050/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 10:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106758#M1706535</guid>
      <dc:creator>pranai_pradhan</dc:creator>
      <dc:date>2012-11-14T10:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: ALV tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106759#M1706536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You also can use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;NODES&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;TEXT2 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;ICON_MESSAGE_ERROR&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;NODES&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;KIND2 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'I'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;like in &lt;/SPAN&gt;BCTREEPT.&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 11:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106759#M1706536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-14T11:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: ALV tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106760#M1706537</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;Can you help me with one more issue.&lt;/P&gt;&lt;P&gt;I see that there is provision of displaying only 10 columns using FM 'RS_TREE*' as in structure snodetext, there are only 10 fields.(e.g. text , text1, .........text9).&lt;/P&gt;&lt;P&gt;I have more than 10 columns to dispaly. &lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 05:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106760#M1706537</guid>
      <dc:creator>pranai_pradhan</dc:creator>
      <dc:date>2012-11-15T05:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: ALV tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106761#M1706538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you'd better use CL_GUI_ALV_TREE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 10:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106761#M1706538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-15T10:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: ALV tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106762#M1706539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I did some research,though I am not that strong in OOPS. I believe that we can't display the column headings of every node in a tree. For my requirement, he node structures are different from each other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 12:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/9106762#M1706539</guid>
      <dc:creator>pranai_pradhan</dc:creator>
      <dc:date>2012-11-15T12:24:34Z</dc:date>
    </item>
  </channel>
</rss>

