Hi,
I have a select options as below
SELECT-OPTIONS : s_date FOR ekbe-cpudt NO INTERVALS
OBLIGATORY DEFAULT sy-datum.
now when i enter three dates in the selection screen, the values are shown below for S_DATE.
SIGN OPTION LOW HIGH
I |EQ |20110606|00000000
I |EQ |20110607|00000000
I |EQ |20110608|00000000
Now in my Select Query I mention for eg ..
Select Ebeln
ebelp
from ekbe
into itab
where cpudt in s_date
But the select query fetches only the records for teh first date i.e. 20110606 and not for the other two dates..
Kindly advice...
Regards