SAP ABAP Class CL_SCREEN_WINDOW (Window with 0..n subscreens)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SALV_DYNPRO (Package) Framework for Handling Screens in Classes
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SCREEN_COMPOSITE Screen with 0..n subscreens 20040114
Properties
Class CL_SCREEN_WINDOW  
Short Description Window with 0..n subscreens    
Super Class CL_SCREEN_COMPOSITE Screen with 0..n subscreens 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_DYNPRO   Framework for Handling Screens in Classes 
Created 20040114   SAP 
Last change 20040603   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SCREEN_WINDOW has no forward declaration.
Interfaces
Class CL_SCREEN_WINDOW has no interface implemented.
Friends
Class CL_SCREEN_WINDOW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_EVENT_PFSTATUS Constant Public Type reference (TYPE) SYUCOMM 'PFSTATUS' Screens, Function Code Triggered by PAI 20040114
2 ENDING_X Instance attribute Protected Type reference (TYPE) I 20040114
3 ENDING_Y Instance attribute Protected Type reference (TYPE) I 20040114
4 PFSTATUS Instance attribute Public Type reference (TYPE) SYPFKEY Screens, Current GUI Status 20040114
5 PFSTATUS_REPID Instance attribute Public Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20040114
6 POPUP Instance attribute Protected Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, -=False, Space=Unknown) 20040114
7 STARTING_X Instance attribute Protected Type reference (TYPE) I 20040114
8 STARTING_Y Instance attribute Protected Type reference (TYPE) I 20040114
9 TITLEBAR Instance attribute Public Type reference (TYPE) GUI_TITLE Menu Painter: Title code 20040114
10 TITLEBAR_REPID Instance attribute Public Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20040114
11 TITLEBAR_VAR1 Instance attribute Public Type reference (TYPE) STRING 20040114
12 TITLEBAR_VAR2 Instance attribute Public Type reference (TYPE) STRING 20040114
13 TITLEBAR_VAR3 Instance attribute Public Type reference (TYPE) STRING 20040114
14 TITLEBAR_VAR4 Instance attribute Public Type reference (TYPE) STRING 20040114
15 TITLEBAR_VAR5 Instance attribute Public Type reference (TYPE) STRING 20040114
16 T_EXCL_FCODE Instance attribute Public Type reference (TYPE) SALV_DYNPRO_T_FCODE Screen: Function Codes 20040114
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20040114
2 DISPLAY Instance method Public Method Display Screen 20040114
3 ON_PFSTATUS Instance method Protected Method Handle Screen Status 20040114
4 SET_EXCL_FCODE Instance method Public Method Set Function Codes to be Excluded 20040114
5 SET_PFSTATUS Instance method Public Method Set Screen Status 20040114
6 SET_TITLEBAR Instance method Public Method Set Screen Title Bar 20040114
Events
# Event Type Visibility Description Created on
1 CALL_SCREEN Instance Event
(0)
Public
(2)
20040114
Types
Class CL_SCREEN_WINDOW has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DYNNR Call by reference Type reference (TYPE) SYDYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20040114
2 Importing ENDING_X Call by reference Type reference (TYPE) I 20040114
3 Importing ENDING_Y Call by reference Type reference (TYPE) I 20040114
4 Importing NAME Call by reference Type reference (TYPE) CHAR20 Char 20 20040114
5 Importing POPUP Call by reference Type reference (TYPE) SAP_BOOL SPACE boolsche Variable (X=true, -=false, space=unknown) 20040114
6 Importing REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20040114
7 Importing STARTING_X Call by reference Type reference (TYPE) I 25 20040114
8 Importing STARTING_Y Call by reference Type reference (TYPE) I 5 20040114

Method CONSTRUCTOR on class CL_SCREEN_WINDOW has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_SCREEN_WINDOW has no parameter.
Method DISPLAY on class CL_SCREEN_WINDOW has no exception.

Method ON_PFSTATUS Signature

Method ON_PFSTATUS on class CL_SCREEN_WINDOW has no parameter.
Method ON_PFSTATUS on class CL_SCREEN_WINDOW has no exception.

Method SET_EXCL_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SALV_DYNPRO_T_FCODE Screen: Funktionscodes 20040114

Method SET_EXCL_FCODE on class CL_SCREEN_WINDOW has no exception.

Method SET_PFSTATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PFSTATUS Call by reference Type reference (TYPE) SYPFKEY Bildschirmbilder, aktueller GUI-Status 20040114
2 Importing PFSTATUS_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20040114

Method SET_PFSTATUS on class CL_SCREEN_WINDOW has no exception.

Method SET_TITLEBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TITLEBAR Call by reference Type reference (TYPE) GUI_TITLE Menu Painter: Titelcode 20040114
2 Importing TITLEBAR_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20040114
3 Importing TITLEBAR_VAR1 Call by reference Type reference (TYPE) STRING 20040114
4 Importing TITLEBAR_VAR2 Call by reference Type reference (TYPE) STRING 20040114
5 Importing TITLEBAR_VAR3 Call by reference Type reference (TYPE) STRING 20040114
6 Importing TITLEBAR_VAR4 Call by reference Type reference (TYPE) STRING 20040114
7 Importing TITLEBAR_VAR5 Call by reference Type reference (TYPE) STRING 20040114

Method SET_TITLEBAR on class CL_SCREEN_WINDOW has no exception.
Event Signatures

Event CALL_SCREEN Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 DYNNR Exporting Value transfer Type reference (TYPE) SYDYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20040114
2 ENDING_X Exporting Value transfer Type reference (TYPE) I 20040114
3 ENDING_Y Exporting Value transfer Type reference (TYPE) I 20040114
4 POPUP Exporting Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, -=false, space=unknown) 20040114
5 REPID Exporting Value transfer Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20040114
6 STARTING_X Exporting Value transfer Type reference (TYPE) I 20040114
7 STARTING_Y Exporting Value transfer Type reference (TYPE) I 20040114
History
Last changed by/on SAP  20040603 
SAP Release Created in 700