cancel
Showing results for 
Search instead for 
Did you mean: 

How to refresh a table automatically after an action

Former Member
0 Kudos

Hi experts,

I have a table and while the screen was being loaded, I filled my context with WDDOINIT Method but my table did not refresh automatically.I wanna my table refresh itself automatically.

So,I wanna know how to refresh a table automatically when I do an action or how I can call again WDDOINIT method from ONACTIONXXX.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I solved my problem by myself.

Former Member
0 Kudos

I solved my problem by myself, If you need to refresh automatically any element, you can define one outbound and one inbound plug in the same view.Then you should link between two plugs with chain and when you trigger an action you'd better call outbound plug.Of course, however you have to bind your data again in HANDLETO_XXX method.

Former Member
0 Kudos

Hi Mehmet.

You do not need to do it by navigation. In the action that triggers the navigation

now, you just could perform the reselection or what ever and do the binding

directly.

Cheers,

Sascha

Former Member
0 Kudos

Hi Mehmet,

To refresh the data of your table you need to bind the data again in the OnAction method and as far as WDDOINIT method is concerned then you cannot call it on your own it is called only at the time of View creation and is executed only once in the life time of view.

Regards,

Anoop