SAP ABAP Class CL_FDT_GTC_SEARCH_TREE (Unit Test for Expression: Search Tree)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_TEST (Package) BRFplus: Global Test Classes
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_GTC_EXPRESSION Abstract Test-Class for Expressions 20070511
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_GTC_SEARCH_TREE_BRS Unit-Test for Expression: Search Tree (BRS) 20111208
Properties
Class CL_FDT_GTC_SEARCH_TREE  
Short Description Unit Test for Expression: Search Tree    
Super Class CL_FDT_GTC_EXPRESSION Abstract Test-Class for Expressions 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 5   
Package SFDT_TEST   BRFplus: Global Test Classes 
Created 20070511   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FDT_GTC_SEARCH_TREE has no interface implemented.
Friends
Class CL_FDT_GTC_SEARCH_TREE has no friend class.
Attributes
Class CL_FDT_GTC_SEARCH_TREE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_SEARCH_TREE Static method Public Method Creates a search tree 20090209
2 CREATE_SEARCH_TREE_QM Static method Public Method Creates a search tree with qualified match mode 20090615
3 CREATE_TEST_SEARCH_TREE Static method Public Method creates a test search tree 20090209
4 CREATE_TEST_SEARCH_TREE_2 Static method Public Method Creates a search tree with a resulttbale with 2 entries 20090209
5 CREATE_TEST_SEARCH_TREE_3 Static method Public Method Search Tree without a condition in the root node 20090209
6 CREATE_TEST_SEARCH_TREE_4 Static method Public Method Search Tree with DOs as result/Condition Nodes 20090225
7 CREATE_TEST_SEARCH_TREE_5 Static method Public Method Search Tree with the allow_no_match Flag set 20090422
8 CREATE_TEST_SEARCH_TREE_ACTN Static method Public Method Creates a test search tree with an action as result 20090209
9 MFT_EXPR_0200_000_SETTERS Instance method Protected Test Method for ABAP Unit Test: Set_Node_Property with invalid values 20070511
10 MFT_EXPR_0200_001_MULTI_RESULT Instance method Protected Test Method for ABAP Unit Test: Resultdataobject is a table, when Multimode is set 20090209
11 MFT_EXPR_0200_002_NO_SIMPLIFY Instance method Protected Test Method for ABAP Unit TEST: Result mustn't be simplified when it's complex 20090209
12 MFT_EXPR_0200_003_ILLEGAL_TREE Instance method Protected Test Method for ABAP Unit Tests a search tree of an illegal state 20090617
Events
Class CL_FDT_GTC_SEARCH_TREE has no event.
Types
Class CL_FDT_GTC_SEARCH_TREE has no local type.
Method Signatures

Method CREATE_SEARCH_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_DO_1 Call by reference Object reference (TYPE REF TO) IF_FDT_DATA_OBJECT FDT: Data Object 20090209
2 Importing IO_CONTEXT_DO_2 Call by reference Object reference (TYPE REF TO) IF_FDT_DATA_OBJECT FDT: Data Object 20090209
3 Importing IO_CONTEXT_DO_3 Call by reference Object reference (TYPE REF TO) IF_FDT_DATA_OBJECT FDT: Data Object 20090209
4 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20090209
5 Importing IV_MULTIPLE_MATCH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Activate Multiple Match mode 20090209
6 Importing IV_RESULT_DO_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID FDT: Data Object 20090209
7 Returning RO_SEARCH_TREE Value transfer Object reference (TYPE REF TO) IF_FDT_SEARCH_TREE FDT: Search Tree 20090209

Method CREATE_SEARCH_TREE on class CL_FDT_GTC_SEARCH_TREE has no exception.

Method CREATE_SEARCH_TREE_QM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Application ID 20090615
2 Importing IV_NUMBER Call by reference Type reference (TYPE) I 1 Number of the Search Tree 20090615
3 Returning RO_SEARCH_TREE Value transfer Object reference (TYPE REF TO) IF_FDT_SEARCH_TREE Returning Search Tree 20090615

Method CREATE_SEARCH_TREE_QM on class CL_FDT_GTC_SEARCH_TREE has no exception.

Method CREATE_TEST_SEARCH_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20090209
2 Returning RO_SEARCH_TREE Value transfer Object reference (TYPE REF TO) IF_FDT_SEARCH_TREE FDT: Search Tree 20090209

Method CREATE_TEST_SEARCH_TREE on class CL_FDT_GTC_SEARCH_TREE has no exception.

Method CREATE_TEST_SEARCH_TREE_2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20090209
2 Returning RO_SEARCH_TREE Value transfer Object reference (TYPE REF TO) IF_FDT_SEARCH_TREE FDT: Search Tree 20090209

Method CREATE_TEST_SEARCH_TREE_2 on class CL_FDT_GTC_SEARCH_TREE has no exception.

Method CREATE_TEST_SEARCH_TREE_3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20090209
2 Returning RO_SEARCH_TREE Value transfer Object reference (TYPE REF TO) IF_FDT_SEARCH_TREE FDT: Search Tree 20090209

Method CREATE_TEST_SEARCH_TREE_3 on class CL_FDT_GTC_SEARCH_TREE has no exception.

Method CREATE_TEST_SEARCH_TREE_4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20090225
2 Returning RO_SEARCH_TREE Value transfer Object reference (TYPE REF TO) IF_FDT_SEARCH_TREE FDT: Search Tree 20090225

Method CREATE_TEST_SEARCH_TREE_4 on class CL_FDT_GTC_SEARCH_TREE has no exception.

Method CREATE_TEST_SEARCH_TREE_5 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Application ID 20090422
2 Returning RO_SEARCH_TREE Value transfer Object reference (TYPE REF TO) IF_FDT_SEARCH_TREE Search Tree 20090422

Method CREATE_TEST_SEARCH_TREE_5 on class CL_FDT_GTC_SEARCH_TREE has no exception.

Method CREATE_TEST_SEARCH_TREE_ACTN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20090209
2 Returning RO_SEARCH_TREE Value transfer Object reference (TYPE REF TO) IF_FDT_SEARCH_TREE FDT: Search Tree 20090209

Method CREATE_TEST_SEARCH_TREE_ACTN on class CL_FDT_GTC_SEARCH_TREE has no exception.

Method MFT_EXPR_0200_000_SETTERS Signature

Method MFT_EXPR_0200_000_SETTERS on class CL_FDT_GTC_SEARCH_TREE has no parameter.
Method MFT_EXPR_0200_000_SETTERS on class CL_FDT_GTC_SEARCH_TREE has no exception.

Method MFT_EXPR_0200_001_MULTI_RESULT Signature

Method MFT_EXPR_0200_001_MULTI_RESULT on class CL_FDT_GTC_SEARCH_TREE has no parameter.
Method MFT_EXPR_0200_001_MULTI_RESULT on class CL_FDT_GTC_SEARCH_TREE has no exception.

Method MFT_EXPR_0200_002_NO_SIMPLIFY Signature

Method MFT_EXPR_0200_002_NO_SIMPLIFY on class CL_FDT_GTC_SEARCH_TREE has no parameter.
Method MFT_EXPR_0200_002_NO_SIMPLIFY on class CL_FDT_GTC_SEARCH_TREE has no exception.

Method MFT_EXPR_0200_003_ILLEGAL_TREE Signature

Method MFT_EXPR_0200_003_ILLEGAL_TREE on class CL_FDT_GTC_SEARCH_TREE has no parameter.
Method MFT_EXPR_0200_003_ILLEGAL_TREE on class CL_FDT_GTC_SEARCH_TREE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710