I have selection screen with SELECT-OPTION let say the name is selection_kunnr
and I want to know if user filled that selection area or not
Note: this selection_kunnr
is not a mandatory field. How can I deal with it?
I have tried so far
if selection_kunnr is not initial.
"do some action here
endif.
but I think it doesn't work at all.
Any suggestions?