<?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: Disabling 'UPDATE' Pushbutton  in VA01 based on Order Types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-update-pushbutton-in-va01-based-on-order-types/m-p/5229501#M1208941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If u want to Disable the Update button.. Check the Tcode as u did.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then check the Order type (Sales Order type Field AUART) .. Keep in mind that don't try to Hard code the order types... in future this might be a problem if u hard code inthe program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggession is try to create a Z TABLE input the order types in the ZTABLE.. now u can validate the order types.. based on these type u can enable or diable the button...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this might help u...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2009 08:53:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-17T08:53:50Z</dc:date>
    <item>
      <title>Disabling 'UPDATE' Pushbutton  in VA01 based on Order Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-update-pushbutton-in-va01-based-on-order-types/m-p/5229499#M1208939</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  deactivated 'UPDATE' Pushbutton  in VA01  by using the routine LV69AFZZ. But i want to deactivate it only for certain Order Types. Please suggest how can i do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I kept the code like this. For which table i have to check for Order Type?&lt;/P&gt;&lt;P&gt;if sy-tcode = 'VA01'.&lt;/P&gt;&lt;P&gt;if screen-name = 'BT_KONY'.&lt;/P&gt;&lt;P&gt;screen-input = 0.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 08:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-update-pushbutton-in-va01-based-on-order-types/m-p/5229499#M1208939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T08:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling 'UPDATE' Pushbutton  in VA01 based on Order Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-update-pushbutton-in-va01-based-on-order-types/m-p/5229500#M1208940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer table &lt;STRONG&gt;VBAK&lt;/STRONG&gt; to get the Sales Document Type.&lt;/P&gt;&lt;P&gt;Field is &lt;STRONG&gt;AUART(&lt;/STRONG&gt;Sales Document Type).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 08:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-update-pushbutton-in-va01-based-on-order-types/m-p/5229500#M1208940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T08:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling 'UPDATE' Pushbutton  in VA01 based on Order Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-update-pushbutton-in-va01-based-on-order-types/m-p/5229501#M1208941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If u want to Disable the Update button.. Check the Tcode as u did.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then check the Order type (Sales Order type Field AUART) .. Keep in mind that don't try to Hard code the order types... in future this might be a problem if u hard code inthe program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggession is try to create a Z TABLE input the order types in the ZTABLE.. now u can validate the order types.. based on these type u can enable or diable the button...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this might help u...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 08:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-update-pushbutton-in-va01-based-on-order-types/m-p/5229501#M1208941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T08:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling 'UPDATE' Pushbutton  in VA01 based on Order Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-update-pushbutton-in-va01-based-on-order-types/m-p/5229502#M1208942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. When i kept the break-point in LV69AFZZ and debugging,when i check for VBAK and  XVBAK tables  it's showing invalid variable in the debugger. In which table the 'Order Type'  gets populated in this routine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 09:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-update-pushbutton-in-va01-based-on-order-types/m-p/5229502#M1208942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T09:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling 'UPDATE' Pushbutton  in VA01 based on Order Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-update-pushbutton-in-va01-based-on-order-types/m-p/5229503#M1208943</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;Try checking the value of &lt;STRONG&gt;VBAK-AUART&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;It should contain the value of Sales Document Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 11:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-update-pushbutton-in-va01-based-on-order-types/m-p/5229503#M1208943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T11:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling 'UPDATE' Pushbutton  in VA01 based on Order Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-update-pushbutton-in-va01-based-on-order-types/m-p/5229504#M1208944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 11:34:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-update-pushbutton-in-va01-based-on-order-types/m-p/5229504#M1208944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T11:34:16Z</dc:date>
    </item>
  </channel>
</rss>

