cancel
Showing results for 
Search instead for 
Did you mean: 

Close a pop up window in Webdynpro abap without button click?

Former Member
0 Kudos

Hi all

My scenario is if pop up is generated when user clicks anywhere other than pop up window area is it possible to close the pop up.

Is it possible in webdynpro abap?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks all

rub_alfonso
Explorer
0 Kudos

HI X MAstree,

I agree with

I think that there is no way to do what you want. You should interact with the POP_UP.

Regards !!

Former Member
0 Kudos

Hi X Mastree,

       I dont think this is possible  WDA. In WDA you have some fixed set of events to trigger & handle.

You  can use the associated hook method WDDOONOPEN and WDDOONCLOSE to implement some of your logic.

But certainly if you click on the grey  area there is no action handler to catch it.

Regards,

Monishankar Chatterjee