SAP ABAP Class CL_FDT_GTC_COMPARISON (Unit Test for value comparisons)
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_AUNIT_ASSERT ABAP Unit: Assertions (see Longtext) 20070716
Properties
Class CL_FDT_GTC_COMPARISON  
Short Description Unit Test for value comparisons    
Super Class CL_AUNIT_ASSERT ABAP Unit: Assertions (see Longtext) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 5   
Package SFDT_TEST   BRFplus: Global Test Classes 
Created 20070716   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FDT_GTC_COMPARISON has no forward declaration.
Interfaces
Class CL_FDT_GTC_COMPARISON has no interface implemented.
Friends
Class CL_FDT_GTC_COMPARISON has no friend class.
Attributes
Class CL_FDT_GTC_COMPARISON has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 COMPARE_AMOUNTS Instance method Public Test Method for ABAP Unit 20091123
2 COMPARE_QUANTITIES Instance method Public Test Method for ABAP Unit 20070716
3 CONVERT_AMOUNT Instance method Public Test Method for ABAP Unit 20070716
4 CONVERT_QUANTITY Instance method Public Test Method for ABAP Unit 20070716
5 CURRENCY_EXISTS Instance method Public Test Method for ABAP Unit 20070716
6 QUANTITY_EXISTS Instance method Public Test Method for ABAP Unit 20070716
7 RUN_AMOUNT Instance method Public Test Method for ABAP Unit RUN_AMOUNT 20070716
8 RUN_BOOLEAN Instance method Public Test Method for ABAP Unit RUN_BOOLEAN 20070716
9 RUN_NUMBER Instance method Public Test Method for ABAP Unit RUN_NUMBER 20070716
10 RUN_QUANTITY Instance method Public Test Method for ABAP Unit RUN_QUANTITY 20070716
11 RUN_TABLE Instance method Public Test Method for ABAP Unit RUN_TABLE 20070716
12 RUN_TEXT Instance method Public Test Method for ABAP Unit RUN_TEXT 20070716
13 RUN_TIMEPOINT Instance method Public Test Method for ABAP Unit RUN_TIMEPOINT 20070716
14 TEST_AMOUNT Instance method Private Method TEST_AMOUNT 20070716
15 TEST_BOOLEAN Instance method Private Method TEST_BOOLEAN 20070716
16 TEST_NUMBER Instance method Private Method TEST_NUMBER 20070716
17 TEST_QUANTITY Instance method Private Method TEST_QUANTITY 20070716
18 TEST_TABLE Instance method Private Method TEST_TABLE 20070716
19 TEST_TEXT Instance method Private Method TEST_TEXT 20070716
20 TEST_TIMEPOINT Instance method Private Method TEST_TIMEPOINT 20070716
Events
Class CL_FDT_GTC_COMPARISON has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_TEST_TABLE Private See coding TY_TEST_TABLE 20070716 ty_test_table TYPE STANDARD TABLE OF if_fdt_types=>element_number
Method Signatures

Method COMPARE_AMOUNTS Signature

Method COMPARE_AMOUNTS on class CL_FDT_GTC_COMPARISON has no parameter.
Method COMPARE_AMOUNTS on class CL_FDT_GTC_COMPARISON has no exception.

Method COMPARE_QUANTITIES Signature

Method COMPARE_QUANTITIES on class CL_FDT_GTC_COMPARISON has no parameter.
Method COMPARE_QUANTITIES on class CL_FDT_GTC_COMPARISON has no exception.

Method CONVERT_AMOUNT Signature

Method CONVERT_AMOUNT on class CL_FDT_GTC_COMPARISON has no parameter.
Method CONVERT_AMOUNT on class CL_FDT_GTC_COMPARISON has no exception.

Method CONVERT_QUANTITY Signature

Method CONVERT_QUANTITY on class CL_FDT_GTC_COMPARISON has no parameter.
Method CONVERT_QUANTITY on class CL_FDT_GTC_COMPARISON has no exception.

Method CURRENCY_EXISTS Signature

Method CURRENCY_EXISTS on class CL_FDT_GTC_COMPARISON has no parameter.
Method CURRENCY_EXISTS on class CL_FDT_GTC_COMPARISON has no exception.

Method QUANTITY_EXISTS Signature

Method QUANTITY_EXISTS on class CL_FDT_GTC_COMPARISON has no parameter.
Method QUANTITY_EXISTS on class CL_FDT_GTC_COMPARISON has no exception.

Method RUN_AMOUNT Signature

Method RUN_AMOUNT on class CL_FDT_GTC_COMPARISON has no parameter.
Method RUN_AMOUNT on class CL_FDT_GTC_COMPARISON has no exception.

Method RUN_BOOLEAN Signature

Method RUN_BOOLEAN on class CL_FDT_GTC_COMPARISON has no parameter.
Method RUN_BOOLEAN on class CL_FDT_GTC_COMPARISON has no exception.

Method RUN_NUMBER Signature

Method RUN_NUMBER on class CL_FDT_GTC_COMPARISON has no parameter.
Method RUN_NUMBER on class CL_FDT_GTC_COMPARISON has no exception.

Method RUN_QUANTITY Signature

Method RUN_QUANTITY on class CL_FDT_GTC_COMPARISON has no parameter.
Method RUN_QUANTITY on class CL_FDT_GTC_COMPARISON has no exception.

Method RUN_TABLE Signature

Method RUN_TABLE on class CL_FDT_GTC_COMPARISON has no parameter.
Method RUN_TABLE on class CL_FDT_GTC_COMPARISON has no exception.

Method RUN_TEXT Signature

Method RUN_TEXT on class CL_FDT_GTC_COMPARISON has no parameter.
Method RUN_TEXT on class CL_FDT_GTC_COMPARISON has no exception.

Method RUN_TIMEPOINT Signature

Method RUN_TIMEPOINT on class CL_FDT_GTC_COMPARISON has no parameter.
Method RUN_TIMEPOINT on class CL_FDT_GTC_COMPARISON has no exception.

Method TEST_AMOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMP_OP Call by reference Type reference (TYPE) DDOPTION IV_COMP_OP 20070716
2 Importing IV_CUR1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_CURRENCY IV_CUR1 20070716
3 Importing IV_CUR2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_CURRENCY IV_CUR2 20070716
4 Importing IV_NUM1 Call by reference Type reference (TYPE) STRING IV_NUM1 20070716
5 Importing IV_NUM2 Call by reference Type reference (TYPE) STRING IV_NUM2 20070716
6 Importing IV_RESULT Call by reference Type reference (TYPE) ABAP_BOOL IV_RESULT 20070716

Method TEST_AMOUNT on class CL_FDT_GTC_COMPARISON has no exception.

Method TEST_BOOLEAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BOOL1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN IV_BOOL1 20070716
2 Importing IV_BOOL2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN IV_BOOL2 20070716
3 Importing IV_COMP_OP Call by reference Type reference (TYPE) DDOPTION IV_COMP_OP 20070716
4 Importing IV_RESULT Call by reference Type reference (TYPE) ABAP_BOOL IV_RESULT 20070716

Method TEST_BOOLEAN on class CL_FDT_GTC_COMPARISON has no exception.

Method TEST_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMP_OP Call by reference Type reference (TYPE) DDOPTION IV_COMP_OP 20070716
2 Importing IV_NUM1 Call by reference Type reference (TYPE) STRING IV_NUM1 20070716
3 Importing IV_NUM2 Call by reference Type reference (TYPE) STRING IV_NUM2 20070716
4 Importing IV_RESULT Call by reference Type reference (TYPE) ABAP_BOOL IV_RESULT 20070716

Method TEST_NUMBER on class CL_FDT_GTC_COMPARISON has no exception.

Method TEST_QUANTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMP_OP Call by reference Type reference (TYPE) DDOPTION IV_COMP_OP 20070716
2 Importing IV_NUM1 Call by reference Type reference (TYPE) STRING IV_NUM1 20070716
3 Importing IV_NUM2 Call by reference Type reference (TYPE) STRING IV_NUM2 20070716
4 Importing IV_QUA1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_UNIT IV_QUA1 20070716
5 Importing IV_QUA2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_UNIT IV_QUA2 20070716
6 Importing IV_RESULT Call by reference Type reference (TYPE) ABAP_BOOL IV_RESULT 20070716

Method TEST_QUANTITY on class CL_FDT_GTC_COMPARISON has no exception.

Method TEST_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE1 Call by reference Type reference (TYPE) TY_TEST_TABLE IT_TABLE1 20070716
2 Importing IT_TABLE2 Call by reference Type reference (TYPE) TY_TEST_TABLE IT_TABLE2 20070716
3 Importing IV_COMP_OP Call by reference Type reference (TYPE) DDOPTION IV_COMP_OP 20070716
4 Importing IV_RESULT Call by reference Type reference (TYPE) ABAP_BOOL IV_RESULT 20070716

Method TEST_TABLE on class CL_FDT_GTC_COMPARISON has no exception.

Method TEST_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMP_OP Call by reference Type reference (TYPE) DDOPTION IV_COMP_OP 20070716
2 Importing IV_RESULT Call by reference Type reference (TYPE) ABAP_BOOL IV_RESULT 20070716
3 Importing IV_TEXT1 Call by reference Type reference (TYPE) STRING IV_TEXT1 20070716
4 Importing IV_TEXT2 Call by reference Type reference (TYPE) STRING IV_TEXT2 20070716

Method TEST_TEXT on class CL_FDT_GTC_COMPARISON has no exception.

Method TEST_TIMEPOINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMP_OP Call by reference Type reference (TYPE) DDOPTION IV_COMP_OP 20070716
2 Importing IV_RESULT Call by reference Type reference (TYPE) ABAP_BOOL IV_RESULT 20070716
3 Importing IV_TIMEPOINT1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TIMEPOINT IV_TIMEPOINT1 20070716
4 Importing IV_TIMEPOINT2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TIMEPOINT IV_TIMEPOINT2 20070716

Method TEST_TIMEPOINT on class CL_FDT_GTC_COMPARISON has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710