SAP ABAP Class CL_FDT_GTC_BOOLEAN (Unit test class for Boolean Expression)
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 20070502
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_GTC_BOOLEAN_BRS Unit-Test for Expression: Boolean (BRS) 20111207
Properties
Class CL_FDT_GTC_BOOLEAN  
Short Description Unit test class for Boolean Expression    
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 20070502   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_AND_OR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FDT_BOOLEAN Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FDT_GTC_BOOLEAN has no interface implemented.
Friends
Class CL_FDT_GTC_BOOLEAN has no friend class.
Attributes
Class CL_FDT_GTC_BOOLEAN has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_BOOLEAN Static method Public Method 20070502
2 CREATE_BOOLEAN_MIXED_OPERANDS Static method Public Method Creates a boolean with mixed and / or operands 20090209
3 CREATE_BOOLEAN_SAME_OPERANDS Static method Public Method Boolean with only ANDs or ORs using predifined constant 20090209
4 CREATE_BOOLEAN_USER_DEFINED Static method Public Method Creates a user defined boolean 20090220
5 CREATE_BOOLEAN_WITH_RANGES Static method Public Method Creates a boolean with the help of ranges 20090209
6 MFT_CHECK_USER_DEFINED_BOOLEAN Instance method Protected Test Method for ABAP Unit To check the correctness of user defined template 20110222
Events
Class CL_FDT_GTC_BOOLEAN has no event.
Types
Class CL_FDT_GTC_BOOLEAN has no local type.
Method Signatures

Method CREATE_BOOLEAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA_OBJECT Call by reference Object reference (TYPE REF TO) IF_FDT_DATA_OBJECT FDT: Data Object 20070502
2 Importing ITS_ANDOR_OPERAND Call by reference Type reference (TYPE) IF_FDT_BOOLEAN=>TS_ANDOR_OPERAND FDT:Operands 20080328
3 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID FDT: Aplication ID 20070502
4 Importing IV_INVERT_OPERATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070509
5 Importing IV_NAME Call by reference Type reference (TYPE) IF_FDT_TYPES=>NAME FDT: Name of the Boolean Object 20070502
6 Importing IV_OPERATION Call by reference Type reference (TYPE) IF_FDT_BOOLEAN=>OPERATION 20070509
7 Importing IV_UT_PURPOSE Call by reference Type reference (TYPE) CLIKE 20100128
8 Returning RO_TEST_OBJECT Value transfer Object reference (TYPE REF TO) IF_FDT_BOOLEAN FDT: Boolean Logic 20070502

Method CREATE_BOOLEAN on class CL_FDT_GTC_BOOLEAN has no exception.

Method CREATE_BOOLEAN_MIXED_OPERANDS 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 20090209
2 Importing IV_NUMBER Call by reference Type reference (TYPE) I 0 The number of the and/or combination and values (<32) 20090209
3 Returning RO_BOOLEAN Value transfer Object reference (TYPE REF TO) IF_FDT_BOOLEAN Returning Object 20090209

Method CREATE_BOOLEAN_MIXED_OPERANDS on class CL_FDT_GTC_BOOLEAN has no exception.

Method CREATE_BOOLEAN_SAME_OPERANDS 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 20090209
2 Importing IV_NUMBER Call by reference Type reference (TYPE) I 0 The number of the oparator and value combination 20090209
3 Returning RO_BOOLEAN Value transfer Object reference (TYPE REF TO) IF_FDT_BOOLEAN FDT: Boolean Logic 20090209

Method CREATE_BOOLEAN_SAME_OPERANDS on class CL_FDT_GTC_BOOLEAN has no exception.

Method CREATE_BOOLEAN_USER_DEFINED 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 20090220
2 Importing IV_NUMBER Call by reference Type reference (TYPE) I 1 20090220
3 Returning RO_BOOLEAN Value transfer Object reference (TYPE REF TO) IF_FDT_BOOLEAN FDT: Boolean Logic 20090220

Method CREATE_BOOLEAN_USER_DEFINED on class CL_FDT_GTC_BOOLEAN has no exception.

Method CREATE_BOOLEAN_WITH_RANGES 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 Importing IV_NUMBER Call by reference Type reference (TYPE) I 1 The number of the and/or combination 20090209
3 Returning RO_BOOLEAN Value transfer Object reference (TYPE REF TO) IF_FDT_BOOLEAN Returning object 20090209

Method CREATE_BOOLEAN_WITH_RANGES on class CL_FDT_GTC_BOOLEAN has no exception.

Method MFT_CHECK_USER_DEFINED_BOOLEAN Signature

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