Hi,
You need to put the code in the event (SELBI_EMPL_RESP) that is being called on POPUP close
it will look like:
lr_context_node = prodsearch_popup->get_context_node( iv_cnode_name = 'PRD' ).
lr_current = lr_context_node->collection_wrapper->get_current( ).
lr_cw = get_collection_wrapper( context node name).
lr_it = lr_cw->get_iterator( ).
lr_current = lr_it->get_by_index( iv_index = gv_index ).
lr_current->set_property( iv_attr_name = 'PRODUCT' iv_value = lr_product_guid->* ).