<?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 Disable button programmatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-button-programmatically/m-p/10738143#M1874716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to disable the "Reject document" button from the header of the sales orders (tx-va02). I need to disable it programaticaly (user exit, ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ricard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Nov 2014 16:00:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-11-17T16:00:57Z</dc:date>
    <item>
      <title>Disable button programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-button-programmatically/m-p/10738143#M1874716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to disable the "Reject document" button from the header of the sales orders (tx-va02). I need to disable it programaticaly (user exit, ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ricard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 16:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-button-programmatically/m-p/10738143#M1874716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-17T16:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Disable button programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-button-programmatically/m-p/10738144#M1874717</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;Solutions maybe &lt;SPAN style="color: #333333; font-size: 12px;"&gt;MV45AFZZ&amp;nbsp; user-exit or explicit enhancement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it. Hope to help.&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 16:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-button-programmatically/m-p/10738144#M1874717</guid>
      <dc:creator>roberto_vacca2</dc:creator>
      <dc:date>2014-11-17T16:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disable button programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-button-programmatically/m-p/10738145#M1874718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to use&amp;nbsp; tcode&amp;nbsp; SHD0 to disable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 03:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-button-programmatically/m-p/10738145#M1874718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-18T03:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Disable button programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-button-programmatically/m-p/10738146#M1874719</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;I tried with MV45AFZZ but i can't "catch" the button to disable it. On the other hand, shd0 does not work, button still appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ricard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 11:34:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-button-programmatically/m-p/10738146#M1874719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-20T11:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Disable button programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-button-programmatically/m-p/10738147#M1874720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to disable phisically the button, you can disable it only from the PBO of your screen. For this kind of purpose you should use an implicit enhancement but that's not a good solution in time. You should catch the sy-ucomm from MV45AFZZ or from the BADI, at user-command and stop user action.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 14:47:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-button-programmatically/m-p/10738147#M1874720</guid>
      <dc:creator>roberto_vacca2</dc:creator>
      <dc:date>2014-11-21T14:47:25Z</dc:date>
    </item>
  </channel>
</rss>

