cancel
Showing results for 
Search instead for 
Did you mean: 

printing date on the form

Former Member
0 Kudos

Hi all,

How to print the date of printing on the form.

Thanks & regards,

Mahesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

use sy-datum

u can use set date mask for formattimg

Answers (3)

Answers (3)

former_member196280
Active Contributor
0 Kudos

&DATE&

If you want to display in your own specified format, do it like this

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

OR

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

OR your own format...

Regards,

SaiRam

Former Member
0 Kudos

for sapscript

use sy-datum

for smartforms.

under field list in systems - &sfsy-date&.

Regards,

Mallick

Former Member
0 Kudos

Hi,

take the sy-datum and print it

if you want to reprint the form from the spool

then also it will show the date on which you have first executed..

regards,

Venkatesh