I am new in ABAP
I would like to do something like this.
SELECT sy-datum - field INTO... FROM ...
But I receive the following error ...
Unknown column name sy-datum. not determined until runtime.
How can i solve this?
Thanx