‎2010 Jun 28 1:09 PM
Hi,
I need to develop a clock. Either digital or analogue. Pl tell me how do I do that??
Thanks,
Arun Krishna.
‎2010 Jun 28 1:11 PM
‎2010 Jun 28 1:11 PM
‎2010 Jun 28 1:44 PM
Hi,
can u please give me a sample program, so that I can get an idea abt countdown timer & clock development.
Thanks,
Arun Krishna.G
‎2010 Jun 28 1:16 PM
Hi,
You can use functiona module 'F4_CLOCK' to display time digitally.
Data: d_time like sy-uzeit.
CALL FUNCTION 'F4_CLOCK'
EXPORTING
START_TIME = SY-UZEIT
DISPLAY = ' '
IMPORTING
SELECTED_TIME = d_time.
Hope its useful to you.
Regards,
Mansi.
‎2010 Jun 28 1:23 PM
Why? User needs to watch the clock? For lunch or ?? Seriously, the user has a clock...double-click on the date in the Windows toolbar...
‎2010 Jun 28 1:31 PM
hi,
Infact I am developing a count down timer, so I dont know how to proceed, so I want detains of clock.
thanks,
Arun krishna.
‎2010 Jun 28 3:26 PM