sy-datum in database view?

Question:
How to get data from database table for date field = current system date?
Thanks!
Answer:
Not sure what your question is. You seem to know what SY-DATUM is and you must have a table in mind, so do you not know how to use OPEN SQL and the WHERE clause? Be more specific please.
Answer:
I have big table with two fields of dates ...
It is necessary to receive each day sample of the data for the current date (DAT1<=sy-datum<=DAT2)
I want to work with the available data and to not do each time SELECT WHERE...
Answer:
can u elaborate the question plz ?
Catman .
Answer:

ORACLE VIEW:~
create view ..... where dat1 <= sysdate and ... - WORKS!
ABAP DICTIONARY VIEW: how to ???

More Articles:

User creation / change via BAPI in CUA scenario?
msg types?
Relationship between MARD & MSKU?
Creating Condition Records with IDOC COND_A?
question for :BAPI_SALESORDER_CHANGE?
Restriction on Display or records?