cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro ABAP- Refresh Parent window on close of Popup window

Former Member
0 Kudos

Hi Experts,

I have created a web dynpro ABAP application which contains an overview table with document status.

When user clicks on a record in this table, an popup window is opened up.

When user chooses to close the popup window, I want to refresh the table in the parent window.

Is it possible to achieve this?

If yes , how?


Thanks for your help.


Best Regards,

Joanna

Accepted Solutions (1)

Accepted Solutions (1)

amy_king
Active Contributor
0 Kudos

Hi Joanna,

Assuming the table is bound to a context node, when you close the popup, you can call the INVALIDATE method of IF_WD_CONTEXT_NODE. This will cause the node to be re-initialized, and the node's supply function will be called again.

Cheers,

Amy

Former Member
0 Kudos

Amy,

Yeah, I did something very silimar to that.  Basically in the WDDOEXIT method of the popup window, I read the search criteria context again, and bind the result to the result context.  It works well too.

Thank you very much for your quick response.

Joanna

Answers (0)