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

graphical clock

Former Member
0 Likes
535

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
Read only

Former Member
0 Likes
507

chk this DEMO program RSDEMO01

4 REPLIES 4
Read only

Former Member
0 Likes
507

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

Read only

Former Member
0 Likes
507

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.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
507

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

Regards,

Rich Heilman

Read only

Former Member
0 Likes
508

chk this DEMO program RSDEMO01