Start of Content Area

IF_WD_WINDOW_MANAGER  Locate the document in its SAP Library structure

Interface IF_WD_WINDOW_MANAGER you can create various Windows and popups.

Note

For more information about the methods of this interfaces see the method  documentation stored in the system for the individual methods.

Methods

CREATE_EXTERNAL_WINDOW

Method to create an external browser window. Calls in the external browser window are not possible if the application is running in the portal.

Note

Note that the MODAL parameter is obsolete, as there are no modal external windows in Web Dynpro.

The TITLE parameter is currently not supported.

CREATE_WINDOW

Method to create a modal popup.

CREATE_WINDOW_FOR_CMP_USAGE

Method to display an interface view of a used component as a popup.

CREATE_POPUP_TO_CONFIRM

Method to create a popup for a confirmation dialog.

 

End of Content Area