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 | 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... |
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 | Static method | Public | Method | 20070502 | ||
| 2 | Static method | Public | Method | Creates a boolean with mixed and / or operands | 20090209 | |
| 3 | Static method | Public | Method | Boolean with only ANDs or ORs using predifined constant | 20090209 | |
| 4 | Static method | Public | Method | Creates a user defined boolean | 20090220 | |
| 5 | Static method | Public | Method | Creates a boolean with the help of ranges | 20090209 | |
| 6 | 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 | IO_DATA_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_DATA_OBJECT | FDT: Data Object | 20070502 | |||
| 2 | ITS_ANDOR_OPERAND | Call by reference | Type reference (TYPE) | IF_FDT_BOOLEAN=>TS_ANDOR_OPERAND | FDT:Operands | 20080328 | |||
| 3 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | FDT: Aplication ID | 20070502 | |||
| 4 | IV_INVERT_OPERATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070509 | |||
| 5 | IV_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>NAME | FDT: Name of the Boolean Object | 20070502 | |||
| 6 | IV_OPERATION | Call by reference | Type reference (TYPE) | IF_FDT_BOOLEAN=>OPERATION | 20070509 | ||||
| 7 | IV_UT_PURPOSE | Call by reference | Type reference (TYPE) | CLIKE | 20100128 | ||||
| 8 | 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 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application ID | 20090209 | |||
| 2 | IV_NUMBER | Call by reference | Type reference (TYPE) | I | 0 | The number of the and/or combination and values (<32) | 20090209 | ||
| 3 | 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 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application ID | 20090209 | |||
| 2 | IV_NUMBER | Call by reference | Type reference (TYPE) | I | 0 | The number of the oparator and value combination | 20090209 | ||
| 3 | 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 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20090220 | |||
| 2 | IV_NUMBER | Call by reference | Type reference (TYPE) | I | 1 | 20090220 | |||
| 3 | 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 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20090209 | |||
| 2 | IV_NUMBER | Call by reference | Type reference (TYPE) | I | 1 | The number of the and/or combination | 20090209 | ||
| 3 | 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 |