<?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: colored text on screen? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/colored-text-on-screen/m-p/2349947#M518691</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;&amp;lt;u&amp;gt;follow this synatax .&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;WRITE:/ &amp;lt;var&amp;gt;  COLOR &amp;lt;n&amp;gt;. (here n = 1 to 7)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;the above statement used for printing the single variable in color format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;FORMAT COLOR &amp;lt;n&amp;gt; [ON] INTENSIFIED [ON|OFF] INVERSE [ON|OFF].&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;write:/ var1,&lt;/P&gt;&lt;P&gt;          var2.&lt;/P&gt;&lt;P&gt;endlop.&lt;/P&gt;&lt;P&gt;this statement used to print all the variables in color fromat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;n&amp;gt;             &amp;lt;c&amp;gt;  Color        Intended for&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;OFF or COL_BACKGROUND  0   depends on GUI background&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1   or COL_HEADING     1   grey-blue    headers&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2   or COL_NORMAL      2   light grey    list bodies&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;3   or COL_TOTAL       3   yellow       totals&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;4   or COL_KEY         4   blue-green   key columns&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;5   or COL_POSITIVE    5 green positive threshold value&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;6   or COL_NEGATIVE    6 red negative    threshold value&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;7   or COL_GROUP        7 violet        Control levels&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default setting is COLOR OFF. &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;Ashokreddy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ashok Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2007 14:13:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-11T14:13:03Z</dc:date>
    <item>
      <title>colored text on screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/colored-text-on-screen/m-p/2349942#M518686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;  how to write colorfull text on screen?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 13:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/colored-text-on-screen/m-p/2349942#M518686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T13:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: colored text on screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/colored-text-on-screen/m-p/2349943#M518687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 13:51:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/colored-text-on-screen/m-p/2349943#M518687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T13:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: colored text on screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/colored-text-on-screen/m-p/2349944#M518688</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 assign COLOR for output fields in the reports&lt;/P&gt;&lt;P&gt;Where as for Screen fields we can't assign different colors.&lt;/P&gt;&lt;P&gt;we can make intensified or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 13:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/colored-text-on-screen/m-p/2349944#M518688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T13:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: colored text on screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/colored-text-on-screen/m-p/2349945#M518689</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;The options COLOR, INTENSIFIED, and INVERSE of the FORMAT statement influence the&lt;/P&gt;&lt;P&gt;colors of the output list.&lt;/P&gt;&lt;P&gt;To set colors in the program, use:&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;FORMAT COLOR &amp;lt;n&amp;gt; [ON] INTENSIFIED [ON|OFF] INVERSE [ON|OFF].&lt;/P&gt;&lt;P&gt;To set colors at runtime, use:&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;FORMAT COLOR = &amp;lt;c&amp;gt; INTENSIFIED = &amp;lt;int&amp;gt; INVERSE = &amp;lt;inv&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;P&gt;REPORT demo_list_format_color_1.&lt;/P&gt;&lt;P&gt;DATA i TYPE i VALUE 0.&lt;/P&gt;&lt;P&gt;DATA col(15) TYPE c.&lt;/P&gt;&lt;P&gt;WHILE i &amp;lt; 8.&lt;/P&gt;&lt;P&gt;CASE i.&lt;/P&gt;&lt;P&gt;WHEN 0. col = 'COL_BACKGROUND '.&lt;/P&gt;&lt;P&gt;WHEN 1. col = 'COL_HEADING '.&lt;/P&gt;&lt;P&gt;WHEN 2. col = 'COL_NORMAL '.&lt;/P&gt;&lt;P&gt;WHEN 3. col = 'COL_TOTAL '.&lt;/P&gt;&lt;P&gt;WHEN 4. col = 'COL_KEY '.&lt;/P&gt;&lt;P&gt;WHEN 5. col = 'COL_POSITIVE '.&lt;/P&gt;&lt;P&gt;WHEN 6. col = 'COL_NEGATIVE '.&lt;/P&gt;&lt;P&gt;WHEN 7. col = 'COL_GROUP '.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;FORMAT INTENSIFIED COLOR = i.&lt;/P&gt;&lt;P&gt;WRITE: /(4) i, AT 7 sy-vline,&lt;/P&gt;&lt;P&gt;col, sy-vline,&lt;/P&gt;&lt;P&gt;col INTENSIFIED OFF, sy-vline,&lt;/P&gt;&lt;P&gt;col INVERSE.&lt;/P&gt;&lt;P&gt;i = i + 1.&lt;/P&gt;&lt;P&gt;ENDWHILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 13:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/colored-text-on-screen/m-p/2349945#M518689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T13:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: colored text on screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/colored-text-on-screen/m-p/2349946#M518690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you write INTESIFY = 1 in LOOP AT SCREEN. Then Blue clour text will appear if the text box in non edit mode.&lt;/P&gt;&lt;P&gt;If the text box is in edit mode then RED colour will appear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 13:53:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/colored-text-on-screen/m-p/2349946#M518690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T13:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: colored text on screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/colored-text-on-screen/m-p/2349947#M518691</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;&amp;lt;u&amp;gt;follow this synatax .&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;WRITE:/ &amp;lt;var&amp;gt;  COLOR &amp;lt;n&amp;gt;. (here n = 1 to 7)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;the above statement used for printing the single variable in color format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;FORMAT COLOR &amp;lt;n&amp;gt; [ON] INTENSIFIED [ON|OFF] INVERSE [ON|OFF].&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;write:/ var1,&lt;/P&gt;&lt;P&gt;          var2.&lt;/P&gt;&lt;P&gt;endlop.&lt;/P&gt;&lt;P&gt;this statement used to print all the variables in color fromat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;n&amp;gt;             &amp;lt;c&amp;gt;  Color        Intended for&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;OFF or COL_BACKGROUND  0   depends on GUI background&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1   or COL_HEADING     1   grey-blue    headers&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2   or COL_NORMAL      2   light grey    list bodies&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;3   or COL_TOTAL       3   yellow       totals&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;4   or COL_KEY         4   blue-green   key columns&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;5   or COL_POSITIVE    5 green positive threshold value&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;6   or COL_NEGATIVE    6 red negative    threshold value&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;7   or COL_GROUP        7 violet        Control levels&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default setting is COLOR OFF. &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;Ashokreddy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ashok Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 14:13:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/colored-text-on-screen/m-p/2349947#M518691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T14:13:03Z</dc:date>
    </item>
  </channel>
</rss>

