SAP ABAP Class IF_RMPS_TREE_MODEL (Tree Nodes and Items)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_RMPS_TREE_DOUBLE_CLICK | Double-Click Processing | 20060206 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RMPS_TREE_MODEL | Generic tree | 20060120 |
Properties
| Class | IF_RMPS_TREE_MODEL | |
| Short Description | Tree Nodes and Items | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20060120 | SAP |
| Last change | 20110908 | 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 IF_RMPS_TREE_MODEL has no interface implemented.
Friends
Class IF_RMPS_TREE_MODEL has no friend class.
Attributes
Class IF_RMPS_TREE_MODEL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Child Nodes | 20060120 | |
| 2 | Instance method | Public | Method | Expand Node | 20060202 | |
| 3 | Instance method | Public | Method | Release Model | 20060216 | |
| 4 | Instance method | Public | Method | Gets Child Nodes from Back End | 20060120 | |
| 5 | Instance method | Public | Method | 20060216 | ||
| 6 | Instance method | Public | Method | Getter | 20060120 | |
| 7 | Instance method | Public | Method | Getter | 20060120 | |
| 8 | Instance method | Public | Method | Get Double-Clicked Node | 20060206 | |
| 9 | Instance method | Public | Method | 20060220 | ||
| 10 | Instance method | Public | Method | Get Selected Node | 20060214 | |
| 11 | Instance method | Public | Method | Get Node Properties | 20060120 | |
| 12 | Instance method | Public | Method | Insert Group | 20060120 |
Events
Class IF_RMPS_TREE_MODEL has no event.
Types
Class IF_RMPS_TREE_MODEL has no local type.
Method Signatures
Method ADD_CHILDREN_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARENT_NODE_KEY | Call by reference | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20060120 | |||
| 2 | RE_ADDED_CHILDREN_NODES | Value transfer | Type reference (TYPE) | RMPS_T_TREE_MODEL_NODES | Knotentabelle für Baummodell | 20070104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Tree Ausnahmen | 20060120 |
Method EXPAND_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODEKEY | Call by reference | Type reference (TYPE) | TM_NODEKEY | Tree Control: Schlüssel eines Knotens | 20060202 |
Method EXPAND_NODE on class IF_RMPS_TREE_MODEL has no exception.
Method FREE Signature
Method FREE on class IF_RMPS_TREE_MODEL has no parameter.
Method FREE on class IF_RMPS_TREE_MODEL has no exception.
Method GET_CHILDREN_FROM_BACKEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NODES | Value transfer | Type reference (TYPE) | RMPS_T_TREE_MODEL_NODES | Knotentabelle für Baummodell | 20060120 | |||
| 2 | IS_PARENT_NODE | Call by reference | Type reference (TYPE) | RMPS_TREE_MODEL_NODES | Tree Model: Schlüssel eines Knotens | 20060120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Tree Ausnahmen | 20060217 |
Method GET_GO_BACKEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GO_BACKEND | Value transfer | Object reference (TYPE REF TO) | IF_RMPS_TREE_MODEL_BACKEND | 20060216 |
Method GET_GO_BACKEND on class IF_RMPS_TREE_MODEL has no exception.
Method GET_GO_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_TREE | Value transfer | Object reference (TYPE REF TO) | CL_COLUMN_TREE_MODEL | Column Tree Control | 20060120 |
Method GET_GO_TREE on class IF_RMPS_TREE_MODEL has no exception.
Method GET_GT_COLUMN_PROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_COLUMN_PROP | Value transfer | Type reference (TYPE) | RMPS_T_TREE_COLUMNS_PROPERTIES | 20060120 |
Method GET_GT_COLUMN_PROP on class IF_RMPS_TREE_MODEL has no exception.
Method GET_GV_DOUBLE_CLICKED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GV_DOUBLE_CLICKED | Value transfer | Type reference (TYPE) | TM_NODEKEY | 20060206 |
Method GET_GV_DOUBLE_CLICKED on class IF_RMPS_TREE_MODEL has no exception.
Method GET_INITIAL_EXPANDED_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INITIAL_EXPANDED_NODES | Value transfer | Type reference (TYPE) | TREEMNOTAB | 20060220 |
Method GET_INITIAL_EXPANDED_NODES on class IF_RMPS_TREE_MODEL has no exception.
Method GET_MARKED_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_NODEKEY | Value transfer | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20060214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Tree Ausnahmen | 20060217 |
Method GET_NODE_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_NODE_PROP | Value transfer | Type reference (TYPE) | RMPS_TREE_MODEL_NODES | Knoteneigenschaften | 20060120 | |||
| 2 | IV_NODEKEY | Call by reference | Type reference (TYPE) | TM_NODEKEY | Tree Model: Schlüssel eines Knotens | 20060120 |
Method GET_NODE_PROPERTIES on class IF_RMPS_TREE_MODEL has no exception.
Method INSERT_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_INSERT_NODES | Call by reference | Type reference (TYPE) | SRMBR_NODE_TABLE_TYPE | 20060120 | ||||
| 2 | IV_PARENT_NODE_KEY | Call by reference | Type reference (TYPE) | TV_NODEKEY | Knotenschlüssel des Elters | 20060120 |
Method INSERT_NODES on class IF_RMPS_TREE_MODEL has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |