Skip to Content
0
Former Member
Dec 07, 2006 at 02:57 PM

How to select data from a table using a date field in the where condition?

4294 Views

How to select data from a table using a date field in the where condition?

For eg:

data itab like equk occurs 0 with header line.

select * from equk into table itab where werks = 'C001'

and bdatu = '31129999'.

thanks.