cancel
Showing results for 
Search instead for 
Did you mean: 

Add current date at the bottom of the paper when printing

Former Member
0 Kudos

Hi Expert,

Is it possible to add current date and time at the bottom of the paper when printing the ABAP report in R/3?

Thanks a lot,

WF

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

Use the Event....

END-OF-PAGE

At the this event write sy-datum and sy-uzeit.

it will give u the current application server date and time.

It will work.

Former Member
0 Kudos

Yes, using the event END-OF-PAGE ...

You can use the system variables &SFSY-DATE& and &SFSY-TIME& to display the Date and time respctively in SMARTFORMS.

If its SAP Scripts, use &DATE& and &TIME& to get the current date and time displayed. Refer

http://help.sap.com/saphelp_40b/helpdata/pt/f4/b4a0b3453611d189710000e8322d00/content.htm

Edited by: JaisonMathai on Jan 27, 2010 10:35 AM

Former Member
0 Kudos

yes,

It is possible.

Use the Event....

END-OF-PAGE

It will work.

Regards

Arbind