Skip to Content
0
Former Member
Nov 22, 2005 at 05:38 PM

Substract field and Sy-datum in select clause

911 Views

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