SELECT-OPTIONS DATE FOR SY-DATUM DEFAULT SY-DATUM.
SELECT *
FROM BUT000
WHERE BUT000~CRDAT ????? Date.
If CRDAT is in the interval given as parameter/select-option it should be shown in the SELECT. What should I write?