Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to use system variables in open sql

former_member450822
Participant
2,478

Hello All,

I have to use system variable in select query

e.g

select sy-datum as date ......

regards,

Sri

1 ACCEPTED SOLUTION
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
734

select @sy-datum as date ......

1 REPLY 1
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
735

select @sy-datum as date ......