‎2008 May 09 12:07 PM
hi,
i need to display time in my report or in a screen field.
how can i display the current time of presentation server?
as long as i am using the screen or report the time must be displayed and also the time must change.
what should i do to change the time.
can any one please help me?
paul.
‎2008 May 09 12:10 PM
U can get the time from sy-uzeit.
write 😕 sy-uzeit.
U can use the below ... to change the time ..
wait up to 1 seconds.
and write ...
write 😕 sy-uzeit.
‎2008 May 09 12:16 PM
hi,
but i need the same time to be changed dynamically.
cant we import it from our system so that it gets changed as long as we are viewing the report or list.
paul.
‎2008 May 09 12:20 PM
I don't think it's possible to refresh the list .. and get time ..
‎2008 May 09 12:10 PM
‎2008 May 09 12:21 PM
‎2008 May 09 12:28 PM
Hi,
You can use system variables sy-datlo (Local Date for Current User) and sy-timlo ( Local Time of Current User ).
You can also use GET TIME statement.
Regards,
Fernando
‎2008 May 09 12:32 PM
bt the time is static.
how can i make it changing.
after each second it should get updated.
as long as the user is viewing the report the
time must get updated.
‎2008 May 09 12:51 PM
Hi,
what I can understand is that You need an auto-refreshing of your output. ie You need a time implemented in your code :
look at this code in this link:
http://www.sapdevelopment.co.uk/reporting/rep_autorefresh.htm