SAP ABAP Class CL_FDT_WD_SEARCH_TREE_MODEL (FDT: WD Model for Search Tree Expression)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_EXPRESSIONS (Package) BRFplus Expressions for Web Dynpro UI

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_MAINTENANCE_MODEL | FDT WD: Model for maintenance objects | 20070109 |
Properties
Class | CL_FDT_WD_SEARCH_TREE_MODEL | |
Short Description | FDT: WD Model for Search Tree Expression | |
Super Class | CL_FDT_WD_MAINTENANCE_MODEL | FDT WD: Model for maintenance objects |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_WD_EXPRESSIONS | BRFplus Expressions for Web Dynpro UI |
Created | 20070109 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_WD_SEARCH_TREE_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_SEARCH_TREE_MODEL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'MULTIPLE' | 20131203 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'TREE_PROPERTY' | Constant:Node SEARCH_TREE_RES_DO | 20091202 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'SEARCH_TREE' | 20091202 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | C | 'A' | 20090216 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | C | 'V' | 20090216 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'UPDATE' | 20091202 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'CREATE_CHILD' | 20091202 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'CREATE_SIB' | 20091202 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'DELETE_NODE' | 20091202 | ||
10 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'MOVE_CHILD' | 20091202 | ||
11 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'MOVE_SIB' | 20091202 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLE_D | true if any of the result nodes is assigned | 20090220 | ||
13 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20070116 | ||
14 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FDT_SEARCH_TREE | FDT: Search Tree | 20070109 | ||
15 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_FDT_SEARCH_TREE=>NODE_ID | FDT: ID of a node in a tree | 20131203 | ||
16 | ![]() |
Instance attribute | Public | Type reference (TYPE) | FDT_NODE_ID | FDT: ID of a node in a tree | 20091202 | ||
17 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20091202 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | construct the tree | 20070109 |
2 | ![]() |
Instance method | Public | Method | Gets the result type | 20100724 |
3 | ![]() |
Instance method | Public | Method | 20070118 | |
4 | ![]() |
Instance method | Public | Method | get the search tree data from the api | 20070109 |
5 | ![]() |
Instance method | Public | Method | returns true if any of the result nodes are assigned | 20090220 |
Events
Class CL_FDT_WD_SEARCH_TREE_MODEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_SEARCH_TREE_STRUCTURE | Public | Type reference (TYPE) | FDTS_WD_SEARCH_TREE_DATA | FDT WD:Structure holds search tree node properties | 20070109 | |
2 | TS_SEARCH_TREE_STRUCTURE | Public | See coding | 20070109 | TS_SEARCH_TREE_STRUCTURE type table of s_search_tree_structure
|
Method Signatures
Method CONSTRUCT_TREE_FROM_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MODEL_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070109 | ||
2 | ![]() |
IT_SEARCH_TREE_DATA | Call by reference | Type reference (TYPE) | FDTT_WD_SEARCH_TREE_DATA | FDT WD:table contatining node details of a search tree | 20070109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20070109 |
Method GET_RESULT_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ELEMENT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100724 | ||
2 | ![]() |
EV_RESULT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100724 | ||
3 | ![]() |
EV_RESULT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | 20100724 |
Method GET_RESULT_TYPE on class CL_FDT_WD_SEARCH_TREE_MODEL has no exception.
Method GET_ROOT_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ROOT_NODE | Value transfer | Type reference (TYPE) | FDT_NODE_ID | FDT: ID of a node in a tree | 20070118 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20070118 |
Method GET_SEARCH_TREE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TREE_STRUCTURE | Call by reference | Type reference (TYPE) | TS_SEARCH_TREE_STRUCTURE | FDT WD:table contatining node details of a search tree | 20070109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20070109 |
Method IS_ANY_RESULT_NODE_ASSIGNED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ASSIGNED | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090220 |
Method IS_ANY_RESULT_NODE_ASSIGNED on class CL_FDT_WD_SEARCH_TREE_MODEL has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 710 |