<?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: icons in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104776#M439091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; program list for you all the SAP ICONS that can be used in your reports.  Take note that the SAP ICONS are used for interative reports.  It can be display on screens.   You will only see the icon names when you do a print out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZICONS . &lt;/P&gt;&lt;P&gt;TABLES: ICON. &lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;ICON&amp;gt;. &lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;F&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;When displaying ICON, specify the maximum length of 4 &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;WRITE: / 'ICON IN WRITE STATEMENT ', (4) ICON_ALARM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKIP. &lt;/P&gt;&lt;P&gt;WRITE: / 'List of SAP ICONS, minimum length 2, maximum length 4.'. &lt;/P&gt;&lt;P&gt;SKIP. &lt;/P&gt;&lt;P&gt;SELECT * FROM ICON. &lt;/P&gt;&lt;P&gt;   ASSIGN (ICON-NAME) TO &amp;lt;F&amp;gt;. &lt;/P&gt;&lt;P&gt;   WRITE:   /(5) &amp;lt;F&amp;gt;, 20 '@',21 ICON-ID+1(2),23 '@',ICON-OLENG, &lt;/P&gt;&lt;P&gt;            ICON-BUTTON,ICON-STATUS,ICON-MESSAGE,ICON-FUNCTION, &lt;/P&gt;&lt;P&gt;            ICON-NAME. &lt;/P&gt;&lt;P&gt;ENDSELECT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk this for example how to include icon:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/59/348efa61c611d295750000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/59/348efa61c611d295750000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 10:48:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-16T10:48:33Z</dc:date>
    <item>
      <title>icons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104774#M439089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can nybody tell me how to include icons in a report!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104774#M439089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T10:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: icons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104775#M439090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Just write in the report Starting in Se38.&lt;/P&gt;&lt;P&gt;TYPE-POOLS: icon.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;ICON&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104775#M439090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T10:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: icons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104776#M439091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; program list for you all the SAP ICONS that can be used in your reports.  Take note that the SAP ICONS are used for interative reports.  It can be display on screens.   You will only see the icon names when you do a print out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZICONS . &lt;/P&gt;&lt;P&gt;TABLES: ICON. &lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;ICON&amp;gt;. &lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;F&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;When displaying ICON, specify the maximum length of 4 &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;WRITE: / 'ICON IN WRITE STATEMENT ', (4) ICON_ALARM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKIP. &lt;/P&gt;&lt;P&gt;WRITE: / 'List of SAP ICONS, minimum length 2, maximum length 4.'. &lt;/P&gt;&lt;P&gt;SKIP. &lt;/P&gt;&lt;P&gt;SELECT * FROM ICON. &lt;/P&gt;&lt;P&gt;   ASSIGN (ICON-NAME) TO &amp;lt;F&amp;gt;. &lt;/P&gt;&lt;P&gt;   WRITE:   /(5) &amp;lt;F&amp;gt;, 20 '@',21 ICON-ID+1(2),23 '@',ICON-OLENG, &lt;/P&gt;&lt;P&gt;            ICON-BUTTON,ICON-STATUS,ICON-MESSAGE,ICON-FUNCTION, &lt;/P&gt;&lt;P&gt;            ICON-NAME. &lt;/P&gt;&lt;P&gt;ENDSELECT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk this for example how to include icon:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/59/348efa61c611d295750000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/59/348efa61c611d295750000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104776#M439091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T10:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: icons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104777#M439092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;declare type-pools icon. in ur report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        kiran kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:48:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104777#M439092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T10:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: icons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104778#M439093</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;write the statement &amp;lt;b&amp;gt;type-pools: icon&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siresh.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:48:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104778#M439093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T10:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: icons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104779#M439094</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;Use &amp;lt;b&amp;gt;TYPE-POOLS: ICON. (OR) INCLUDE &amp;lt;ICON&amp;gt;.&amp;lt;/b&amp;gt; to have ICONS in your report. These statements will shows you the icons in your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check ICON table to view the Icons aviable in your system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;ICON&amp;gt;. &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;When displaying ICON, specify the maximum length of 4 &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;WRITE: / 'ICON IN WRITE STATEMENT ', (4) ICON_ALARM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104779#M439094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T10:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: icons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104780#M439095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this code&lt;/P&gt;&lt;P&gt;  report ztx1502.&lt;/P&gt;&lt;P&gt;2  include &amp;lt;icon&amp;gt;.&lt;/P&gt;&lt;P&gt;3  tables: ztxmara, ztxmgef.&lt;/P&gt;&lt;P&gt;4  data ico like icon_generate.&lt;/P&gt;&lt;P&gt;5 &lt;/P&gt;&lt;P&gt;6  write: / 'checkmark',   15 icon_checked as icon,&lt;/P&gt;&lt;P&gt;7         / 'red x',       15 icon_incomplete as icon,&lt;/P&gt;&lt;P&gt;8         / 'overview',    15 icon_overview as icon,&lt;/P&gt;&lt;P&gt;9         / 'time period', 15 icon_period as icon.&lt;/P&gt;&lt;P&gt;10 skip.&lt;/P&gt;&lt;P&gt;11 uline.&lt;/P&gt;&lt;P&gt;12 skip.&lt;/P&gt;&lt;P&gt;13 write: / 'List of Materials with Radioactive Indicators'.&lt;/P&gt;&lt;P&gt;14 uline.&lt;/P&gt;&lt;P&gt;15 select * from ztxmara.&lt;/P&gt;&lt;P&gt;16     clear ico.&lt;/P&gt;&lt;P&gt;17     if not ztxmara-stoff is initial.&lt;/P&gt;&lt;P&gt;18         select single * from ztxmgef where stoff = ztxmara-stoff.&lt;/P&gt;&lt;P&gt;19         if ztxmgef-lagkl = 7.&lt;/P&gt;&lt;P&gt;20             ico = icon_generate.&lt;/P&gt;&lt;P&gt;21             endif.&lt;/P&gt;&lt;P&gt;22         endif.&lt;/P&gt;&lt;P&gt;23     write: / ico as icon,&lt;/P&gt;&lt;P&gt;24              ztxmara-matnr,&lt;/P&gt;&lt;P&gt;25              ztxmara-mtart,&lt;/P&gt;&lt;P&gt;26              ztxmara-matkl,&lt;/P&gt;&lt;P&gt;27              ztxmara-brgew,&lt;/P&gt;&lt;P&gt;28              ztxmara-ntgew,&lt;/P&gt;&lt;P&gt;29              ztxmara-gewei.&lt;/P&gt;&lt;P&gt;30     endselect.&lt;/P&gt;&lt;P&gt; regards &lt;/P&gt;&lt;P&gt;praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104780#M439095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T10:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: icons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104781#M439096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;include &amp;lt;icon&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  FORMAT COLOR COL_HEADING HOTSPOT.&lt;/P&gt;&lt;P&gt;    WRITE:   (91) SY-ULINE,&lt;/P&gt;&lt;P&gt;       / SY-VLINE NO-GAP, (4) ICON_SELECT_ALL NO-GAP,    'Select All',&lt;/P&gt;&lt;P&gt;         SY-VLINE NO-GAP, (4) ICON_DESELECT_ALL NO-GAP,  'Deselect All',&lt;/P&gt;&lt;P&gt;         SY-VLINE NO-GAP, (4) ICON_SHORT_MESSAGE NO-GAP, 'Send Popup',&lt;/P&gt;&lt;P&gt;         SY-VLINE NO-GAP, (4) ICON_SORT_UP NO-GAP, 'Last Name' NO-GAP,&lt;/P&gt;&lt;P&gt;         SY-VLINE NO-GAP, (4) ICON_SORT_UP NO-GAP, 'First Name' NO-GAP,&lt;/P&gt;&lt;P&gt;         SY-VLINE NO-GAP, (4) ICON_SORT_UP NO-GAP, 'Client' NO-GAP,&lt;/P&gt;&lt;P&gt;         SY-VLINE,&lt;/P&gt;&lt;P&gt;       /(91) SY-ULINE,&lt;/P&gt;&lt;P&gt;       /(108) SY-ULINE.&lt;/P&gt;&lt;P&gt;   FORMAT HOTSPOT OFF.&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;Rusdiar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icons/m-p/2104781#M439096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T10:50:54Z</dc:date>
    </item>
  </channel>
</rss>

