<?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: adding undo button on screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157606#M1194772</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;The following statement can be used to exclude or de activate a button on the application tool bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set pf-status 'NEW' exclude 'FCODE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where FCODE is the funciton code assigned to that particular button..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case can you be more specific about what "undo" you are referring to on the selection-screen, so that it can still be evaluated .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2009 09:00:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-16T09:00:21Z</dc:date>
    <item>
      <title>adding undo button on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157601#M1194767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am adding a undo button in the application toolbar of my screen,now after certain time when there is no action left to undo , this button should be de -activated so that the user cannot click it any further &lt;/P&gt;&lt;P&gt;How to make on screen modification of application toolbar buttons?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 08:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157601#M1194767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T08:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: adding undo button on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157602#M1194768</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;Use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; set pf-status 'XYZ' excluding 'UNDO' immediately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 08:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157602#M1194768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T08:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: adding undo button on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157603#M1194769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set pf-status 'GUI' excluding 'UNDOBUTTON' immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 08:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157603#M1194769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T08:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: adding undo button on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157604#M1194770</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;    Use SET PF-STATUS EXCLUDING command. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ibrahim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 08:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157604#M1194770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T08:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: adding undo button on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157605#M1194771</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;you should use a pf status and assign all the work that needs to be done to it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after all work is done you can give command like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set pf-status 'STATUS' excluding 'UNDO' immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here UNDO is assigned function code to the button and STATUS is pf status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 08:59:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157605#M1194771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T08:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: adding undo button on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157606#M1194772</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;The following statement can be used to exclude or de activate a button on the application tool bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set pf-status 'NEW' exclude 'FCODE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where FCODE is the funciton code assigned to that particular button..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case can you be more specific about what "undo" you are referring to on the selection-screen, so that it can still be evaluated .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 09:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157606#M1194772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T09:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: adding undo button on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157607#M1194773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried it but it is getting completely removed... I only want to de-activate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 09:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157607#M1194773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T09:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: adding undo button on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157608#M1194774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS EXCLUDING 'UNDO' IMMEDIATELY. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 09:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157608#M1194774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T09:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: adding undo button on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157609#M1194775</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;/P&gt;&lt;P&gt;for deactivation of Push button ---&amp;gt; u have to do like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Se41---&amp;gt;Give program name + pf status -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt;menu item &lt;DEL&gt;-&amp;gt;GOTO&lt;/DEL&gt;&lt;DEL&gt;&amp;gt;Attributes&lt;/DEL&gt;--&amp;gt;Push Button Asssignments ---&amp;gt;click .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where u will get options like ---&amp;gt;display all , hide all , or selected Functions.&lt;/P&gt;&lt;P&gt;but for u wat u can do is --&amp;gt; anyhow after sometime u are going to refresh the screen , that time u need to all another pf-status which will have deactivated push button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 10:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-undo-button-on-screen/m-p/5157609#M1194775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T10:15:51Z</dc:date>
    </item>
  </channel>
</rss>

