<?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 Node Icon. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-node-icon/m-p/3110972#M738604</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'm doing a tree node. I need to come out with the icon for the node. I have a sample code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NODE-N_IMAGE = '@20@'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using @@ prefix, is there any other way create the ICON using meaningful name as it hard to know what icon @20@ with display?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rayden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2007 08:05:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-20T08:05:27Z</dc:date>
    <item>
      <title>Tree Node Icon.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-node-icon/m-p/3110972#M738604</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'm doing a tree node. I need to come out with the icon for the node. I have a sample code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NODE-N_IMAGE = '@20@'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using @@ prefix, is there any other way create the ICON using meaningful name as it hard to know what icon @20@ with display?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rayden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 08:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-node-icon/m-p/3110972#M738604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T08:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Tree Node Icon.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-node-icon/m-p/3110973#M738605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rayden,&lt;/P&gt;&lt;P&gt;i'm affreid it is no other way to create an icon. You can naturally define a constant for a value '@20@' with a meaningfull name and use it on place '@20@' :).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Boguslaw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 09:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-node-icon/m-p/3110973#M738605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T09:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Tree Node Icon.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-node-icon/m-p/3110974#M738606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes there is... the "standard" way to build the string for an icon is to call the function ICON_CREATE with suitable parameters... in your code you can also define:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;include &amp;lt;icon&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in your global definitions to make the names available to you rather than the cryptic "@" names (e.g. "icon_locked")... if you drill into &amp;lt;icon&amp;gt; in later versions of SAP you will see that this now tells you to use the appropriate type pool.  There's also a database table you can browse in SE16 (called ICON of course!) that can be a useful way to find the appropriate icon for your needs - plus a Tcode called ICON too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a search of SDN for "ICON_CREATE" and I'm sure you'll find more info, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4024694"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 09:50:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-node-icon/m-p/3110974#M738606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T09:50:13Z</dc:date>
    </item>
  </channel>
</rss>

