SAP ABAP Class CL_CTRLER_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_CTRLER_SCREEN_COMPOSITE | Screen with 0..n subscreens | 20040114 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_FORM_WINDOW | Display Design Object in Separate Screen | 20040114 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_VERI_UI_COMPARE_BATCH | Design Object in a Screen | 20040527 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_VERI_UI_COMPARE_RESULT | Design Object in a Screen | 20040527 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_VERI_WINDOW_CONTAINER | Design Object in a Screen | 20040512 |
Properties
Class | CL_CTRLER_SCREEN_WINDOW | |
Short Description | Window with 0..n subscreens | |
Super Class | CL_CTRLER_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 | 20040930 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_CTRLER_SCREEN_WINDOW has no interface implemented.
Friends
Class CL_CTRLER_SCREEN_WINDOW has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | SYDYNNR | '0000' | ABAP Program: Number of Current Screen | 20040528 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | SYPFKEY | 'POPUP' | Screens, Current GUI Status | 20040528 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | SYPFKEY | 'WINDOW' | Screens, Current GUI Status | 20040528 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | SYREPID | 'SAPLSALV_DYNPRO_FRAMEWORK' | ABAP Program: Current Main Program | 20040528 | |
5 | ![]() |
Constant | Private | Type reference (TYPE) | GUI_TITLE | 'TITLE' | Menu Painter: Title code | 20040528 | |
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | 20040114 | |||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | 20040114 | |||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SAP_BOOL | Boolean Variable (X=True, -=False, Space=Unknown) | 20040114 | ||
9 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SCREEN_STATUS | Screen Status | 20040528 | ||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | 20040114 | |||
11 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | 20040114 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Close Screen | 20040114 |
2 | ![]() |
Instance method | Public | Constructor | Constructor | 20040114 |
3 | ![]() |
Instance method | Protected | Method | Create Screen Status | 20040528 |
4 | ![]() |
Instance method | Public | Method | Display Screen | 20040114 |
5 | ![]() |
Instance method | Public | Method | Get Screen Status | 20040528 |
6 | ![]() |
Instance method | Protected | Event handling method | Handle Screen Call | 20040114 |
7 | ![]() |
Instance method | Protected | Method | Set Dynpro Status | 20040528 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | CLOSED | Instance Event (0) |
Public (2) |
20040114 | |
2 | HANDLE_FCODE | Instance Event (0) |
Public (2) |
20040528 | |
3 | HANDLE_STATUS | Instance Event (0) |
Public (2) |
20040528 |
Types
Class CL_CTRLER_SCREEN_WINDOW has no local type.
Method Signatures
Method CLOSE Signature
Method CLOSE on class CL_CTRLER_SCREEN_WINDOW has no parameter.
Method CLOSE on class CL_CTRLER_SCREEN_WINDOW has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENDING_X | Call by reference | Type reference (TYPE) | I | 0 | 20040114 | ||
2 | ![]() |
ENDING_Y | Call by reference | Type reference (TYPE) | I | 0 | 20040114 | ||
3 | ![]() |
POPUP | Call by reference | Type reference (TYPE) | SAP_BOOL | IF_SALV_C_BOOL_SAP=>FALSE | boolsche Variable (X=true, -=false, space=unknown) | 20040114 | |
4 | ![]() |
STARTING_X | Call by reference | Type reference (TYPE) | I | 0 | 20040114 | ||
5 | ![]() |
STARTING_Y | Call by reference | Type reference (TYPE) | I | 0 | 20040114 |
Method CONSTRUCTOR on class CL_CTRLER_SCREEN_WINDOW has no exception.
Method CREATE_STATUS Signature
Method CREATE_STATUS on class CL_CTRLER_SCREEN_WINDOW has no parameter.
Method CREATE_STATUS on class CL_CTRLER_SCREEN_WINDOW has no exception.
Method DISPLAY Signature
Method DISPLAY on class CL_CTRLER_SCREEN_WINDOW has no parameter.
Method DISPLAY on class CL_CTRLER_SCREEN_WINDOW has no exception.
Method GET_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | CL_SCREEN_STATUS | Screen Event Status | 20040528 |
Method GET_STATUS on class CL_CTRLER_SCREEN_WINDOW has no exception.
Method ON_CALL_SCREEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DYNNR | Value transfer | Attribute reference (LIKE) | ABAP-Programm, Nummer des aktuellen Dynpros | 20040114 | |||
2 | ![]() |
ENDING_X | Value transfer | Attribute reference (LIKE) | 20040114 | ||||
3 | ![]() |
ENDING_Y | Value transfer | Attribute reference (LIKE) | 20040114 | ||||
4 | ![]() |
POPUP | Value transfer | Attribute reference (LIKE) | boolsche Variable (X=true, -=false, space=unknown) | 20040114 | |||
5 | ![]() |
REPID | Value transfer | Attribute reference (LIKE) | ABAP-Programm, aktuelles Rahmenprogramm | 20040114 | |||
6 | ![]() |
STARTING_X | Value transfer | Attribute reference (LIKE) | 20040114 | ||||
7 | ![]() |
STARTING_Y | Value transfer | Attribute reference (LIKE) | 20040114 |
Method ON_CALL_SCREEN on class CL_CTRLER_SCREEN_WINDOW has no exception.
Method SET_SCREEN_STATUS Signature
Method SET_SCREEN_STATUS on class CL_CTRLER_SCREEN_WINDOW has no parameter.
Method SET_SCREEN_STATUS on class CL_CTRLER_SCREEN_WINDOW has no exception.
Event Signatures
Event CLOSED Signature
Event CLOSED on class CL_CTRLER_SCREEN_WINDOW has no parameter.
Event HANDLE_FCODE Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | FCODE | Exporting | Value transfer | Type reference (TYPE) | SYUCOMM | Bildschirmbilder, Funktionscode, der PAI ausgelöst hat | 20040528 |
Event HANDLE_STATUS Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | R_STATUS | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_SCREEN_STATUS | Screen Status | 20040528 |
History
Last changed by/on | SAP | 20040930 |
SAP Release Created in | 700 |