cancel
Showing results for 
Search instead for 
Did you mean: 

Create a count down timer in web dynpro ABAP

0 Kudos

Hi ,

I need to create a timer of Questionnaire in web dynpro ABAP, ECC version 6.0 .

Iframe/HTMLISLAND UI elements are  not available in this version .

Please suggest if there is any other way to achieve this .

Thanks,

Suchi.

Accepted Solutions (1)

Accepted Solutions (1)

former_member197475
Active Contributor
0 Kudos

Hi Sucharita,

You can achieve your need by using Time Trigger UI element.

Add the UI element which should hold the attribute of type 'I' and bind it to the 'Delay' property of your UI element. You can handle your logic in onAction event of your UI element.

Try it out.

TimedTrigger - Web Dynpro for ABAP - SAP Library

BR,

RAM.

0 Kudos

Hi Ram,

I have used the time trigger UI element for time out message .

But I need a clock running on top which will show the time dynamically.

Thanks,

Suchi.

former_member197475
Active Contributor
0 Kudos

Hi Sucharita,

In that case, I don't think using clock in WDA would be wise.

Better you should go ahead for HTML optimization of Iframe only.

BR,

RAM.

Answers (0)