<?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: Push Button Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739783#M321560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Usha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is not possible. There is no such coloring option in SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Dec 2006 10:15:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-12T10:15:03Z</dc:date>
    <item>
      <title>Push Button Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739777#M321554</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;Is it possible that the text on a push button is displayed in RED ? &lt;/P&gt;&lt;P&gt;Please let me know about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Usha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 10:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739777#M321554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T10:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Push Button Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739778#M321555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set up the field COLOR in structure screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the at selection-screen output event, try this:&lt;/P&gt;&lt;P&gt;LOOP AT screen.&lt;/P&gt;&lt;P&gt; IF screen-name = 'YOUR_PBUTTON'.&lt;/P&gt;&lt;P&gt;     screen-color = 5.  "COL_NEGATIVE&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;Hope this helps.&lt;/P&gt;&lt;P&gt;Roby.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 10:03:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739778#M321555</guid>
      <dc:creator>former_member199581</dc:creator>
      <dc:date>2006-12-12T10:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Push Button Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739779#M321556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just some modification to robertos Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;screen-color = 'C510'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 10:07:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739779#M321556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T10:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Push Button Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739780#M321557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Usha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems its not possible, there is no such option to dispaly the text in the Red color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 10:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739780#M321557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T10:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Push Button Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739781#M321558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Roberto and Chandrashekar. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, this option is fine to display the text in the text field. I have to display the text on the push button in red. Also, screen-color is an integer field. It cannot be set with the value C510.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Usha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 10:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739781#M321558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T10:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Push Button Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739782#M321559</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;try this out.... it wil work&lt;/P&gt;&lt;P&gt;LOOP AT screen.&lt;/P&gt;&lt;P&gt;IF screen-name = 'PushButton'.&lt;/P&gt;&lt;P&gt;screen-color = 5. &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 10:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739782#M321559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T10:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Push Button Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739783#M321560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Usha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is not possible. There is no such coloring option in SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 10:15:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739783#M321560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T10:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Push Button Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739784#M321561</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;Such type of request is not possible in sap .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 10:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-text/m-p/1739784#M321561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T10:24:06Z</dc:date>
    </item>
  </channel>
</rss>

