<?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 : ICON for NODE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-icon-for-node/m-p/3107201#M737649</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;For relation &lt;EM&gt;idon_id - its name&lt;/EM&gt; I always use this [link|http://www.sapdevelopment.co.uk/tips/icons_list.htm].&lt;/P&gt;&lt;P&gt;You can also see the table &lt;STRONG&gt;icon&lt;/STRONG&gt; for relation &lt;EM&gt;icon_name - how it looks&lt;/EM&gt; , but if you insist on using its name in program, do as Uwe suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2009 17:35:58 GMT</pubDate>
    <dc:creator>MarcinPciak</dc:creator>
    <dc:date>2009-01-29T17:35:58Z</dc:date>
    <item>
      <title>TREE : ICON for NODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-icon-for-node/m-p/3107198#M737646</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;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rayden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 06:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-icon-for-node/m-p/3107198#M737646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T06:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: TREE : ICON for NODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-icon-for-node/m-p/3107199#M737647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can start report showicon in SE38. There you can see the name of the icon&lt;/P&gt;&lt;P&gt;e.g. ICON_SEARCH. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using @13@ also you can use ICON_SEARCH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I could help you.&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 15:49:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-icon-for-node/m-p/3107199#M737647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T15:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: TREE : ICON for NODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-icon-for-node/m-p/3107200#M737648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rayden&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report &lt;STRONG&gt;RSTXICON&lt;/STRONG&gt; lists all icon including codes and long names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TYPE-POOLS: icon.  " add to your report

...
WRITE icon_search TO NODE-N_IMAGE.  " not sure if it will work
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 15:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-icon-for-node/m-p/3107200#M737648</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2009-01-29T15:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: TREE : ICON for NODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-icon-for-node/m-p/3107201#M737649</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;For relation &lt;EM&gt;idon_id - its name&lt;/EM&gt; I always use this [link|http://www.sapdevelopment.co.uk/tips/icons_list.htm].&lt;/P&gt;&lt;P&gt;You can also see the table &lt;STRONG&gt;icon&lt;/STRONG&gt; for relation &lt;EM&gt;icon_name - how it looks&lt;/EM&gt; , but if you insist on using its name in program, do as Uwe suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 17:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-icon-for-node/m-p/3107201#M737649</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-01-29T17:35:58Z</dc:date>
    </item>
  </channel>
</rss>

