Hello Niketa,
You can perform the selection fields validation on the AT SELECTION-SCREEN Event.
AT SELECTION-SCREEN.
IF <Selection field name> IS INITIAL.
MESSAGE text-000 TYPE E. "Error message
ENDIF.
This will help to implement your current requirement.