cancel
Showing results for 
Search instead for 
Did you mean: 

External pop up window

Former Member
0 Kudos

Hello Experts,

Is it possible to destroy instance or close the externally opened window (new browser) from the parent window??

Regards

Senon

Accepted Solutions (1)

Accepted Solutions (1)

gill367
Active Contributor
0 Kudos

It is not feasible in web dynpro

Thanks

Sarbjeet Singh

Answers (4)

Answers (4)

Former Member
0 Kudos

If you are talking about closing external windows ... then yes. You can acheive this by a simple work around. On the event handler for close or view's doexit method, you can fire a plug to a new view with just one iframe. Put in a html page with javascript to close the window.

Former Member
0 Kudos

Hi,

It is possible, if you maintain its instance as a global variable/context, then it is possible. You can close as and when required.

Regards!

Sheik

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

closing the browser window is not supported in Web Dynpro Java in NW04 (640) and NW04s (700). This functionality is available in higher releases (as of CE the feature is provided via an exit plug with the special boolean parameter "closeWindow").

On 640/700 this is not possible, as you cannot create an exit plug for the window itself, only for the webdynpro view. As of CE, you can use a boolean exit plug "closeWindow" for the window itself. It is a hardcoded parameter, you must pay attention to define the name of the parameter case sensitive as above.

Best Regards,

Ervin

Former Member
0 Kudos

Hi,

Check this thread .

Regards,

Trilochan