<?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: colour the value while displayin in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/colour-the-value-while-displayin/m-p/3011824#M711730</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;&lt;/P&gt;&lt;P&gt; Use format inverse On. before your write statement.&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>Tue, 30 Oct 2007 09:03:54 GMT</pubDate>
    <dc:creator>former_member386202</dc:creator>
    <dc:date>2007-10-30T09:03:54Z</dc:date>
    <item>
      <title>colour the value while displayin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/colour-the-value-while-displayin/m-p/3011823#M711729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello friends,&lt;/P&gt;&lt;P&gt;                   i am working on a classical report.&lt;/P&gt;&lt;P&gt;  now i have a condition that if the value is below a certain value then the colour should be RED or else the colour should be BLUE.&lt;/P&gt;&lt;P&gt;  i am using the following code for colour &lt;/P&gt;&lt;P&gt; WRITE : (10)  itab-act     COLOR 5,         '|'  CENTERED.&lt;/P&gt;&lt;P&gt;but this is making the whole block coloured,i only want the value to be in RED or BLUE..&lt;/P&gt;&lt;P&gt;  what to do for that ????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 09:02:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/colour-the-value-while-displayin/m-p/3011823#M711729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T09:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: colour the value while displayin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/colour-the-value-while-displayin/m-p/3011824#M711730</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;&lt;/P&gt;&lt;P&gt; Use format inverse On. before your write statement.&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>Tue, 30 Oct 2007 09:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/colour-the-value-while-displayin/m-p/3011824#M711730</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-10-30T09:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: colour the value while displayin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/colour-the-value-while-displayin/m-p/3011825#M711731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT COLOR 5. "5 is the color number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  FORMAT COLOR OFF - to switch off the color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GURU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 09:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/colour-the-value-while-displayin/m-p/3011825#M711731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T09:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: colour the value while displayin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/colour-the-value-while-displayin/m-p/3011826#M711732</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 keyword FORMAT INTENSIFIED ON before write statement..&lt;/P&gt;&lt;P&gt;                              ....................&lt;/P&gt;&lt;P&gt;                             ....................&lt;/P&gt;&lt;P&gt;                   &lt;/P&gt;&lt;P&gt;for ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;format intensified on.&lt;/P&gt;&lt;P&gt; write: 'suresh' color 5.&lt;/P&gt;&lt;P&gt; write:/10 'babu' color 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;color no's are from 0 -6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;intensified -- to display text as chosen color.&lt;/P&gt;&lt;P&gt;inverse --- to display background on text with chosen color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh Aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 09:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/colour-the-value-while-displayin/m-p/3011826#M711732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T09:41:38Z</dc:date>
    </item>
  </channel>
</rss>

