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
Exporting WINX1 TYPE I Left x-coordinate of the pop-up screen (STARTING)
Exporting WINX2 TYPE I Right x-coordinate of the pop-up screen (ENDING)
Exporting WINY1 TYPE I Upper y-coordinate of the pop-up screen (STARTING)
Exporting WINY2 TYPE I Lower y-coordinate of the pop-up screen (ENDING)
Importing DYNPRO_HEIGHT TYPE I Height of the pop-up screen in rows
Importing DYNPRO_WIDTH TYPE I Width of the pop-up screen in columns
Importing SCREEN_HEIGHT TYPE SYST-SROWS SY-SROWS Current height of the screen (SY-SROWS)
Importing SCREEN_WIDTH TYPE SYST-SCOLS SY-SCOLS Current width of the screen (SY-SCOLS)
               
Processing Type
Normal Function Module  
Remote-Enabled 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