SAP ABAP Class CL_TREE_DIALOG_DME (Dialog with Tree Display)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CUS-TOL-TME (Application Component) Table Maintenance Tool
⤷
SDME_DLG (Package) DME: Maintenance dialogs

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_PLAIN_DIALOG_DME | Simple Single-Screen Dialog | 19990630 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UI_TREE_CALLBACK_DME | Callback Interface to React to Tree Events | 19990630 |
Properties
Class | CL_TREE_DIALOG_DME | |
Short Description | Dialog with Tree Display | |
Super Class | CL_PLAIN_DIALOG_DME | Simple Single-Screen Dialog |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SDME_DLG | DME: Maintenance dialogs |
Created | 19990630 | 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) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_UI_TREE_CALLBACK_DME | Callback Interface to React to Tree Events | 19990630 |
Friends
Class CL_TREE_DIALOG_DME 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) | SDMET_BOOL | SDMET_FALSE | true <=> Tree is Displayed | 20000329 | |
2 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_MO_TREE_DME | Tree Management of MOs, Areas and Visible Nodes | 19990706 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_TREE_NAVIGATOR_DME | Navigator | 19990712 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_UI_TREE_DME | Tree Display | 19990706 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Sets the Navigator | 19990712 |
2 | ![]() |
Instance method | Public | Constructor | Constructor | 19990706 |
3 | ![]() |
Instance method | Public | Method | 19990702 | |
4 | ![]() |
Instance method | Public | Method | 19990702 | |
5 | ![]() |
Instance method | Public | Method | 19990702 | |
6 | ![]() |
Instance method | Private | Event handling method | Event Handler | 19990706 |
7 | ![]() |
Instance method | Private | Event handling method | Event Handler | 19990706 |
8 | ![]() |
Instance method | Private | Event handling method | Event Handler | 19990706 |
9 | ![]() |
Instance method | Public | Method | Selects a Node | 20000321 |
10 | ![]() |
Instance method | Private | Method | 19990712 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | NODE_CREATED | Instance Event (0) |
Public (2) |
Tree Nodes Created | 20000321 |
2 | NODE_DELETED | Instance Event (0) |
Public (2) |
Tree Nodes Deleted | 20000321 |
Types
Class CL_TREE_DIALOG_DME has no local type.
Method Signatures
Method CONNECT_TO_NAVIGATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
THE_NAVIGATOR | Value transfer | Object reference (TYPE REF TO) | IF_TREE_NAVIGATOR_DME | --- | 19990712 |
Method CONNECT_TO_NAVIGATOR on class CL_TREE_DIALOG_DME has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
THE_ASSOCIATED_UI_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_UI_TREE_DME | "view" des Baums | 19990706 | ||
2 | ![]() |
THE_MO_TREE | Call by reference | Object reference (TYPE REF TO) | CL_MO_TREE_DME | "model" des Baums | 19990706 |
Method CONSTRUCTOR on class CL_TREE_DIALOG_DME has no exception.
Method EXECUTE Signature
Method EXECUTE on class CL_TREE_DIALOG_DME has no parameter.
Method EXECUTE on class CL_TREE_DIALOG_DME has no exception.
Method EXPAND Signature
Method EXPAND on class CL_TREE_DIALOG_DME has no parameter.
Method EXPAND on class CL_TREE_DIALOG_DME has no exception.
Method GET_APPLICABLE_COMMANDS Signature
Method GET_APPLICABLE_COMMANDS on class CL_TREE_DIALOG_DME has no parameter.
Method GET_APPLICABLE_COMMANDS on class CL_TREE_DIALOG_DME has no exception.
Method ON_OBJECT_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SENDER | Call by reference | Type reference (TYPE) | 19990708 |
Method ON_OBJECT_CHANGED on class CL_TREE_DIALOG_DME has no exception.
Method ON_OBJECT_CREATED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SENDER | Call by reference | Type reference (TYPE) | 19990708 |
Method ON_OBJECT_CREATED on class CL_TREE_DIALOG_DME has no exception.
Method ON_OBJECT_DELETED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SENDER | Call by reference | Type reference (TYPE) | 19990708 | ||||
2 | ![]() |
THE_OBJECT | Call by reference | Type reference (TYPE) | 20000321 |
Method ON_OBJECT_DELETED on class CL_TREE_DIALOG_DME has no exception.
Method SELECT_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
THE_NEW_NODE | Value transfer | Type reference (TYPE) | SDMEU_NODE_KEY | --- | 20000321 | ||
2 | ![]() |
THE_OLD_NODE | Value transfer | Type reference (TYPE) | SDMEU_NODE_KEY | --- | 20000321 |
Method SELECT_NODE on class CL_TREE_DIALOG_DME has no exception.
Method TREE_SELECT Signature
Method TREE_SELECT on class CL_TREE_DIALOG_DME has no parameter.
Method TREE_SELECT on class CL_TREE_DIALOG_DME has no exception.
Event Signatures
Event NODE_CREATED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | THE_NODE | Exporting | Value transfer | Type reference (TYPE) | SDMEU_NODE_KEY | --- | 20000321 |
Event NODE_DELETED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | THE_AREA | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_MO_AREA_DME | --- | 20000321 | ||
2 | THE_NODE | Exporting | Value transfer | Type reference (TYPE) | SDMEU_NODE_KEY | --- | 20000321 |
History
Last changed by/on | SAP | 00000000 |
SAP Release Created in | 50A |