Skip to Content
0
Dec 01, 2006 at 11:49 AM

How to get Correct curent time and date

409 Views

Hi,

I would like to know whether system keeps updating SY-UZEIT each second or it contains the time value when the program was started.

Suppose a program starts at 12:00:00 time and takes 10 sec to finish. Will I get same value of SY-UZEIT or will i get 12:00:10 as value of sy-uzeit just before completetion of program?

If the time is not updated each second, how can I get the correct time?