Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CLOCK

Former Member
0 Likes
830

Hi,

I need to develop a clock. Either digital or analogue. Pl tell me how do I do that??

Thanks,

Arun Krishna.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
777

Hello

You need to write a programm.

6 REPLIES 6
Read only

Former Member
0 Likes
778

Hello

You need to write a programm.

Read only

0 Likes
777

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

Read only

Former Member
0 Likes
777

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.

Read only

Former Member
0 Likes
777

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...

Read only

0 Likes
777

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.

Read only

ThomasZloch
Active Contributor
0 Likes
777

Duplicate post, locked.

Thomas