<?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: Regarding EXECUTE icon disable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995022#M75091</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; Check this sample program,you will get an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEMO_LIST_SET_PF_STATUS_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ruthra.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Aug 2005 03:46:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-26T03:46:05Z</dc:date>
    <item>
      <title>Regarding EXECUTE icon disable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995020#M75089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey experts,&lt;/P&gt;&lt;P&gt;I have created EXECUTE ICON thru PF-STATUS.&lt;/P&gt;&lt;P&gt;Now I want to disable this icon dynamically depends on my condition.&lt;/P&gt;&lt;P&gt;How to do this.&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2005 03:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995020#M75089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-26T03:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding EXECUTE icon disable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995021#M75090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MODULE SET_STATUS OUTPUT.
CASE SY-DYNNR.
WHEN '0100' .
SET PF-STATUS '100'.
WHEN '0200' OR '0300'.
PERFORM STATUS_200_300.
SET PF-STATUS '200' EXCLUDING IT_DEFUNC.
WHEN '0400'.
PERFORM CONTROL_MENU_ITEMS.
SET PF-STATUS '400' EXCLUDING IT_DEFUNC.
ENDCASE.
ENDMODULE. " SET_STATUS OUTPUT

FORM CONTROL_MENU_ITEMS.
CLEAR: IT_DEFUNC, IT_DEFUNC[].
IF SAVE_OKCODE = 'DELETE' OR SAVE_OKCODE = 'DISPLAY'.
APPEND SAVE_OKCODE TO IT_DEFUNC.
PERFORM STATUS_DELETE_DISPLAY.
ELSEIF SAVE_OKCODE = 'CREATE' OR SAVE_OKCODE = 'CHANGE'.
APPEND SAVE_OKCODE TO IT_DEFUNC.
PERFORM STATUS_CREATE_CHANGE.
ELSEIF DATA_UCOMM = 'DELETE' OR DATA_UCOMM = 'DISPLAY'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2005 03:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995021#M75090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-26T03:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding EXECUTE icon disable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995022#M75091</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; Check this sample program,you will get an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEMO_LIST_SET_PF_STATUS_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ruthra.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2005 03:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995022#M75091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-26T03:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding EXECUTE icon disable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995023#M75092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a report program or a dialog program with screens?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2005 15:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995023#M75092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-26T15:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding EXECUTE icon disable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995024#M75093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of TAB_TYPE,&lt;/P&gt;&lt;P&gt;               FCODE like RSMPE-FUNC,&lt;/P&gt;&lt;P&gt;       end of TAB_TYPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: TAB TYPE STANDARD TABLE OF TAB_TYPE WITH&lt;/P&gt;&lt;P&gt;        NON-UNIQUE DEFAULT KEY INITIAL SIZE 10 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move 'EXECUTE' to TAB-FCODE.&lt;/P&gt;&lt;P&gt;append TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program, where you want to exclude 'EXECUTE'  :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'STAT1' EXCLUDING TAB.&lt;/P&gt;&lt;P&gt;where 'STAT' is the name of your status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or also explore the following FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            P_STATUS  = 'STAT2'&lt;/P&gt;&lt;P&gt;            P_PROGRAM = 'ZAJ_COLLEGE'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            P_EXCLUDE = TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also add more exclusions in this 'tab'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2005 17:12:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995024#M75093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-26T17:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding EXECUTE icon disable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995025#M75094</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;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Svetlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2005 20:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995025#M75094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-26T20:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding EXECUTE icon disable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995026#M75095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey ashish,&lt;/P&gt;&lt;P&gt;THanks for your reply&lt;/P&gt;&lt;P&gt;What you gave suggestion seems to be the button will &lt;/P&gt;&lt;P&gt;get removed from Application tool bar.&lt;/P&gt;&lt;P&gt;Actually my requirement is, Execute button should display in screen but user could not be able to activate the button.&lt;/P&gt;&lt;P&gt;Is it possible to do this?&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: ambi chan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2005 01:30:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995026#M75095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-27T01:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding EXECUTE icon disable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995027#M75096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you saying that you want to display a pushbutton in the application toolbar or in the screen itself, but have the button inactive or "greyed out".  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2005 01:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995027#M75096</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-08-27T01:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding EXECUTE icon disable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995028#M75097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;USING PF-STATUS 'S100',&lt;/P&gt;&lt;P&gt;I have added one EXECUTE Button(ICON_EXECUTE_OBJECT) in application tool bar. While running the program the added&lt;/P&gt;&lt;P&gt;EXECUTE Icon Button(Its not ordinary PUSH BUTTON, its Execute ICON button) will display in APPLICATION TOOL BAR(TOp of the screen).&lt;/P&gt;&lt;P&gt;Now depends on condition i want this button to greyed out or inactive.&lt;/P&gt;&lt;P&gt;hope i explained ..if not pls let meknow to explain more clearly.&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2005 02:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995028#M75097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-27T02:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding EXECUTE icon disable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995029#M75098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know that I've done this before, but I can't remember how to do it.  I am currently trying to look for the answer.  I will get back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2005 02:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995029#M75098</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-08-27T02:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding EXECUTE icon disable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995030#M75099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for giving more clear picture. Now i'm in a position to understand exactly what you want.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greying out a button in application toolbar (no removal)..&lt;/P&gt;&lt;P&gt;The solution that i proposed in earlier post will work but with something extra:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on your menu -&amp;gt; choose Application toolbar &lt;/P&gt;&lt;P&gt;-&amp;gt; Goto -&amp;gt; Attributes -&amp;gt; Pusbutton assignment, here you have 3 options, you can choose 'Display All'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some other information i found on SAP help but not sure whether it works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start the Menu Painter. &lt;/P&gt;&lt;P&gt;Switch to change mode. &lt;/P&gt;&lt;P&gt;Choose Goto -&amp;gt; Attributes -&amp;gt; Application toolbar or choose the padlock icon to the right of the application toolbar &lt;/P&gt;&lt;P&gt;Set the Fixed positions option (check-box), and choose Continue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now,the padlock icon next to the application toolbar appears 'locked'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, Excluding the 'tab' (see my previous post) will just grey out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2005 12:26:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995030#M75099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-27T12:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding EXECUTE icon disable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995031#M75100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the 'former' solution in my code, it works: EXECUTE is greyed out but not removed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it solves your problem, please close the thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ashish Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2005 12:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995031#M75100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-27T12:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding EXECUTE icon disable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995032#M75101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By 'former' solution, i mean the 'first' solution in my 'second post' (not the one from SAP help).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2005 12:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995032#M75101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-27T12:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding EXECUTE icon disable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995033#M75102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ashish Jain,&lt;/P&gt;&lt;P&gt;Great Applause for you from myside.&lt;/P&gt;&lt;P&gt;yes this is what i want..great.&lt;/P&gt;&lt;P&gt;Thanks for your reply in right time.&lt;/P&gt;&lt;P&gt;Ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2005 13:58:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execute-icon-disable/m-p/995033#M75102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-27T13:58:14Z</dc:date>
    </item>
  </channel>
</rss>

