Hi All,
I am not getting the data after the popup is closed, the context node is Initial.
i am writing the below code :
'
bpsearch_employee_popup = comp_controller->window_manager->create_popup(
iv_interface_view_name = 'YSER_TEAM_EMP/EMPLOYEEBYTEAMWIN'
iv_usage_name = 'EMPLOYEEBYTEAM'
iv_title = lv_title ).
bpsearch_employee_popup->set_on_close_event( iv_view = me iv_event_name = 'SELEMP_RESP_EMP' ).
After this i am getting a popup generated and again the control returns back to the event 'SELEMP_RESP_EMP' .
Here in this event ia m writing the code :
lv_op
= bpsearch_employee_popup->get_fired_outbound_plug( ).
if lv_op = 'BACK_SEL'.
lr_context_node = bpsearch_employee_popup->get_context_node( iv_cnode_name = 'EMPLOYEERES' ).
endif.
Here the value of plug 'lv_op' is obtained but the value of 'lr_context_node' is blank.
Please suggest what else i have to do.
Regards,
Amrit