disabling the standard screen field

Hi experts,
I want to greyed out the screen field in some of the standard TCODE, what is the best way or other ways to find the specific screen field with code screen-input = 1 , etc. and possible to enhance ?

what I always do is putting /H -> create breakpoint -> add  LOOP AT SCREEN in ABAP commands -> check if implicit enhancement is possible so I can change it to screen-input = 0

Scroll to Top