Hi friends,
I have a WD and on a button i m calling another webdynpr ona other browser.
I used --
cl_wd_utilities=>construct_wd_url(
EXPORTING
application_name = 'ZWDA4_TEST'
IMPORTING
out_absolute_url = url ).
lo_api_component = wd_comp_controller->wd_get_api( ).
lo_window_manager = lo_api_component->get_window_manager( ).
lo_window = lo_window_manager->create_external_window(
url = url
lo_window->open( ).
But on Webdynpro2, i have a button, once this button is clicked i want to close this window..
can someone tell me how to code to close an existing window.. code pls..
thanks in advance,
Niraja