cancel
Showing results for 
Search instead for 
Did you mean: 

Popup Window data to putback to parent component

Former Member
0 Kudos

Hi Experts,  I'm trying to figure out how when the "select records from popup result list", in the window that has popped up from clicking on a link in the original window, to get it to close the popped up window and send the results of the form submit to the parent assignment block AccountContactsOV..  BP_DATA/AccountContactsOV parent window BP_CONT_SEARCH/SearchHelpResult  (Popup result window.  How to achive this ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

You can do gr_popup->get_context_node( iv_node_name = X ) in the popup-close-event.

Best regards,

Thomas Wagner

Former Member
0 Kudos

Thanks Thomas. Solution really worked for me.

Answers (0)