<?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: classical report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report/m-p/2683317#M620466</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 this logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;rec = sy-tabix % 6. "first record 1,second rec 2 etc.......&lt;/P&gt;&lt;P&gt;write:/ itab-fld1 color rec.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points to all helpful answers &lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2007 09:03:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-22T09:03:18Z</dc:date>
    <item>
      <title>classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report/m-p/2683314#M620463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how display each record in different colors in classical report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 08:58:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report/m-p/2683314#M620463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T08:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report/m-p/2683315#M620464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the COLOR or INVERSE COLOR addition with the WRITE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE &amp;lt;Field&amp;gt; COLOR col_heading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark points if the solution was useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 09:01:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report/m-p/2683315#M620464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T09:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report/m-p/2683316#M620465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use like below&lt;/P&gt;&lt;P&gt;FORMAT COLOR COL_POSITIVE INTENSIFIED ON.      "  green color&lt;/P&gt;&lt;P&gt;FORMAT COLOR COL_NEGATIVE INTENSIFIED ON. " red&lt;/P&gt;&lt;P&gt;FORMAT COLOR COL_TOTAL INTENSIFIED ON. " yellow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Omit INTENSIFIED ON to get light color&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 09:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report/m-p/2683316#M620465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T09:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report/m-p/2683317#M620466</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 this logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;rec = sy-tabix % 6. "first record 1,second rec 2 etc.......&lt;/P&gt;&lt;P&gt;write:/ itab-fld1 color rec.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points to all helpful answers &lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 09:03:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report/m-p/2683317#M620466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T09:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report/m-p/2683318#M620467</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 format command for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT [COLOR       {{{color [ON]}|OFF}|{= col}}] &lt;/P&gt;&lt;P&gt;       [INTENSIFIED [{ON|OFF}|{= flag}]] &lt;/P&gt;&lt;P&gt;       [INVERSE     [{ON|OFF}|{= flag}]] &lt;/P&gt;&lt;P&gt;       [HOTSPOT     [{ON|OFF}|{= flag}]] &lt;/P&gt;&lt;P&gt;       [INPUT       [{ON|OFF}|{= flag}]] &lt;/P&gt;&lt;P&gt;       [FRAMES      [{ON|OFF}|{= flag}]] &lt;/P&gt;&lt;P&gt;       [RESET].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... COLOR {{{color [ON]}|OFF}|{= col}} &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;This addition sets the color of the output. If the attribute INVERSE is set to OFF (default setting), this sets the background color of the output. If the attribute INVERSE is set to ON, this sets the foreground color of the output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can specify the color either statically using color , or dynamically using col. For color, use the syntax directly from the following table. You do not need to specify ON. For col, a data object of type i is expected, which containsone of the values from the following table. If col contains a different value, this is handled like the value 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax of color value in col color &lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="COL_BACKGROUND"&gt;&lt;/SPAN&gt; 0 GUI-specific &lt;/P&gt;&lt;P&gt;{ 1 | COL_HEADING } 1 Gray-blue &lt;/P&gt;&lt;P&gt;{ 2 | COL_NORMAL } 2 Light gray &lt;/P&gt;&lt;P&gt;{ 3 | COL_TOTAL } 3 Yellow &lt;/P&gt;&lt;P&gt;{ 4 | COL_KEY } 4 Blue-green &lt;/P&gt;&lt;P&gt;{ 5 | COL_POSITIVE } 5 Green &lt;/P&gt;&lt;P&gt;{ 6 | COL_NEGATIVE } 6 Red &lt;/P&gt;&lt;P&gt;{ 7 | COL_GROUP } 7 Violet &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The OFF has the same effect as COL_BACKGROUND or the value 0 in col and is the default setting. In this setting, the color of the background corresponds to a line of the background color of the GUI window. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The COLOR addition does not affect lines that are made of line elements, or on windows that are ready for input. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards points if it useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 09:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report/m-p/2683318#M620467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T09:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report/m-p/2683319#M620468</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 this logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;rec = sy-tabix % 6. "first record 1,second rec 2 etc.......&lt;/P&gt;&lt;P&gt;write:/ itab-fld1 color rec.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points to all helpful answers &lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 09:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report/m-p/2683319#M620468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T09:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report/m-p/2683320#M620469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  I think it is not possible to get the records in different  colors ,we can get same color for all the records because &lt;/P&gt;&lt;P&gt; FORMAT COLOR n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here  n should be constant like n = 1--&lt;DEL&gt;to&lt;/DEL&gt;--7or COL_BACKGROUND COL_HEADING etc&lt;/P&gt;&lt;P&gt;we can do in one way that for every loop iteration n should change that we can do with the variable taking at n,but FORMAT COLOR  cant accept the direct  variable to get the different colors for the different records beacuse it is constant there.&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;sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 09:19:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report/m-p/2683320#M620469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T09:19:35Z</dc:date>
    </item>
  </channel>
</rss>

