Hi,
I have done my fetch as follows in program:
SELECT objectclas objectid changenr udate utime FROM cdhdr
INTO TABLE t_cdhdr FOR ALL ENTRIES IN t_test
WHERE objectclas = c_material
AND udate = w_date
AND utime = w_time.
But I want to give the udate condition as follows:
low value for udate = w_date
high value for udate = sy-datum
Can you plz tell me how to do???