
Interface IIF_WD_WINDOW_MANAGER you can create various Windows and popups.
It is not yet possible to change the size or position of a dialog box in the program code.
The following methods therefore do not have any effect:
IF_WD_WINDOW~SET_WINDOW_POSITION
IF_WD_WINDOW~SET_WINDOW_POSITION_CONTROL
IF_WD_WINDOW~SET_WINDOW_SIZE
Aside from this, the following parameters of the IF_WD_WINDOW_MANAGER~CREATE_POPUP_TO_CONFIRM method also do not have any effect:
WINDOW_LEFT_POSITION
WINDOW_TOP_POSITION
WINDOW_POSITION
WINDOW_WIDTH
WINDOW_HEIGHT
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 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.
Heed the warning above for a few of this method's parameters too.
For more information about the methods of this interfaces see the method documentation stored in the system for the individual methods.