Hi Rinaz,
If user inputs any pattern in select option we generally use not equal to 'CP'.
In you case pattern/ '*' is getting used with value so you can check Low value by using CS or CA .
for Ex.
Loop at s_prof.
if s_prof-low CS '*'.
*Error message
ENDIF.
endloop.
Thanks
Deependra