SAP ABAP Function Module CY_CENTER_WINDOW (Determines the coordinates of a popup)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
CY (Package) R/3 Application development: Capacity Planning
⤷
⤷
⤷
Basic Data
| Function Module | CY_CENTER_WINDOW | Determines the coordinates of a popup |
| Function Group | CYCP | Capacity planning - general functions |
| Program Name | SAPLCYCP | Include LCYIBFI1 |
| INCLUDE Name | LCYCPU03 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
WINX1 | TYPE | I | Left x-coordinate of the pop-up screen (STARTING) | |||
| |
WINX2 | TYPE | I | Right x-coordinate of the pop-up screen (ENDING) | |||
| |
WINY1 | TYPE | I | Upper y-coordinate of the pop-up screen (STARTING) | |||
| |
WINY2 | TYPE | I | Lower y-coordinate of the pop-up screen (ENDING) | |||
| |
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 | TYPE | SYST-SROWS | SY-SROWS | Current height of the screen (SY-SROWS) | ||
| |
SCREEN_WIDTH | TYPE | SYST-SCOLS | SY-SCOLS | Current width of the screen (SY-SCOLS) | ||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 19931201 |
| SAP Release Created in |