Sorry -- I just remembered you are using a Select-Options.
at selection-screen output.
loop at screen.
if screen-name = 'P_MATNR-LOW' or
screen-name = 'P_MATNR-HIGH'.
screen-input = '0'.
modify screen.
endif.
endloop.