Skip to Content
0
Former Member
Feb 17, 2009 at 08:27 AM

Disabling 'UPDATE' Pushbutton in VA01 based on Order Types

120 Views

Hi,

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?

I kept the code like this. For which table i have to check for Order Type?

if sy-tcode = 'VA01'.

if screen-name = 'BT_KONY'.

screen-input = 0.

endif.

endif.