cancel
Showing results for 
Search instead for 
Did you mean: 

timer or stop watch

former_member196023
Active Participant
0 Kudos

Hi,

Can anyone tell me how to have functionality of timer or stop watch in WebDynpro ABAP application?

Let me elaborate more.

By cliking on a button timer will start counting time and by pressing button will stop counting. So finally elapsed time will be my required value.

How can I achieve this?

Message was edited by: Haresh Khandal

Haresh Khandal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is on UI element in Standard UI elements group in WD ABAP called TimedTrigger .

UI element TimedTrigger automatically and periodically triggers an event with a specified delay. TimedTrigger is not displayed on the user interface. It therefore ignores the tooltip and the visibility property. However, in specific layouts such as the matrix layout, it does take up space. To trigger an action, you must bind the onAction property to an action. You use the delay property to specify the delay in seconds.

Please see component WDR_TEST_EVENT in that you can see demo of timmedTrigger .

Cheers

Parag

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

see the <a href="http://help.sap.com/saphelp_nw70/helpdata/en/da/a6884121a41c09e10000000a155106/frameset.htm">documentation</a>

Regards, Heidi