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

sy-datum in sapscript

Former Member
0 Likes
1,102

what is sy-datum in sapscript

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
688

Hi Rani,

You can use this system symbol <b>DATE</b>.

Also you can control the date field format using

<b>SET DATE MASK</b>.

/:  SET DATE MASK = 'DD.MMMM.YYYY'.

Hope this will help.

Regards,

Ferry Lianto

2 REPLIES 2
Read only

Former Member
0 Likes
689

Hi Rani,

You can use this system symbol <b>DATE</b>.

Also you can control the date field format using

<b>SET DATE MASK</b>.

/:  SET DATE MASK = 'DD.MMMM.YYYY'.

Hope this will help.

Regards,

Ferry Lianto

Read only

former_member186741
Active Contributor
0 Likes
688

I think you can just wrap &'s round it and refer to it directly:

&sy-datum&