You can provide the logic here in the at selection-screen event. But just give an error message and dont call the screen again.
AT SELECTION-SCREEN.
If field IS INITIAL.
Message e001.
endif.
Or as suggested, just make the field obligatory.
parameter field LIKE ztab-field OBLIGATORY.