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

Re: BSP handler close button (X) in window

$
0
0

Hi,

 

Create the POPUP event in the first view (from which view popup is raised same view you need to created popup close event ).

 

means from view1 you are calling view2 as popup you need to create event in view1 for close event.

 

If you want close the popup using button from popup then you need to create outbound plug in window of the popup view and call that outbound plug in the event of the button.

 

 

 

  DATA:lr_window TYPE REF TO ZL_class."class of window

  lr_window ?= me->view_manager->get_window_controller( ).

  lr_window->call_outbound_plug( iv_outbound_plug = 'CANCEL' ).

 

Create cancel outbound plug in window

 

call statndard cancel method

 

METHOD op_cancel.

  fire_outbound_plug( 'CANCEL' ).

ENDMETHOD.

 

 

 

Regards,

Deepika.


Viewing all articles
Browse latest Browse all 7775

Trending Articles



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