Skip to Content
0
Jul 18, 2008 at 07:08 AM

low n High

28 Views

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???