cancel
Showing results for 
Search instead for 
Did you mean: 

progress bar indicator

Former Member
0 Kudos

Hi!

please let me know how do i write the code for displaying progress using progress bar indicator.

the scenario is:

i have two input fields,

an alv grid and

a progressindicator....

now when i enter the values in the input field, i want the progress bar to show me the progress till 100% and then displays the data in the alv grid.

also tell me wether to set any properties for progress bar also.

Thanks & Regards,

Ritwik.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ritwik,

Programming a progress bar indicator is very simple.

you just need to include the UI element progress indicator in the layout and bind it with a attribute of the context having type i.

Now what i could understand is you want to update this progress bar with positive value on input.

So for that you need to update the progress indicator's binded attribute on the WDDOMODOFY method and also need to trigger a event so that the control goes to modify view to update your progress indicator.

Hope you find this helpful.

Regards,

Kinshuk

Former Member
0 Kudos

Hi,

i followed the steps but WDDOMODIFYVIEW method cant be called from an action.

how do i trigger this method then

Thanks & Regards,

Ritwik.

Former Member
0 Kudos

Hi Ritwik,

If you have an action to perform to fill the alv then WDDOMODIFY is not required else you can just write the code in WDDOMODIFY and it gets called automatically everytime an event is triggered.

Hope this helps.

Regards,

kinshuk

PS: Reward points if you find the post helpful