SAP ABAP Class IF_FDT_WD_RT_SUB_TREE (Interface for main re-use tree)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_WD_RT_SUB_TREE | Subtree for FDT re-use tree | 20091217 |
Properties
| Class | IF_FDT_WD_RT_SUB_TREE | |
| Short Description | Interface for main re-use tree | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20091217 | SAP |
| Last change | 20141121 | |
| 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 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 6 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_FDT_WD_RT_SUB_TREE has no interface implemented.
Friends
Class IF_FDT_WD_RT_SUB_TREE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>OBJECT_TYPE | IF_FDT_CONSTANTS=>GC_OBJECT_TYPE_APPLICATION | Constant for node type 'Application' | 20110118 | ||
| 2 | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>OBJECT_TYPE | 'LC' | Constant for node type 'Last Changed' in objects | 20131030 | ||
| 3 | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>OBJECT_TYPE | 'L1' | Constant for node type 'Last Changed Today' in objects | 20131030 | ||
| 4 | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>OBJECT_TYPE | 'L2' | Constant for node type 'Last Changed This Week' in objects | 20131030 | ||
| 5 | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>OBJECT_TYPE | 'L3' | Constant for node type 'Last Changed This Month' in objects | 20131030 | ||
| 6 | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>OBJECT_TYPE | 'L4' | Constant for node type 'Last Changed This Year' in objects | 20131030 | ||
| 7 | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>OBJECT_TYPE | 'L5' | Constant for node type 'Last Changed Older' in objects | 20131030 | ||
| 8 | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>OBJECT_TYPE | 'US' | Constant for node type 'Uses' | 20100423 | ||
| 9 | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>OBJECT_TYPE | 'WU' | Constant for node type 'Where Used' | 20100423 | ||
| 10 | Instance attribute | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20091217 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100126 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | INT4 | Natural number | 20091217 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add an ID to the buffer of not yet saved ID | 20100709 | |
| 2 | Instance method | Public | Method | Check, whether a particular ID is present in the tree | 20100126 | |
| 3 | Instance method | Public | Method | Clear all messages from reuse tree | 20100126 | |
| 4 | Instance method | Public | Method | Clear the buffer of unsaved IDs | 20100712 | |
| 5 | Instance method | Public | Method | Deletes nodes by using their ID | 20091217 | |
| 6 | Instance method | Public | Method | Delete a single node from the buffer | 20100426 | |
| 7 | Instance method | Public | Method | Get the child nodes of a model tree node | 20091217 | |
| 8 | Instance method | Public | Method | Get the external messages by node | 20100401 | |
| 9 | Instance method | Public | Method | Get all messages from reuse tree | 20100126 | |
| 10 | Instance method | Public | Method | Get the parent sub tree of the current sub tree | 20130808 | |
| 11 | Instance method | Public | Method | Get the nodes, which have to be reloaded to show new ID(s) | 20091217 | |
| 12 | Instance method | Public | Method | Get nodes, which can be reloaded, beneath existing ID(s) | 20100115 | |
| 13 | Instance method | Public | Method | Get root node for sub tree | 20091217 | |
| 14 | Instance method | Public | Method | Get the versions of an object according to current context | 20110204 | |
| 15 | Instance method | Public | Method | (De-) activate automatic message clearing in interface meth | 20100126 | |
| 16 | Instance method | Public | Method | Store external messages per ID, also usable to clear message | 20100401 | |
| 17 | Instance method | Public | Method | Set the expansion of the current node in the tree tables | 20091217 | |
| 18 | Instance method | Public | Method | Set the reload mode (load, reload, refresh) | 20091217 |
Events
Class IF_FDT_WD_RT_SUB_TREE has no event.
Types
Class IF_FDT_WD_RT_SUB_TREE has no local type.
Method Signatures
Method ADD_ID_TO_UNSAVED_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITS_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20100709 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100709 |
Method ADD_ID_TO_UNSAVED_BUFFER on class IF_FDT_WD_RT_SUB_TREE has no exception.
Method CHECK_ID_IN_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ID_IN_TREE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ID is found in the tree | 20100204 | |||
| 2 | EV_ID_VISIBLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ID is visible | 20100204 | |||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20100127 |
Method CLEAR_MESSAGES Signature
Method CLEAR_MESSAGES on class IF_FDT_WD_RT_SUB_TREE has no parameter.
Method CLEAR_MESSAGES on class IF_FDT_WD_RT_SUB_TREE has no exception.
Method CLEAR_UNSAVED_BUFFER Signature
Method CLEAR_UNSAVED_BUFFER on class IF_FDT_WD_RT_SUB_TREE has no parameter.
Method CLEAR_UNSAVED_BUFFER on class IF_FDT_WD_RT_SUB_TREE has no exception.
Method DELETE_NODES_FROM_BUFFER_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITS_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20091217 | |||
| 2 | IV_CONSIDER_USER_SETTINGS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Consider configuration when removing the object | 20100115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20100127 |
Method DELETE_NODE_FROM_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_NODE | Call by reference | Type reference (TYPE) | FDTS_WD_RT_NODE | FDT: Structure of node for the re-use tree | 20100426 |
Method DELETE_NODE_FROM_BUFFER on class IF_FDT_WD_RT_SUB_TREE has no exception.
Method GET_CHILD_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_PARENT_NODE | Call by reference | Type reference (TYPE) | FDTS_WD_RT_NODE | Beschreibung | 20110120 | |||
| 2 | ET_NODE | Call by reference | Type reference (TYPE) | FDTT_WD_RT_NODE | FDT: Table of nodes of the re-use tree | 20091217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20100127 |
Method GET_EXTERNAL_MESSAGES_BY_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20100401 |
Method GET_EXTERNAL_MESSAGES_BY_NODE on class IF_FDT_WD_RT_SUB_TREE has no exception.
Method GET_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20100126 |
Method GET_MESSAGES on class IF_FDT_WD_RT_SUB_TREE has no exception.
Method GET_PARENT_SUB_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PARENT_SUB_TREE | Value transfer | Object reference (TYPE REF TO) | IF_FDT_WD_RT_SUB_TREE | Interface for main re-use tree | 20130808 |
Method GET_PARENT_SUB_TREE on class IF_FDT_WD_RT_SUB_TREE has no exception.
Method GET_RELOAD_NODES_BY_NEW_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_FOUND_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20100208 | |||
| 2 | ET_NODE | Call by reference | Type reference (TYPE) | FDTT_WD_RT_NODE | FDT: Structure of node for the re-use tree | 20091217 | |||
| 3 | ITS_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20091217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20100127 |
Method GET_RELOAD_NODES_BY_OLD_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_FOUND_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20100208 | |||
| 2 | ET_NODE | Call by reference | Type reference (TYPE) | FDTT_WD_RT_NODE | FDT: Table of nodes of the re-use tree | 20100115 | |||
| 3 | ITS_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20100115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20100127 |
Method GET_ROOT_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ONLY_IF_VISIBLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | True: If node is not visible an empty node is returned | 20100727 | ||
| 2 | RS_NODE | Value transfer | Type reference (TYPE) | FDTS_WD_RT_NODE | FDT: Structure of node for the re-use tree | 20091217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20100127 |
Method GET_VERSIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_VERSION | Call by reference | Type reference (TYPE) | FDTT_WD_RT_VERSION | 20110204 | ||||
| 2 | IS_NODE | Call by reference | Type reference (TYPE) | FDTS_WD_RT_NODE | FDT: Structure of node for the re-use tree | 20110204 | |||
| 3 | IV_CONVERT_TIMESTAMPS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | True: Timestamps are converted into external format (pers.) | 20110428 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20110207 |
Method SET_AUTO_CLEAR_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_AUTO_CLEAR_MESSAGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100126 |
Method SET_AUTO_CLEAR_MESSAGES on class IF_FDT_WD_RT_SUB_TREE has no exception.
Method SET_EXTERNAL_MESSAGES_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20100401 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Identifier | 20100401 | |||
| 3 | IV_INITIALIZE_MESSAGE | Call by reference | Type reference (TYPE) | FDT_BOOLEAN | ABAP_FALSE | True: Message buffer is initialized before filled with new m | 20100510 |
Method SET_EXTERNAL_MESSAGES_BY_ID on class IF_FDT_WD_RT_SUB_TREE has no exception.
Method SET_NODE_EXPANSION_IN_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_NODE | Call by reference | Type reference (TYPE) | FDTS_WD_RT_NODE | FDT: Structure of node for the re-use tree | 20091217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20100127 |
Method SET_RETRIEVE_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ID_TARGET | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Universal Unique Identifier | 20100511 | |||
| 2 | IT_NODE_RELOAD | Call by reference | Type reference (TYPE) | FDTT_WD_RT_NODE | 20091217 | ||||
| 3 | IV_LOAD_ALL_SUB_TREE_ORDER | Call by reference | Type reference (TYPE) | INT4 | IF_FDT_WD_RT_MAIN_TREE=>MC_SUB_TREE_ORDER_DEFAULT | Order of the sub-tree, until which all nodes shall be loaded | 20100216 | ||
| 4 | IV_NO_STATUS_REFRESH | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | If true: Status is not refreshed | 20091217 | ||
| 5 | IV_RETRIEVE_MODE | Call by reference | Type reference (TYPE) | IF_FDT_WD_RT_MAIN_TREE=>S_RETRIEVE_MODE | IF_FDT_WD_RT_MAIN_TREE=>MC_RETRIEVE_MODE_LOAD | Natural number | 20091217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20100127 |
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in |