‎2008 Dec 23 6:36 AM
Hi,
Can anybody please help me in doing a clock program.
Thanks, Ahmed.
‎2008 Dec 23 6:40 AM
‎2008 Dec 23 6:59 AM
hi
use 'SAPGUI_PROGRESS_INDICATOR' Function module .
if you say u r requirement clearly it is helpful others for providing exact solution to you .
regards
chinnaiya
‎2008 Dec 23 10:37 AM
Hi,
I just want to display digital clock in a list or screen.
Thanks, Ahmed.
‎2008 Dec 23 10:48 AM
‎2008 Dec 23 7:11 AM
‎2008 Dec 23 8:30 AM
Dear Ahmed,
Try using the code below.
DATA d_time TYPE SY-UZEIT.
CALL FUNCTION 'F4_CLOCK'
EXPORTING
start_time = sy-uzeit
display = ' '
IMPORTING
selected_time = d_time.
In case you would like to display the time for a specific location, you can use the function modle - 'TZ_LOCATION_SYSTEMCLOCK' instead.
The system variable 'sy-timlo' contains the time for the user. You can use it directly in your program. Hope this solves your problem.
Regards,
Nimish
‎2008 Dec 23 11:07 AM
HI.
Check this link.
http://sap.blogs.techtarget.com/2006/09/22/sap-stops-clock-on-mysap-erp-2005/
Regards.
jay