cancel
Showing results for 
Search instead for 
Did you mean: 

Calling init method in another method/ Refresh button

Former Member
0 Kudos

Hi,

iam using webdesign ALV table for my development.

i have 2 issues.

1. i have a button called view. Is it possible to call init method inside my view so that everytime when the user clicks view button my init method also executes. Both method are in same view.

2. is it possible to add a refresh button in screen so that it avoids user to press F5.

Thanks

dhinesh.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

1. In webdynpro , you cannot call the hook methods like (wddoint,wddomodify etc). I would advice you to create your own method like do_initialize . call this method from where ever you want.

2.I guess its possible to add new button, but however you cannot forbid the user to use f5.