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.