<?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: Highlight Pushbutton in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027680#M82879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could change the icon text or you could de-activate the icon. If you want, you could create another gui with a different icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Oct 2005 19:36:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-26T19:36:30Z</dc:date>
    <item>
      <title>Highlight Pushbutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027679#M82878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi fellow ABAPer's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to highlight a pushbutton to remind the users that they have clicked on it. Is there a way to do it? I tried defining the pushbutton as 'Output' field and set the screen attribute 'INTENSIFIED' in the PBO and it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any helpful ideas??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2005 19:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027679#M82878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-26T19:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight Pushbutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027680#M82879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could change the icon text or you could de-activate the icon. If you want, you could create another gui with a different icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2005 19:36:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027680#M82879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-26T19:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight Pushbutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027681#M82880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently I do not have an icon, only text. What do you mean by de-activate the icon ? Make it invisible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2005 19:49:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027681#M82880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-26T19:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight Pushbutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027682#M82881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data exclude_pf type table of sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO fill exclude_pf with the ok codes you don't want to see and:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set pf-status 'OVERVIEW' excluding exclude_pf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will grey out the icon, but it will be visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Rob Burbank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2005 19:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027682#M82881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-26T19:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight Pushbutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027683#M82882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob. But this will work for GUI status. But the pushbutton is not part of GUI status. It is stand alone on the screen. I didn't think there was a way I can grey out or highlight the pushbutton, but if you think it is possible please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2005 20:08:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027683#M82882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-26T20:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight Pushbutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027684#M82883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i m not wrong u have pushbutton in table control and u want to highligh the clicked line. If is it so let me know i will provide u the workout.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2005 04:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027684#M82883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-27T04:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight Pushbutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027685#M82884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry - I realized later that the button wan't part of the GUI. In this case you can create a field with the same name as the ok code. Then in the PBO, assign a new value to it. For example:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: more(10) value 'Unpushed'.
MODULE user_command_0100 INPUT.
  CASE save_ok.
    WHEN 'MORE'.
      more = 'Pushed'.
  ENDCASE.
ENDMODULE. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2005 15:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027685#M82884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-27T15:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight Pushbutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027686#M82885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want to change the text. I was trying to see if there is a way to somehow highlight or make the pushbutton appear as if it has been pushed. If I am not wrong, I think some of the SAP standard screens set them this way to indicate on which tab you are currently on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2005 14:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027686#M82885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-28T14:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight Pushbutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027687#M82886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think SAP uses subscreens for this. I suppose you could create another screen without the pushbutton. I don't use subscreens, so thre's not much more I can tell you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, you could move the button to the GUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2005 14:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-pushbutton/m-p/1027687#M82886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-28T14:44:42Z</dc:date>
    </item>
  </channel>
</rss>

