Application Development 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: 

graphical clock

Former Member
0 Kudos
101

hi all,

could any body tell me how to display the clock, showing the hr hand, minute and second hand moving .

regards

reena

1 ACCEPTED SOLUTION

Former Member
0 Kudos
73

chk this DEMO program RSDEMO01

4 REPLIES 4

Former Member
0 Kudos
73

Hi

I have tried this out. But I think using Dialog programming it's possible.

Refer to the following links for help.

<b>http://help.sap.com/saphelp_47x200/helpdata/en/52/670ba2439b11d1896f0000e8322d00/frameset.htm</b>

<u>Sample programs</u>

<b>http://help.sap.com/saphelp_47x200/helpdata/en/52/6709bb439b11d1896f0000e8322d00/frameset.htm</b>

<b>http://help.sap.com/saphelp_47x200/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm</b>

Hope this will help.

Please reward full points, incase it suits your requirement.

Regards

- Atul

Former Member
0 Kudos
73

Hi reena,

1. I don't think its directly possible.

2. The reason is graphical tools like Line, Circle etc.

are not directly supported.

regards,

amit m.

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
73

You want to use the function module SAPGUI_PROGRESS_INDICATOR. By using the "Percentage" parameter, it will display the clock.

Regards,

Rich Heilman

Former Member
0 Kudos
74

chk this DEMO program RSDEMO01