Hi Colleagues,
Here in our requirement we have two Webdynpro applications
From the rist webdynpro application, i am calling second webdynpro application using
IWDWindow window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(urlToTargetApp);
window.show();
And the second application contains a Close button
Could any one pplease let me know how can i close this second window (in my second webdynpro application)
Manythanks & Regards
Swetha