SAP ABAP Class /DSD/SL_CL_GUI_SELECT_SCREEN (GUI for the Selection Area)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
LE-DSD-RA-SL (Application Component) Route Settlement
⤷
/DSD/SL (Package) Route Settlement

⤷

⤷

Properties
Class | /DSD/SL_CL_GUI_SELECT_SCREEN | |
Short Description | GUI for the Selection Area | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /DSD/SL | Route Settlement |
Created | 20020416 | SAP |
Last change | 20030212 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class /DSD/SL_CL_GUI_SELECT_SCREEN has no interface implemented.
Friends
Class /DSD/SL_CL_GUI_SELECT_SCREEN has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | I | 1 | Column of Result Area | 20020416 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | I | 1 | Column of Search Area | 20020416 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | I | 2 | Line of Result Area | 20020416 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | I | 1 | Line of Search Area | 20020416 | |
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | /DSD/SL_CL_GUI_SUBSCREEN | Basic Screen Element | 20020416 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Split Basic Element | 20020416 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Height of Search Area | 20020531 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /DSD/HH_CHECKBOX | 'X' | X: Visible | 20020531 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20020416 |
2 | ![]() |
Instance method | Public | Method | Destructor | 20020602 |
3 | ![]() |
Instance method | Public | Method | Determine Width/Height | 20020531 |
4 | ![]() |
Instance method | Public | Method | Determine Container for Result Area | 20020416 |
5 | ![]() |
Instance method | Public | Method | Determine Container for Search Area | 20020416 |
6 | ![]() |
Instance method | Private | Method | Split Screen | 20020416 |
7 | ![]() |
Instance method | Public | Method | Is the Area Visible? | 20020531 |
8 | ![]() |
Instance method | Public | Method | Set Width/Height of the Screen | 20020531 |
9 | ![]() |
Instance method | Private | Method | Set Search Area Visible/Invisible | 20020506 |
10 | ![]() |
Instance method | Public | Method | Set Area to Visible/Invisible | 20020531 |
11 | ![]() |
Instance method | Public | Method | Change Visibility of the Search Area | 20020506 |
Events
Class /DSD/SL_CL_GUI_SELECT_SCREEN has no event.
Types
Class /DSD/SL_CL_GUI_SELECT_SCREEN has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EXTENSION | Call by reference | Type reference (TYPE) | I | Höhe / Breite Selektionsbereich komplett | 20020416 | ||
2 | ![]() |
I_EXTENSION_SEARCH | Call by reference | Type reference (TYPE) | I | Höhe Suchbereich | 20020531 | ||
3 | ![]() |
I_VISIBLE | Call by reference | Type reference (TYPE) | /DSD/HH_CHECKBOX | Bereich sichtbar? | 20020416 |
Method CONSTRUCTOR on class /DSD/SL_CL_GUI_SELECT_SCREEN has no exception.
Method FREE Signature
Method FREE on class /DSD/SL_CL_GUI_SELECT_SCREEN has no parameter.
Method FREE on class /DSD/SL_CL_GUI_SELECT_SCREEN has no exception.
Method GET_EXTENSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_EXTENSION | Call by reference | Type reference (TYPE) | I | Breite/Höhe gesamt | 20020531 | ||
2 | ![]() |
E_EXTENSION_SEARCH | Call by reference | Type reference (TYPE) | I | Breite/Höhe Suchbereich | 20020531 |
Method GET_EXTENSION on class /DSD/SL_CL_GUI_SELECT_SCREEN has no exception.
Method GET_RESULT_AREA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container Ergebnisbereich | 20020416 |
Method GET_RESULT_AREA on class /DSD/SL_CL_GUI_SELECT_SCREEN has no exception.
Method GET_SEARCH_AREA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container Suchbereich | 20020416 |
Method GET_SEARCH_AREA on class /DSD/SL_CL_GUI_SELECT_SCREEN has no exception.
Method INIT_SPLITTER Signature
Method INIT_SPLITTER on class /DSD/SL_CL_GUI_SELECT_SCREEN has no parameter.
Method INIT_SPLITTER on class /DSD/SL_CL_GUI_SELECT_SCREEN has no exception.
Method IS_VISIBLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_VISIBLE | Call by reference | Type reference (TYPE) | /DSD/HH_CHECKBOX | X: sichtbar | 20020531 |
Method IS_VISIBLE on class /DSD/SL_CL_GUI_SELECT_SCREEN has no exception.
Method SET_EXTENSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EXTENSION | Call by reference | Type reference (TYPE) | I | Breite/Höhe, gesamt | 20020531 | ||
2 | ![]() |
I_EXTENSION_SEARCH | Call by reference | Type reference (TYPE) | I | BHreite/Höhe Suchbereich | 20020531 |
Method SET_EXTENSION on class /DSD/SL_CL_GUI_SELECT_SCREEN has no exception.
Method SET_SEARCH_VISIBLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_VISIBLE | Call by reference | Type reference (TYPE) | /DSD/HH_CHECKBOX | Suchbereich sichtbar? | 20020506 |
Method SET_SEARCH_VISIBLE on class /DSD/SL_CL_GUI_SELECT_SCREEN has no exception.
Method SET_VISIBLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_VISIBLE | Call by reference | Type reference (TYPE) | /DSD/HH_CHECKBOX | X: sichtbar | 20020531 |
Method SET_VISIBLE on class /DSD/SL_CL_GUI_SELECT_SCREEN has no exception.
Method TOGGLE_VISIBILITY_SEARCH_AREA Signature
Method TOGGLE_VISIBILITY_SEARCH_AREA on class /DSD/SL_CL_GUI_SELECT_SCREEN has no parameter.
Method TOGGLE_VISIBILITY_SEARCH_AREA on class /DSD/SL_CL_GUI_SELECT_SCREEN has no exception.
History
Last changed by/on | SAP | 20030212 |
SAP Release Created in | 461 |