SAP ABAP Class CL_SALV_CONTROLLER_TREE (ALV: Controller for Trees)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-ALV (Application Component) SAP List Viewer
⤷
SALV_OM_OBJECTS (Package) ALV Object Model Basis Classes

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_CONTROLLER_MODEL | ALV: Abstract Basis Class for Controller | 20040326 |
Properties
Class | CL_SALV_CONTROLLER_TREE | |
Short Description | ALV: Controller for Trees | |
Super Class | CL_SALV_CONTROLLER_MODEL | ALV: Abstract Basis Class for Controller |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SALV_OM_OBJECTS | ALV Object Model Basis Classes |
Created | 20040326 | SAP |
Last change | 20041208 | 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_SALV_CONTROLLER_TREE has no interface implemented.
Friends
Class CL_SALV_CONTROLLER_TREE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Output Table Line | 20040329 | ||
2 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_SALV_TREE | 20040720 |
Methods
Events
Class CL_SALV_CONTROLLER_TREE has no event.
Types
Class CL_SALV_CONTROLLER_TREE has no local type.
Method Signatures
Method ADD_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA_ROW | Call by reference | Type reference (TYPE) | ANY | 20040921 | |||
2 | ![]() |
NODE | Value transfer | Object reference (TYPE REF TO) | CL_SALV_NODE | ALV: Knoten eines Trees | 20040329 | ||
3 | ![]() |
NODE_SETTINGS | Call by reference | Type reference (TYPE) | LVC_S_LAYN | Knotenlayout ALV-Tree Control | 20040921 | ||
4 | ![]() |
RELATED_NODE | Call by reference | Type reference (TYPE) | SALV_DE_NODE_KEY | Schlüssel zum verwanten Knoten | 20040329 | ||
5 | ![]() |
RELATIONSHIP | Call by reference | Type reference (TYPE) | SALV_DE_NODE_RELATION | Knotenrelationen im Tree | 20040329 | ||
6 | ![]() |
TEXT | Call by reference | Type reference (TYPE) | LVC_VALUE | ALV-Control: Zelleninhalt | 20040921 |
Method ADD_NODE on class CL_SALV_CONTROLLER_TREE has no exception.
Method CHANGE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_NODE | Call by reference | Object reference (TYPE REF TO) | CL_SALV_NODE | Knotenschlüssel | 20040329 |
Method CHANGE_NODE on class CL_SALV_CONTROLLER_TREE has no exception.
Method COLLAPSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ALL | Call by reference | Type reference (TYPE) | SAP_BOOL | ABAP_FALSE | boolsche Variable (X=true, space=false) | 20040331 | |
2 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | SALV_DE_NODE_KEY | Knotenschlüssel | 20040331 |
Method COLLAPSE on class CL_SALV_CONTROLLER_TREE has no exception.
Method COLUMN_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COLUMNNAME | Call by reference | Type reference (TYPE) | LVC_FNAME | ALV-Control: Feldname internes Tabellenfeld | 20040421 | ||
2 | ![]() |
EXISTS | Value transfer | Type reference (TYPE) | SAP_BOOL | boolsche Variable (X=true, space=false) | 20040421 |
Method COLUMN_EXISTS on class CL_SALV_CONTROLLER_TREE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_MODEL | Call by reference | Object reference (TYPE REF TO) | CL_SALV_TREE | ALV: Tree model | 20040326 |
Method CONSTRUCTOR on class CL_SALV_CONTROLLER_TREE has no exception.
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | SALV_DE_NODE_KEY | Knotenschlüssel | 20040331 | ||
2 | ![]() |
OK | Value transfer | Type reference (TYPE) | SAP_BOOL | boolsche Variable (X=true, space=false) | 20040421 | ||
3 | ![]() |
UPDATE_PARENT_EXPANDER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Expander des Vaters wird ggf. entfernt | 20040331 | |
4 | ![]() |
UPDATE_PARENT_FOLDER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Vater wird zum Blatt, falls keine weitere Kinder vorhanden | 20040331 |
Method DELETE on class CL_SALV_CONTROLLER_TREE has no exception.
Method EXPAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMPLETE_SUBTREE | Call by reference | Type reference (TYPE) | SAP_BOOL | boolsche Variable (X=true, space=false) | 20040331 | ||
2 | ![]() |
LEVEL | Call by reference | Type reference (TYPE) | I | 1 | Tiefe bis zu der expandiert wird | 20040331 | |
3 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | SALV_DE_NODE_KEY | Knotenschlüssel | 20040331 | ||
4 | ![]() |
OK | Value transfer | Type reference (TYPE) | SAP_BOOL | boolsche Variable (X=true, space=false) | 20040421 |
Method EXPAND on class CL_SALV_CONTROLLER_TREE has no exception.
Method GET_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMPLETE_SUBTREE | Call by reference | Type reference (TYPE) | SAP_BOOL | ABAP_FALSE | Knoten des kompletten Teilbaumes | 20040331 | |
2 | ![]() |
NODES | Value transfer | Type reference (TYPE) | SALV_T_NODES | Schlüssel - Knotenpaare | 20040331 | ||
3 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | SALV_DE_NODE_KEY | Knotenschlüssel | 20040331 |
Method GET_CHILDREN on class CL_SALV_CONTROLLER_TREE has no exception.
Method GET_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | SALV_DE_NODE_KEY | Knotenschlüssel | 20040329 | ||
2 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | CL_SALV_NODE | Knotenschlüssel | 20040329 |
Method GET_NODE on class CL_SALV_CONTROLLER_TREE has no exception.
Method GET_RELATED_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | SALV_DE_NODE_KEY | Knotenschlüssel | 20040331 | ||
2 | ![]() |
RELATIONSHIP | Call by reference | Type reference (TYPE) | SALV_DE_NODE_RELATION | Knotenrelationen im Tree | 20040331 | ||
3 | ![]() |
R_NODE | Value transfer | Object reference (TYPE REF TO) | CL_SALV_NODE | ALV: Knoten eines Trees | 20040331 |
Method GET_RELATED_NODE on class CL_SALV_CONTROLLER_TREE has no exception.
Method GET_TOP_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_NODE | Value transfer | Object reference (TYPE REF TO) | CL_SALV_NODE | ALV: Knoten eines Trees | 20040401 |
Method GET_TOP_NODE on class CL_SALV_CONTROLLER_TREE has no exception.
Method MOVE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | SALV_DE_NODE_KEY | Knotenschlüssel | 20040422 | ||
2 | ![]() |
OK | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20040422 | |||
3 | ![]() |
RELATED_NODE | Call by reference | Type reference (TYPE) | SALV_DE_NODE_KEY | Knotenschlüssel | 20040422 | ||
4 | ![]() |
RELATIONSHIP | Call by reference | Type reference (TYPE) | SALV_DE_NODE_RELATION | Knotenrelationen im Tree | 20040422 |
Method MOVE_NODE on class CL_SALV_CONTROLLER_TREE has no exception.
Method SALV_AT_CTRL_TABLE_DISPLAY Signature
Method SALV_AT_CTRL_TABLE_DISPLAY on class CL_SALV_CONTROLLER_TREE has no parameter.
Method SALV_AT_CTRL_TABLE_DISPLAY on class CL_SALV_CONTROLLER_TREE has no exception.
Method SET_TOP_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODE_KEY | Call by reference | Type reference (TYPE) | SALV_DE_NODE_KEY | Knotenschlüssel | 20040401 | ||
2 | ![]() |
OK | Value transfer | Type reference (TYPE) | SAP_BOOL | boolsche Variable (X=true, space=false) | 20040421 |
Method SET_TOP_NODE on class CL_SALV_CONTROLLER_TREE has no exception.
History
Last changed by/on | SAP | 20041208 |
SAP Release Created in | 700 |