SAP ABAP Class CL_SALV_SELECTIONS_TREE (Selections in Tree Structures)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-ALV (Application Component) SAP List Viewer
⤷
SALV_OM_METADATA (Package) ALV: Meta Data

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_METADATA_TREE | ALV: Basis Class for Tree Metadata | 20040420 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_C_TREE_SELECTION_MODE | ALV: Selection Modes of Tree | 20040420 |
Properties
Class | CL_SALV_SELECTIONS_TREE | |
Short Description | Selections in Tree Structures | |
Super Class | CL_SALV_METADATA_TREE | ALV: Basis Class for Tree Metadata |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SALV_OM_METADATA | ALV: Meta Data |
Created | 20040420 | 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... |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SALV_C_TREE_SELECTION_MODE | ALV: Selection Modes of Tree | 20040420 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_SALV_CONTROLLER | 20040420 | ALV: Abstract Controller | |
2 | CL_SALV_FULLSCREEN_ADAPTER | 20040420 | ALV: Adapter for Output of Data in a List | |
3 | CL_SALV_GRID_ADAPTER | 20040420 | ALV: Adapter for Output of Data in a Grid Container | |
4 | CL_SALV_HIERSEQ_ADAPTER | 20040420 | ALV: Adapter for Sequential Lists | |
5 | CL_SALV_LIST_ADAPTER | 20040420 | ALV: Adapter for Output of Data in a List | |
6 | CL_SALV_TREE_ADAPTER_BASE | 20040709 | ALV: Adapter for Trees |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SAP_BOOL | Boolean Variable (X=True, Space=False) | 20040709 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SAP_BOOL | Boolean Variable (X=True, Space=False) | 20040709 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SAP_BOOL | Boolean Variable (X=True, Space=False) | 20040709 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SALV_ITEM | Current Cell | 20040420 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SALV_DE_CONSTANT | IF_SALV_C_TREE_SELECTION_MODE=>MULTIPLE_NODES | Selection Mode | 20040420 | |
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SALV_T_COLUMN | selected Columns | 20040420 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SALV_T_NODES | Selected Lines | 20040420 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20040420 |
2 | ![]() |
Instance method | Public | Method | Get Selected Columns | 20040420 |
3 | ![]() |
Instance method | Public | Method | Get Selected Item | 20040420 |
4 | ![]() |
Instance method | Public | Method | Get selected nodes | 20040420 |
5 | ![]() |
Instance method | Private | Method | Invalidate Current Selections | 20040709 |
6 | ![]() |
Instance method | Public | Method | Select Columns | 20040420 |
7 | ![]() |
Instance method | Public | Method | Select Items | 20040420 |
8 | ![]() |
Instance method | Public | Method | Select Node | 20040420 |
Events
Class CL_SALV_SELECTIONS_TREE has no event.
Types
Class CL_SALV_SELECTIONS_TREE has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_SALV_CONTROLLER_METADATA | ALV: abstrakter Controller | 20040420 |
Method CONSTRUCTOR on class CL_SALV_SELECTIONS_TREE has no exception.
Method GET_SELECTED_COLUMNS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | SALV_T_COLUMN | Spalten einer ALV Liste | 20040420 |
Method GET_SELECTED_COLUMNS on class CL_SALV_SELECTIONS_TREE has no exception.
Method GET_SELECTED_ITEM 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_SALV_ITEM | Zelleninformation | 20040420 |
Method GET_SELECTED_ITEM on class CL_SALV_SELECTIONS_TREE has no exception.
Method GET_SELECTED_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | SALV_T_NODES | Zeilen | 20040420 |
Method GET_SELECTED_NODES on class CL_SALV_SELECTIONS_TREE has no exception.
Method INVALIDATE_SELECTIONS Signature
Method INVALIDATE_SELECTIONS on class CL_SALV_SELECTIONS_TREE has no parameter.
Method INVALIDATE_SELECTIONS on class CL_SALV_SELECTIONS_TREE has no exception.
Method SET_SELECTED_COLUMNS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | SALV_T_COLUMN | Spalten einer ALV Liste | 20040420 |
Method SET_SELECTED_COLUMNS on class CL_SALV_SELECTIONS_TREE has no exception.
Method SET_SELECTED_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Object reference (TYPE REF TO) | CL_SALV_ITEM | Zelleninformation | 20040420 |
Method SET_SELECTED_ITEM on class CL_SALV_SELECTIONS_TREE has no exception.
Method SET_SELECTED_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | SALV_T_NODES | Zeilen | 20040420 |
Method SET_SELECTED_NODES on class CL_SALV_SELECTIONS_TREE has no exception.
History
Last changed by/on | SAP | 20040930 |
SAP Release Created in | 700 |