cancel
Showing results for 
Search instead for 
Did you mean: 

Progress Indicator

Former Member
0 Kudos

Hi Experts,

I have created UI Element 'Progress Indicator' in my application.

I binded the 'Percent Value' property of Progress Indicator with a Context Attribute.

Now, by chaging its value dynamically, this dynamic value I want to see on the 'Progress Indicator.

For that, I need to refresh the View dynamically to display the changed value on 'Progress Indicator'.

I think, for the we need to refresh the screen without pressing any button.

How to Achieve this scenario?

Thanks in advance,

Sreenivas Reddy.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Thomas, My purpose is solved.

Former Member
0 Kudos

Hi Sreenivas,

Can you share how did you resolve this?

Thanks

Mohan

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Generally people use the TimedTrigger UI element to trigger an event to update the status at certain timed intervals:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/da/a6884121a41c09e10000000a155106/frameset.htm

In the upcomming 7.02 release level we have new functionality called Web Dynpro Notification Service. With this approach you can in effect push the status updates from the backend when the long running process hits certain thresholds and avoid the timed polling from the frontend and the full Web Dynpro Phase Model run on each event timing.