Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: Click on Hyperlink Standard Component view Open as a Popup window

$
0
0

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 ).


Viewing all articles
Browse latest Browse all 7775

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>