cancel
Showing results for 
Search instead for 
Did you mean: 

Open a view in a new window

Former Member
0 Kudos

Is it possible to open a view (or a Web Dynpro Window) (from another one, both under the same controller) in a new browser window? If it is, how to do it? If it isn't, how can I accomplish my target, Openning a Web Dynpro Window (View) in a new browser window?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

But I want to open the browser window using a Web Dynpro view as source, not an external URL, can I do this? If yes, what to pass as the URL string of the createexternalwindow method?

Former Member
0 Kudos

Rodrigo,

There are actually only 2 options:

-- external browser window via URL (separate WD application is started)

-- internal (non-movable non-resizable) modal window inside main application window.

Valery Silaev

SaM Solutions

http://www.sam-solutions.net

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

you need to use the ".createexternalwindow" option to create a new window ( you must place a view for that window seperately)

hope this helps