<?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: background color for text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-color-for-text/m-p/3678072#M885780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto transaction LIBS ..&lt;/P&gt;&lt;P&gt;and then double click on :    Demo: All Colors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check which color UR getting in the O/P .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Format color 0 intensified/inverse ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2008 14:07:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-15T14:07:26Z</dc:date>
    <item>
      <title>background color for text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-color-for-text/m-p/3678071#M885779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;here in my list output i'm getting background color for  text ,but in my program i didn't find the relavent code for this color output.can anyone suggest me what are the ways to get the background color for text in output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u &lt;/P&gt;&lt;P&gt;sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 15, 2008 4:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 14:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-color-for-text/m-p/3678071#M885779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T14:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: background color for text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-color-for-text/m-p/3678072#M885780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto transaction LIBS ..&lt;/P&gt;&lt;P&gt;and then double click on :    Demo: All Colors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check which color UR getting in the O/P .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Format color 0 intensified/inverse ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 14:07:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-color-for-text/m-p/3678072#M885780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T14:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: background color for text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-color-for-text/m-p/3678073#M885781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT COLOR number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;numbers are from 0 to 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where you can get different types of colors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT INTENSIFIED ON/OFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT INVERSE ON/OFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where you can change the foreground and background colors as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Swamy Kunche&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 17:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-color-for-text/m-p/3678073#M885781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T17:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: background color for text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-color-for-text/m-p/3678074#M885782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run this program -:) It's not mine...Take it from the web.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA I TYPE I VALUE 0.
DATA COL(15) TYPE C.

WRITE:/9 'INTENSIFIED ON',27 'INTENSIFIED OFF',48 'INVERSE'.

SKIP 2.

WHILE I &amp;lt; 8.

  CASE I.
    WHEN 0. COL = 'COL_BACKGROUND '.
    WHEN 1. COL = 'COL_HEADING '.
    WHEN 2. COL = 'COL_NORMAL '.
    WHEN 3. COL = 'COL_TOTAL '.
    WHEN 4. COL = 'COL_KEY '.
    WHEN 5. COL = 'COL_POSITIVE '.
    WHEN 6. COL = 'COL_NEGATIVE '.
    WHEN 7. COL = 'COL_GROUP '.
  ENDCASE.

  FORMAT INTENSIFIED COLOR = I.

  WRITE: /(4) I, AT 7 SY-VLINE,
  COL, SY-VLINE,
  COL INTENSIFIED OFF, SY-VLINE,
  COL INVERSE.

  I = I + 1.

ENDWHILE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 20:42:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-color-for-text/m-p/3678074#M885782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T20:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: background color for text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-color-for-text/m-p/3678075#M885783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The options COLOR, INTENSIFIED, and INVERSE of the FORMAT statement influence the colors of the output list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To set colors in the program, use the following syntax:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FORMAT COLOR &amp;lt;n&amp;gt; [ON] INTENSIFIED [ON|OFF] INVERSE [ON|OFF].&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To set colors at runtime, use the following 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;These formatting options do not apply to horizontal lines created by ULINE. They have the following functions:&lt;/P&gt;&lt;P&gt;COLOR sets the color of the line background. If, in addition, INVERSE ON is set, the system changes the foreground color instead of the background color.&lt;/P&gt;&lt;P&gt;For &amp;lt;n&amp;gt; you can set either a color number or a color specification. Instead of color number 0, however, you must use OFF. If you set the color numbers at runtime, all values of &amp;lt;c&amp;gt; that are less than zero or greater than seven, lead to undefined results. &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;STRONG&gt;INTENSIFIED&lt;/STRONG&gt; determines the color palette for the line background.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INVERSE&lt;/STRONG&gt; affects the foreground color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For another demonstration of colors in lists, call the executable program &lt;STRONG&gt;SHOWCOLO&lt;/STRONG&gt; in any system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 21:17:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-color-for-text/m-p/3678075#M885783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T21:17:58Z</dc:date>
    </item>
  </channel>
</rss>

