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 IF_FDT_SEARCH_TREE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_FDT_TYPES 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 GC_MULTIPLE_MATCH_MODE Constant Public Type reference (TYPE) STRING 'MULTIPLE' 20131203
2 GC_NODE_PROPERTY Constant Public Type reference (TYPE) STRING 'TREE_PROPERTY' Constant:Node SEARCH_TREE_RES_DO 20091202
3 GC_NODE_SEARCH_TREE Constant Private Type reference (TYPE) STRING 'SEARCH_TREE' 20091202
4 GC_RESULT_TYPE_ACTION Constant Public Type reference (TYPE) C 'A' 20090216
5 GC_RESULT_TYPE_VALUE Constant Public Type reference (TYPE) C 'V' 20090216
6 GC_UPDATE_TYPE Constant Public Type reference (TYPE) STRING 'UPDATE' 20091202
7 GC_UPDATE_TYPE_CREATE_CHILD Constant Public Type reference (TYPE) STRING 'CREATE_CHILD' 20091202
8 GC_UPDATE_TYPE_CREATE_SIB Constant Public Type reference (TYPE) STRING 'CREATE_SIB' 20091202
9 GC_UPDATE_TYPE_DELETE Constant Public Type reference (TYPE) STRING 'DELETE_NODE' 20091202
10 GC_UPDATE_TYPE_MOVE_CHILD Constant Public Type reference (TYPE) STRING 'MOVE_CHILD' 20091202
11 GC_UPDATE_TYPE_MOVE_SIB Constant Public Type reference (TYPE) STRING 'MOVE_SIB' 20091202
12 LV_RES_NODE_ASSIGNED Instance attribute Private Type reference (TYPE) BOOLE_D true if any of the result nodes is assigned 20090220
13 MO_ELEMENT_LEAD_SELECT Instance attribute Public Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20070116
14 MO_SEARCH_TREE Instance attribute Private Object reference (TYPE REF TO) IF_FDT_SEARCH_TREE FDT: Search Tree 20070109
15 MV_LAST_NODE_ID_IN_TREE Instance attribute Public Type reference (TYPE) IF_FDT_SEARCH_TREE=>NODE_ID FDT: ID of a node in a tree 20131203
16 MV_MOVED_POSITION Instance attribute Public Type reference (TYPE) FDT_NODE_ID FDT: ID of a node in a tree 20091202
17 MV_UPDATED_TYPE Instance attribute Public Type reference (TYPE) STRING 20091202
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCT_TREE_FROM_DATA Instance method Private Method construct the tree 20070109
2 GET_RESULT_TYPE Instance method Public Method Gets the result type 20100724
3 GET_ROOT_NODE Instance method Public Method 20070118
4 GET_SEARCH_TREE_DATA Instance method Public Method get the search tree data from the api 20070109
5 IS_ANY_RESULT_NODE_ASSIGNED 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 Importing IO_MODEL_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20070109
2 Importing 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 CX_FDT 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 Exporting EV_ELEMENT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20100724
2 Exporting EV_RESULT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20100724
3 Exporting 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 Returning 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 CX_FDT 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 Exporting 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 CX_FDT 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 Returning 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