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?