Menu

SAP Function Module CY_CENTER_WINDOW

Determines the coordinates of a popup

The Function Module CY_CENTER_WINDOW (Determines the coordinates of a popup) is a standard Function Module in SAP ERP and is part of the function group CYCP within the package CY.

Technical Information

Function Module CY_CENTER_WINDOW
Short Text Determines the coordinates of a popup
Function Group CYCP
Package CY
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DYNPRO_HEIGHT TYPE I Height of the pop-up screen in rows
DYNPRO_WIDTH TYPE I Width of the pop-up screen in columns
SCREEN_HEIGHT LIKE SY-SROWS SY-SROWS Current height of the screen (SY-SROWS)
SCREEN_WIDTH LIKE SY-SCOLS SY-SCOLS Current width of the screen (SY-SCOLS)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
WINX1 TYPE I
WINX2 TYPE I
WINY1 TYPE I
WINY2 TYPE I

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.