Hi Luis,
I made hyper link in the P-getter and also Same rv_value i created event handler for that same event only i implemented below code
IF lv_popup IS NOT BOUND.
lv_popup = me->comp_controller->window_manager->create_popup(
iv_interface_view_name = 'ConfigurationOV'
iv_usage_name = 'ZCU_BTCONFIG '
iv_title = 'Popup' ).
lv_popup->set_window_width( iv_width = 600 ).
ENDIF.
lv_popup->open( iv_inbound_plug = 'ZINBOUND'
iv_collection = lv_data_collection ).