<?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: text colour in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-colour/m-p/6090574#M1358646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geetha Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your requirement is not possible using MESSAGE Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead you can go for Module Pools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to create a screen and set the attributes for that message screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2009 11:31:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-01T11:31:28Z</dc:date>
    <item>
      <title>text colour</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-colour/m-p/6090571#M1358643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to change the message text colour in abap. how to change the colour.&lt;/P&gt;&lt;P&gt;For eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If  i give message 'Error" means I want that 'Error' text should come in red colour. &lt;/P&gt;&lt;P&gt;Please help me immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Geetha K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 11:21:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-colour/m-p/6090571#M1358643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-01T11:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: text colour</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-colour/m-p/6090572#M1358644</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;Foll will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE / : 'No data present for the selected criteria ' COLOR COL_NEGATIVE INTENSIFIED INPUT OFF&lt;/P&gt;&lt;P&gt;                             HOTSPOT OFF .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COL_NEGATIVE is red&lt;/P&gt;&lt;P&gt;COL_POSITIVE is green&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Supriya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 11:26:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-colour/m-p/6090572#M1358644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-01T11:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: text colour</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-colour/m-p/6090573#M1358645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using message command then automatically error message will come in red colour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message 'wrong input' type 'E'. will always come in red colour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To change the colour in write statement use statemet &lt;STRONG&gt;'Format Color on'&lt;/STRONG&gt; and &lt;STRONG&gt;format colour off.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  FORMAT COLOR COL_KEY.&lt;/P&gt;&lt;P&gt;  WRITE: text-h01,&lt;/P&gt;&lt;P&gt;  FORMAT COLOR OFF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 11:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-colour/m-p/6090573#M1358645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-01T11:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: text colour</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-colour/m-p/6090574#M1358646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geetha Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your requirement is not possible using MESSAGE Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead you can go for Module Pools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to create a screen and set the attributes for that message screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 11:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-colour/m-p/6090574#M1358646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-01T11:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: text colour</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-colour/m-p/6090575#M1358647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WRITE  '123456' COLOR COL_NEGATIVE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 11:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-colour/m-p/6090575#M1358647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-01T11:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: text colour</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-colour/m-p/6090576#M1358648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you need to change report text color, you can do this way:&lt;/P&gt;&lt;P&gt;                 WRITE:/ TEXT-005 COLOR 4 ,SY-SYSID COLOR 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 11:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-colour/m-p/6090576#M1358648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-01T11:31:46Z</dc:date>
    </item>
  </channel>
</rss>

