cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh View on close Popup Window

Former Member
0 Kudos

Hi,

I am very new to Web Dynpro so this may quite a simple question, I have searched the forum and havent found a solution.

I have a view with a method which opens a popup window, this window has an Event Handler method which closes the window. I need the original view to be refreshed. What is the best way to achieve this?

Thanks,

Sam

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks. I created a event handler method in the first view and fired an event from the popup window.

Former Member
0 Kudos

Hello Sam,

I would suggest you to use "WDDOONCLOSE" method of the pop up window and you could fire an event in this method and you could define an event handler in the view which needs to be refreshed.

Regards

Anurag Chopra

0 Kudos

hi,

What do you want to refresh in the original view?

if you want to transfer some data between the two windows you ca use/bind

contexte node

methode on_close_popup :

*before closing window

set the value of contexte node/attribute .

end method

Edited by: bal mahmoudou on Aug 11, 2010 1:29 PM