Hi all,
Have the following (pseudo) code:
SELECT myfile~field1 FROM myfile INTO (w_field1) WHERE sy-datum between myfile~begda and myfile~endda
I get a syntax error that states that sy-datum is unknown.
Any ideas?
Thanks,
Luis Rodríguez