<?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: include in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include/m-p/2910928#M684952</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;       To display the icon on output list we have to include the icon in  report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2007 06:46:43 GMT</pubDate>
    <dc:creator>former_member386202</dc:creator>
    <dc:date>2007-10-24T06:46:43Z</dc:date>
    <item>
      <title>include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include/m-p/2910925#M684949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is include&amp;lt;icon&amp;gt;.Why we r using this. I saw this in an interactive report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 06:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include/m-p/2910925#M684949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T06:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include/m-p/2910926#M684950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to use icons in ALV grid or in lists, you have to add this statement to load the relevant definitions of icons and icons related stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 06:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include/m-p/2910926#M684950</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2007-10-24T06:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include/m-p/2910927#M684951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Displaying Symbols and Icons on the List&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can output symbols or R/3 icons on a list by using the following syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE &amp;lt;symbol-name&amp;gt; AS SYMBOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE &amp;lt;icon-name&amp;gt; AS ICON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The names of symbols and icons (&amp;lt;symbol-name&amp;gt; and &amp;lt;icon-name&amp;gt;) are system-defined constants that are specified in the include programs &amp;lt;SYMBOL&amp;gt; and &amp;lt;ICON&amp;gt; (the angle brackets are part of the name). The includes also contain a short description of the symbols and icons. The easiest way to output symbols and icons is to use a statement structure (see the example in Using WRITE via a Statement Structure).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make symbols and icons available to your program, you must import the appropriate include or the more comprehensive include &amp;lt;LIST&amp;gt; in your program. For further information about importing include programs, see Using Include Programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;symbol&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;icon&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ 'Phone Symbol:', SYM_PHONE AS SYMBOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: /  'Alarm Icon:   ', icon_alarm AS ICON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This produces the following output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can replace both the above INCLUDE statements with one single INCLUDE statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;list&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 06:46:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include/m-p/2910927#M684951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T06:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include/m-p/2910928#M684952</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;       To display the icon on output list we have to include the icon in  report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 06:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include/m-p/2910928#M684952</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-10-24T06:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include/m-p/2910929#M684953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To display R/3 icons on a list.&lt;/P&gt;&lt;P&gt;Check this link,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9e4a35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9e4a35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ruthra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 06:46:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include/m-p/2910929#M684953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T06:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include/m-p/2910930#M684954</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;To make symbols and icons available to your program, you must import the appropriate include or the more comprehensive include &amp;lt;LIST&amp;gt; in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;symbol&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;icon&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ 'Phone Symbol:', SYM_PHONE AS SYMBOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: /  'Alarm Icon:   ', icon_alarm AS ICON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This produces the telephone sympol output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;PLZ reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 06:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include/m-p/2910930#M684954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T06:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include/m-p/2910931#M684955</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;If you want to use ICONS in your program, then you need not declare all the details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply use INCLUDE &amp;lt;ICONS&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE38 &amp;amp; type &amp;lt;ICONS&amp;gt;&lt;/P&gt;&lt;P&gt;Click on Display&lt;/P&gt;&lt;P&gt;You will get the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is to simplify coding for developers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 06:49:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include/m-p/2910931#M684955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T06:49:47Z</dc:date>
    </item>
  </channel>
</rss>

