<?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: toggle savebutton invisible when in display mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/toggle-savebutton-invisible-when-in-display-mode/m-p/3646335#M878132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rafe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to create a new GUI (or menu) status using t-code SE41 - the Menu Painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open SE41 and enter the program's name and then use the dropdown on the STATUS box.  You will find the current GUI status that the program uses now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy that GUI status into a new one.  Open that new one in change mode in SE41 and remove the text above the SAVE icon.  Save and activate.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now return to the program's source code and locate the syntax SET PF-STATUS 'xxxx'   (xxxx is the current GUI status).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alter this syntax with an IF statement to toggle between Display mode and non--Display mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2008 13:18:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-17T13:18:46Z</dc:date>
    <item>
      <title>toggle savebutton invisible when in display mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/toggle-savebutton-invisible-when-in-display-mode/m-p/3646334#M878131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to know how i can make the save button (beside the back, exit and cancel button) invisible or untouchable... i dont know the exact word in english... i just want, that the save button is always visible but only works when the user is able to make changes to fields (display/change mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its normal in sap that when your in display mode u cant save, but when youre in change mode u can save and that's exactly what i want &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im really bad in expressing myself&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but thx for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 13:11:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/toggle-savebutton-invisible-when-in-display-mode/m-p/3646334#M878131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T13:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: toggle savebutton invisible when in display mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/toggle-savebutton-invisible-when-in-display-mode/m-p/3646335#M878132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rafe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to create a new GUI (or menu) status using t-code SE41 - the Menu Painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open SE41 and enter the program's name and then use the dropdown on the STATUS box.  You will find the current GUI status that the program uses now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy that GUI status into a new one.  Open that new one in change mode in SE41 and remove the text above the SAVE icon.  Save and activate.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now return to the program's source code and locate the syntax SET PF-STATUS 'xxxx'   (xxxx is the current GUI status).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alter this syntax with an IF statement to toggle between Display mode and non--Display mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 13:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/toggle-savebutton-invisible-when-in-display-mode/m-p/3646335#M878132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T13:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: toggle savebutton invisible when in display mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/toggle-savebutton-invisible-when-in-display-mode/m-p/3646336#M878133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can hide the SAVE button using SET PF-STATUS statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ie,&lt;/P&gt;&lt;P&gt;SET PF-STATUS '9000' EXCLUDING 'SAVE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where SAVE is the FUNCTION code of SAVE button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 13:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/toggle-savebutton-invisible-when-in-display-mode/m-p/3646336#M878133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T13:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: toggle savebutton invisible when in display mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/toggle-savebutton-invisible-when-in-display-mode/m-p/3646337#M878134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 14:01:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/toggle-savebutton-invisible-when-in-display-mode/m-p/3646337#M878134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T14:01:45Z</dc:date>
    </item>
  </channel>
</rss>

