SAP ABAP Class CL_SRM_RF_LIST_SELECTION_WIN (Popup for Selection List)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-RM (Application Component) SAP Records Management
⤷
SRM_RECORD_FACILITIES (Package) Tools and Add-Ons for Records Management

⤷

⤷

Properties
Class | CL_SRM_RF_LIST_SELECTION_WIN | |
Short Description | Popup for Selection List | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SRM_RECORD_FACILITIES | Tools and Add-Ons for Records Management |
Created | 20011001 | SAP |
Last change | 00000000 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SRM_RF_LIST_SELECTION_WIN has no interface implemented.
Friends
Class CL_SRM_RF_LIST_SELECTION_WIN has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SRMRF_BOOLEAN | Is the Tree Control Initialized? | 20011001 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20011001 | |||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container | 20011005 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | LCL_GUI | Internal Class | 20011001 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_COLUMN_TREE_MODEL | List | 20011001 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Result of Selection | 20011001 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20011001 |
2 | ![]() |
Instance method | Private | Method | Initialization of List | 20011001 |
3 | ![]() |
Instance method | Public | Method | Add List Element | 20011001 |
4 | ![]() |
Instance method | Public | Method | Add List of Elements (Iterator) of Selection List | 20011012 |
5 | ![]() |
Instance method | Public | Method | Delete List -- All List Elements | 20011001 |
6 | ![]() |
Instance method | Public | Method | Make Selection From List (formed by LIST_ADD) | 20011001 |
Events
Class CL_SRM_RF_LIST_SELECTION_WIN has no event.
Types
Class CL_SRM_RF_LIST_SELECTION_WIN has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COLUMNS | Value transfer | Type reference (TYPE) | I | 2 | Anzahl der Spalten | 20011001 | |
2 | ![]() |
HEADL_DESC | Value transfer | Type reference (TYPE) | STRING | Überschrift für Beschreibungsspalte | 20011001 | ||
3 | ![]() |
HEADL_NAME | Value transfer | Type reference (TYPE) | STRING | Überschrift für Namensspalte | 20011001 | ||
4 | ![]() |
ICON | Value transfer | Type reference (TYPE) | STRING | Icon für die Elemente von LIST | 20011012 | ||
5 | ![]() |
LIST | Value transfer | Object reference (TYPE REF TO) | CL_SRM_RF_ELEMENT_ITER | Elemente, die in die Auswahlliste gesetzt werden sollen | 20011012 |
Method CONSTRUCTOR on class CL_SRM_RF_LIST_SELECTION_WIN has no exception.
Method INIT_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container fuer Custom Controls in der Dynpro Area | 20011001 |
Method INIT_LIST on class CL_SRM_RF_LIST_SELECTION_WIN has no exception.
Method LIST_ADD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Beschreibungstext | 20011001 | ||
2 | ![]() |
ICON | Value transfer | Type reference (TYPE) | STRING | Textrepräsentation (nicht Name) eines Icon | 20011001 | ||
3 | ![]() |
ID | Value transfer | Type reference (TYPE) | STRING | ID des Elementes. Wenn leer wird Name verwendet | 20011001 | ||
4 | ![]() |
NAME | Value transfer | Type reference (TYPE) | STRING | Anzuzeigender Name | 20011001 |
Method LIST_ADD on class CL_SRM_RF_LIST_SELECTION_WIN has no exception.
Method LIST_APPEND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ICON | Value transfer | Type reference (TYPE) | STRING | Icon für alle Listenelemente, für die kein eigener Icon def. | 20011012 | ||
2 | ![]() |
LIST | Value transfer | Object reference (TYPE REF TO) | CL_SRM_RF_ELEMENT_ITER | Zu setzende Liste | 20011012 |
Method LIST_APPEND on class CL_SRM_RF_LIST_SELECTION_WIN has no exception.
Method LIST_CLEAR Signature
Method LIST_CLEAR on class CL_SRM_RF_LIST_SELECTION_WIN has no parameter.
Method LIST_CLEAR on class CL_SRM_RF_LIST_SELECTION_WIN has no exception.
Method SELECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CANCEL_EXCEPTION | Value transfer | Type reference (TYPE) | SRMRF_BOOLEAN | SRMRF_FALSE | Exception werfen, wenn Cancel gedrückt wurde? | 20020710 | |
2 | ![]() |
HEADLINE | Value transfer | Type reference (TYPE) | STRING | Überschrift | 20011001 | ||
3 | ![]() |
SELECTED_ID | Value transfer | Type reference (TYPE) | STRING | Ausgewählte ID | 20011001 | ||
4 | ![]() |
SIZE_X | Value transfer | Type reference (TYPE) | I | 50 | Breite | 20020729 | |
5 | ![]() |
SIZE_Y | Value transfer | Type reference (TYPE) | I | 17 | Höhe | 20020729 |
Method SELECT on class CL_SRM_RF_LIST_SELECTION_WIN has no exception.
History
Last changed by/on | SAP | 00000000 |
SAP Release Created in | 610 |