cancel
Showing results for 
Search instead for 
Did you mean: 

ESC close Popup-Window

Former Member
0 Kudos

Hi,

i have created a popup-window with

wd_comp_controller->window = lo_window_manager->create_window_for_cmp_usage(

interface_view_name = 'W_DEFAULT'

component_usage_name = 'XYZ'

  • title =

  • close_in_any_case = abap_true

message_display_mode = if_wd_window=>co_msg_display_mode_selected

).

wd_comp_controller->window->open( ).

Now I have the problem, that the window will be closed if I press ESC.

Is there a possibility to catch this event.

Regards,

Marcus

Accepted Solutions (1)

Accepted Solutions (1)

Yashpal
Active Contributor
0 Kudos

Hi ,

when u press Esc then the method WDDOONCLOSE of the window is called ..

Regards

Yash

Answers (0)