<?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: Using color statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-color-statement/m-p/4936194#M1151385</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;If you are using a table control on a screen you can use &lt;STRONG&gt;INTESIFIED&lt;/STRONG&gt; Attribute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = 'SECON_FIELD'.&lt;/P&gt;&lt;P&gt;screen-intensified = 1.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take the help of &lt;STRONG&gt;RSDEMO02&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Dec 2008 10:31:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-16T10:31:45Z</dc:date>
    <item>
      <title>Using color statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-color-statement/m-p/4936193#M1151384</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;&lt;/P&gt;&lt;P&gt;I have one internal table , in which i have only two fields of type char15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have the contents of first field in black color (by default it is black) and corresponding contents of second field in Red color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in solving it such that second field contents are displayed in Red color on output screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can use color 6 inverse on for red color text.but how to insert entries in table in red color or display them in red color.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 10:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-color-statement/m-p/4936193#M1151384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T10:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using color statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-color-statement/m-p/4936194#M1151385</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;If you are using a table control on a screen you can use &lt;STRONG&gt;INTESIFIED&lt;/STRONG&gt; Attribute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = 'SECON_FIELD'.&lt;/P&gt;&lt;P&gt;screen-intensified = 1.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take the help of &lt;STRONG&gt;RSDEMO02&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 10:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-color-statement/m-p/4936194#M1151385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T10:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using color statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-color-statement/m-p/4936195#M1151386</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;Be more clear about your requirement. where exactly you want the color ? which kind of screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out below code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT ZTEST.

WRITE : SY-DATUM COLOR 6 INVERSE ON.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope it will solve your problem..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;ilesh 24x7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 10:42:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-color-statement/m-p/4936195#M1151386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T10:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using color statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-color-statement/m-p/4936196#M1151387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;just go through this link&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6372941"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 10:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-color-statement/m-p/4936196#M1151387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T10:50:00Z</dc:date>
    </item>
  </channel>
</rss>

