SAP ABAP Interface IF_ESD_TREE_OBJECT (Tree relevant data of an object)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-WS-ABA (Application Component) Web Service Tools - ABAP
⤷
SESD_ESI_OBJECT_EDITORS_REUSE (Package) Unified Editors Reuse-Parts
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ESD_TREE_OBJECT | ESD: Object representing a tree node | 20051103 |
Properties
| Interface | IF_ESD_TREE_OBJECT | |
| Short Description | Tree relevant data of an object |
General Data
| Package | SESD_ESI_OBJECT_EDITORS_REUSE | Unified Editors Reuse-Parts |
| Created | 20051103 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_ESD_TREE_OBJECT has no forward declaration.
Interfaces
Interface IF_ESD_TREE_OBJECT has no interface.
Friends
Interface IF_ESD_TREE_OBJECT has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | T_CELLS | Instance attribute | Public | Type reference (TYPE) | ESD_TREE_CELLS_T | Cells of a tree node | 20051103 | ||
| 2 | T_CONTEXT_MENU | Instance attribute | Public | Type reference (TYPE) | ESD_CONTEXT_MENU_T | Context Menu entries | 20051103 | ||
| 3 | V_MODE | Instance attribute | Public | Type reference (TYPE) | SEU_ACTION | WB Request: Operation in the Development Environment | 20051103 | ||
| 4 | V_STATE | Instance attribute | Public | Type reference (TYPE) | R3STATE | ABAP: Program Status (Active, Saved, Transported...) | 20051103 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20051103 | ||
| 2 | Instance method | Public | Method | 20051103 | ||
| 3 | Instance method | Public | Method | 20051103 | ||
| 4 | Instance method | Public | Method | 20070831 | ||
| 5 | Instance method | Public | Method | 20051103 | ||
| 6 | Instance method | Public | Method | 20081030 | ||
| 7 | Instance method | Public | Method | 20060316 | ||
| 8 | Instance method | Public | Method | 20051103 | ||
| 9 | Instance method | Public | Method | 20051103 |
Events
Interface IF_ESD_TREE_OBJECT has no event.
Types
Interface IF_ESD_TREE_OBJECT has no local type.
Method Signatures
Method ADD_CELL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ALIGNMENT | Call by reference | Type reference (TYPE) | STRING | CL_ESD_TREE_DATA=>C_ALIGN_AUTO | 20051103 | |||
| 2 | IV_CHOSEN | Call by reference | Type reference (TYPE) | FLAG | SPACE | General Flag | 20061215 | ||
| 3 | IV_COLUMN_KEY | Call by reference | Type reference (TYPE) | STRING | Unique key for a tree column | 20051103 | |||
| 4 | IV_EDITABLE | Call by reference | Type reference (TYPE) | FLAG | SPACE | General Flag | 20081029 | ||
| 5 | IV_FONT | Call by reference | Type reference (TYPE) | STRING | CL_ESD_TREE_DATA=>C_CELL_FONT_DEFAULT | 20051103 | |||
| 6 | IV_HIDDEN | Call by reference | Type reference (TYPE) | FLAG | SPACE | 20051103 | |||
| 7 | IV_IMAGE | Call by reference | Type reference (TYPE) | STRING | 20051103 | ||||
| 8 | IV_INACTIVE | Call by reference | Type reference (TYPE) | FLAG | SPACE | 20051103 | |||
| 9 | IV_LONGTEXT | Call by reference | Type reference (TYPE) | STRING | 20051103 | ||||
| 10 | IV_STYLE | Call by reference | Type reference (TYPE) | STRING | CL_ESD_TREE_DATA=>C_STYLE_DEFAULT | 20051103 | |||
| 11 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20051103 | ||||
| 12 | IV_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | 20051103 | ||||
| 13 | IV_TYPE | Call by reference | Type reference (TYPE) | STRING | CL_ESD_TREE_DATA=>C_CELL_TYPE_TEXT | 20051103 |
Method ADD_CELL on Interface IF_ESD_TREE_OBJECT has no exception.
Method CHANGE_CELL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CELL | Call by reference | Type reference (TYPE) | ESD_TREE_CELL_S | Cell of a tree node | 20051103 | |||
| 2 | RV_RETURN_CODE | Value transfer | Type reference (TYPE) | SYSUBRC | Return Code | 20051103 |
Method CHANGE_CELL on Interface IF_ESD_TREE_OBJECT has no exception.
Method GET_CELL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLUMN_KEY | Call by reference | Type reference (TYPE) | ESD_COLUMN_KEY | Unique key for a tree column | 20060123 | |||
| 2 | RS_CELL | Value transfer | Type reference (TYPE) | ESD_TREE_CELL_S | Cell of a tree node | 20051103 |
Method GET_CELL on Interface IF_ESD_TREE_OBJECT has no exception.
Method GET_CELLS_COMPLETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_CELLS | Value transfer | Type reference (TYPE) | ESD_TREE_CELLS_T | 20070831 |
Method GET_CELLS_COMPLETE on Interface IF_ESD_TREE_OBJECT has no exception.
Method GET_CONTEXT_MENU_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_CONTEXT_MENU | Value transfer | Type reference (TYPE) | ESD_CONTEXT_MENU_T | Context Menu entries | 20051103 |
Method GET_CONTEXT_MENU_ENTRIES on Interface IF_ESD_TREE_OBJECT has no exception.
Method SET_CELLS_COMPLETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CELLS | Call by reference | Type reference (TYPE) | ESD_TREE_CELLS_T | 20081030 |
Method SET_CELLS_COMPLETE on Interface IF_ESD_TREE_OBJECT has no exception.
Method SET_CONTEXT_MENU_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CONTEXT_MENU | Call by reference | Type reference (TYPE) | ESD_CONTEXT_MENU_T | Context Menu entries | 20060316 |
Method SET_CONTEXT_MENU_ENTRIES on Interface IF_ESD_TREE_OBJECT has no exception.
Method SET_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MODE | Call by reference | Type reference (TYPE) | SEU_ACTION | WB Request: Operation in the Development Environment | 20051103 |
Method SET_MODE on Interface IF_ESD_TREE_OBJECT has no exception.
Method SET_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STATE | Call by reference | Type reference (TYPE) | R3STATE | ABAP: Program Status (Active, Saved, Transported...) | 20051103 |
Method SET_STATE on Interface IF_ESD_TREE_OBJECT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |