SAP ABAP Class CL_FDT_COMPARISON (FDT service: Compare operations)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_SERVICE (Package) BRFplus: Services

⤷

⤷

Properties
Class | CL_FDT_COMPARISON | |
Short Description | FDT service: Compare operations | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_SERVICE | BRFplus: Services |
Created | 20060907 | SAP |
Last change | 20140121 | 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_COMPARISON has no interface implemented.
Friends
Class CL_FDT_COMPARISON has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_CMP_COMPOSER | FDT: Code Composer | 20070205 | ||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_CMP_COMPOSER | FDT: Code Composer | 20070205 | ||
3 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_CMP_COMPOSER | FDT: Code Composer | 20070205 | ||
4 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_CMP_COMPOSER | FDT: Code Composer | 20070205 | ||
5 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_CMP_COMPOSER | FDT: Code Composer | 20070205 | ||
6 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_CMP_COMPOSER | FDT: Code Composer | 20091218 | ||
7 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | STRING | Comparison text | 20080506 | ||
8 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | STRING | 20080506 | |||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | PROGRAM | Program/transaction in SQL trace analysis | 20090209 | ||
10 | ![]() |
Static Attribute | Private | Type reference (TYPE) | PROGRAM | Program/transaction in SQL trace analysis | 20090209 | ||
11 | ![]() |
Static Attribute | Private | Type reference (TYPE) | PROGRAM | Program/transaction in SQL trace analysis | 20090209 | ||
12 | ![]() |
Static Attribute | Private | Type reference (TYPE) | PROGRAM | Program/transaction in SQL trace analysis | 20090209 | ||
13 | ![]() |
Static Attribute | Private | Type reference (TYPE) | PROGRAM | Program/transaction in SQL trace analysis | 20090209 | ||
14 | ![]() |
Static Attribute | Private | Type reference (TYPE) | PROGRAM | Program/transaction in SQL trace analysis | 20090209 | ||
15 | ![]() |
Static Attribute | Private | Type reference (TYPE) | PROGRAM | Program/transaction in SQL trace analysis | 20091218 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Compare values of two data objects of any type | 20060907 |
2 | ![]() |
Static method | Private | Method | Compare two amounts or amounts and numbers | 20060907 |
3 | ![]() |
Static method | Private | Method | Compare two boolean values | 20060907 |
4 | ![]() |
Static method | Public | Method | Compare values of two elements | 20060907 |
5 | ![]() |
Static method | Public | Method | Compare two numbers | 20060907 |
6 | ![]() |
Static method | Private | Method | Template Coding for Comparison for Text - Number | 20080416 |
7 | ![]() |
Static method | Private | Method | Compare two quantities or quantites and numbers | 20060907 |
8 | ![]() |
Static method | Public | Method | Compare values of two structures | 20060907 |
9 | ![]() |
Static method | Public | Method | Compare values of two tables | 20060907 |
10 | ![]() |
Static method | Private | Method | Compare two boolean values | 20060907 |
11 | ![]() |
Static method | Private | Method | Compare two time-points | 20060907 |
12 | ![]() |
Static method | Private | Method | Template Coding for Comparison for Timepoint - Text | 20091104 |
13 | ![]() |
Static method | Private | Method | Converts a number, amount, quantity or timepoint to text | 20130226 |
14 | ![]() |
Static method | Public | Method | Generate code for element comparison | 20061030 |
15 | ![]() |
Static method | Public | Method | Generate code for vector comparison | 20120104 |
16 | ![]() |
Static method | Private | Method | 20100209 | |
17 | ![]() |
Static method | Private | Method | 20100209 | |
18 | ![]() |
Static method | Private | Method | Get number from a text element | 20060908 |
Events
Class CL_FDT_COMPARISON has no event.
Types
Class CL_FDT_COMPARISON has no local type.
Method Signatures
Method COMPARE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IA_VALUE_1 | Call by reference | Type reference (TYPE) | ANY | First value | 20060908 | ||
2 | ![]() |
IA_VALUE_2 | Call by reference | Type reference (TYPE) | ANY | Second value to be compared to first value | 20060908 | ||
3 | ![]() |
IV_COMPARE_OPERATOR | Call by reference | Type reference (TYPE) | DDOPTION | Compare operator | 20060907 | ||
4 | ![]() |
IV_DATA_OBJECT_TYPE_1 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>DATA_OBJECT_TYPE | IF_FDT_CONSTANTS=>GC_DATA_OBJECT_TYPE_ELEMENT | Data object type of first value | 20060907 | |
5 | ![]() |
IV_DATA_OBJECT_TYPE_2 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>DATA_OBJECT_TYPE | IF_FDT_CONSTANTS=>GC_DATA_OBJECT_TYPE_ELEMENT | Data object type of second value | 20060907 | |
6 | ![]() |
IV_ELEMENT_TYPE_1 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Element type of first value (line type for tables) | 20060907 | ||
7 | ![]() |
IV_ELEMENT_TYPE_2 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Element type of second value (line type for tables) | 20060907 | ||
8 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20061228 | |||
9 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Result of comparison (true/false) | 20060907 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Conversion Failure | 20060907 |
Method COMPARE_AMOUNTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COMPARE_OPERATOR | Call by reference | Type reference (TYPE) | DDOPTION | Compare operator | 20060907 | ||
2 | ![]() |
IV_ELEMENT_TYPE_1 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Element type of first value | 20060907 | ||
3 | ![]() |
IV_ELEMENT_TYPE_2 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Element type of second value | 20060907 | ||
4 | ![]() |
IV_VALUE_1 | Call by reference | Type reference (TYPE) | ANY | First amount or number | 20060908 | ||
5 | ![]() |
IV_VALUE_2 | Call by reference | Type reference (TYPE) | ANY | Second amount or number to be compared to first | 20060908 | ||
6 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Result of comparison (true/false) | 20060907 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Conversion Failure | 20060907 |
Method COMPARE_BOOLEANS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COMPARE_OPERATOR | Call by reference | Type reference (TYPE) | DDOPTION | Compare operator | 20060907 | ||
2 | ![]() |
IV_VALUE_1 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_BOOLEAN | First boolean value | 20060908 | ||
3 | ![]() |
IV_VALUE_2 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_BOOLEAN | Second boolean value to be compared to first | 20060908 | ||
4 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Result of comparison (true/false) | 20060907 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Conversion Failure | 20060907 |
Method COMPARE_ELEMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COMPARE_OPERATOR | Call by reference | Type reference (TYPE) | DDOPTION | Compare operator | 20060907 | ||
2 | ![]() |
IV_ELEMENT_TYPE_1 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Element type of first value | 20060907 | ||
3 | ![]() |
IV_ELEMENT_TYPE_2 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Element type of second value | 20060907 | ||
4 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20061228 | |||
5 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20090629 | ||
6 | ![]() |
IV_VALUE_1 | Call by reference | Type reference (TYPE) | ANY | First value | 20060908 | ||
7 | ![]() |
IV_VALUE_2 | Call by reference | Type reference (TYPE) | ANY | Second value to be compared to first | 20060908 | ||
8 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Result of comparison (true/false) | 20060907 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Conversion Failure | 20060907 |
Method COMPARE_NUMBERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COMPARE_OPERATOR | Call by reference | Type reference (TYPE) | DDOPTION | Compare operator | 20060907 | ||
2 | ![]() |
IV_VALUE_1 | Call by reference | Type reference (TYPE) | SIMPLE | First number | 20060908 | ||
3 | ![]() |
IV_VALUE_2 | Call by reference | Type reference (TYPE) | SIMPLE | Second number to be compared to first | 20060908 | ||
4 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Result of comparison (true/false) | 20060907 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Conversion Failure | 20060907 |
Method COMPARE_NUMBER_TEXT_TEMPLATE Signature
Method COMPARE_NUMBER_TEXT_TEMPLATE on class CL_FDT_COMPARISON has no parameter.
Method COMPARE_NUMBER_TEXT_TEMPLATE on class CL_FDT_COMPARISON has no exception.
Method COMPARE_QUANTITIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COMPARE_OPERATOR | Call by reference | Type reference (TYPE) | DDOPTION | Compare operator | 20060907 | ||
2 | ![]() |
IV_ELEMENT_TYPE_1 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Element type of first value | 20060907 | ||
3 | ![]() |
IV_ELEMENT_TYPE_2 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Element type of second value | 20060907 | ||
4 | ![]() |
IV_VALUE_1 | Call by reference | Type reference (TYPE) | ANY | First quantity or number | 20060908 | ||
5 | ![]() |
IV_VALUE_2 | Call by reference | Type reference (TYPE) | ANY | Second quantity or number to be compared to first | 20060908 | ||
6 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Result of comparison (true/false) | 20060907 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Conversion Failure | 20060907 |
Method COMPARE_STRUCTURES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_STRUCTURE_1 | Call by reference | Type reference (TYPE) | ANY | First structure | 20060908 | ||
2 | ![]() |
IS_STRUCTURE_2 | Call by reference | Type reference (TYPE) | ANY | Second structure to be compared to first | 20060908 | ||
3 | ![]() |
IV_COMPARE_OPERATOR | Call by reference | Type reference (TYPE) | DDOPTION | Compare operator | 20060907 | ||
4 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20120810 | |||
5 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Result of comparison (true/false) | 20060907 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Conversion Failure | 20060907 |
Method COMPARE_TABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TABLE_1 | Call by reference | Type reference (TYPE) | STANDARD TABLE | First table | 20060908 | ||
2 | ![]() |
IT_TABLE_2 | Call by reference | Type reference (TYPE) | STANDARD TABLE | Second table to be compared to first | 20060908 | ||
3 | ![]() |
IV_COMPARE_OPERATOR | Call by reference | Type reference (TYPE) | DDOPTION | Compare operator | 20060907 | ||
4 | ![]() |
IV_ELEMENT_TYPE_1 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Element type of line of first table | 20060907 | ||
5 | ![]() |
IV_ELEMENT_TYPE_2 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Element type of line of second table | 20060907 | ||
6 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20061228 | |||
7 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Result of comparison (true/false) | 20060907 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Conversion Failure | 20060907 |
Method COMPARE_TEXTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COMPARE_OPERATOR | Call by reference | Type reference (TYPE) | DDOPTION | Compare operator | 20060907 | ||
2 | ![]() |
IV_VALUE_1 | Call by reference | Type reference (TYPE) | CSEQUENCE | First text | 20060908 | ||
3 | ![]() |
IV_VALUE_2 | Call by reference | Type reference (TYPE) | CSEQUENCE | Second text to be compared to first | 20060908 | ||
4 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Result of comparison (true/false) | 20060907 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Conversion Failure | 20060907 |
Method COMPARE_TIMEPOINTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COMPARE_OPERATOR | Call by reference | Type reference (TYPE) | DDOPTION | Compare operator | 20060907 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20061228 | |||
3 | ![]() |
IV_VALUE_1 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TIMEPOINT | First time-point | 20060908 | ||
4 | ![]() |
IV_VALUE_2 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TIMEPOINT | Second time-point to be compared to first | 20060908 | ||
5 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Result of comparison (true/false) | 20060907 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Conversion Failure | 20060907 |
Method COMPARE_TMPNT_TXT_TEMPLATE Signature
Method COMPARE_TMPNT_TXT_TEMPLATE on class CL_FDT_COMPARISON has no parameter.
Method COMPARE_TMPNT_TXT_TEMPLATE on class CL_FDT_COMPARISON has no exception.
Method CONVERT_TO_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Elementary Data Type | 20130226 | ||
2 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | ANY | Any type is accepted for conversion | 20130226 | ||
3 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TEXT | Converted to text value | 20130226 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Conversion Failure | 20130226 |
Method GENERATE_COMPARE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SOURCE_CODE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | 20061030 | |||
2 | ![]() |
IV_CREATE_VARIABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20061107 | ||
3 | ![]() |
IV_DATA_OBJECT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>DATA_OBJECT_TYPE | IF_FDT_CONSTANTS=>GC_DATA_OBJECT_TYPE_ELEMENT | 20061030 | ||
4 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20061228 | |||
5 | ![]() |
IV_IS_NUMC | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Numc conversion to number | 20130828 | |
6 | ![]() |
IV_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_RANGE=>OPTION | 20061030 | |||
7 | ![]() |
IV_RESULT_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20061117 | |||
8 | ![]() |
IV_TEST_TYPE_1 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | 20061129 | |||
9 | ![]() |
IV_TEST_TYPE_2 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | 20061129 | |||
10 | ![]() |
IV_TIMEPOINT_TYPE1 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMEPOINT_TYPE | Timepoint Type | 20100209 | ||
11 | ![]() |
IV_TIMEPOINT_TYPE2 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMEPOINT_TYPE | Timepoint Type | 20100209 | ||
12 | ![]() |
IV_UNIFY_CASE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20061107 | |||
13 | ![]() |
IV_VAR_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20061030 | |||
14 | ![]() |
IV_VAR_NAME_IS_UPPER_CASE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110617 | |||
15 | ![]() |
IV_VAR_NAME_TEST | Call by reference | Type reference (TYPE) | CLIKE | 20061030 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Error in the Generation Process | 20061030 |
Method GENERATE_COMPARE_VECTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CREATE_VARIABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20120104 | ||
2 | ![]() |
IV_DATA_OBJECT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>DATA_OBJECT_TYPE | IF_FDT_CONSTANTS=>GC_DATA_OBJECT_TYPE_TABLE | 20120104 | ||
3 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20120104 | |||
4 | ![]() |
IV_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_RANGE=>OPTION | 20120104 | |||
5 | ![]() |
IV_RESULT_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20120104 | |||
6 | ![]() |
IV_TEST_TYPE_1 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | 20120104 | |||
7 | ![]() |
IV_TEST_TYPE_2 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | 20120104 | |||
8 | ![]() |
IV_TIMEPOINT_TYPE1 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMEPOINT_TYPE | Timepoint Type | 20120104 | ||
9 | ![]() |
IV_TIMEPOINT_TYPE2 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMEPOINT_TYPE | Timepoint Type | 20120104 | ||
10 | ![]() |
IV_UNIFY_CASE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120104 | |||
11 | ![]() |
IV_VAR_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20120104 | |||
12 | ![]() |
IV_VAR_NAME_IS_UPPER_CASE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120104 | |||
13 | ![]() |
IV_VAR_NAME_TEST | Call by reference | Type reference (TYPE) | CLIKE | 20120104 | |||
14 | ![]() |
RT_SOURCE_CODE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | 20130109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Error in the Generation Process | 20120104 |
Method GENERATE_COMP_TIMEPOINT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SOURCE_CODE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | 20100209 | |||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20100209 | |||
3 | ![]() |
IV_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_RANGE=>OPTION | 20100209 | |||
4 | ![]() |
IV_RESULT_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20100209 | |||
5 | ![]() |
IV_TIMEPOINT_TYPE1 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMEPOINT_TYPE | Timepoint Type | 20100209 | ||
6 | ![]() |
IV_TIMEPOINT_TYPE2 | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMEPOINT_TYPE | Timepoint Type | 20100209 | ||
7 | ![]() |
IV_VAR_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20100209 | |||
8 | ![]() |
IV_VAR_NAME_TEST | Call by reference | Type reference (TYPE) | CLIKE | 20100209 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Error in the Generation Process | 20100209 |
Method GENERATE_COMP_TIMEPOINT_VAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SOURCE_CODE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | Table with Source Code | 20100209 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100209 | ||
3 | ![]() |
IV_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_RANGE=>OPTION | Type of OPTION component in row type of a Ranges type | 20100209 | ||
4 | ![]() |
IV_RESULT_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20100209 | |||
5 | ![]() |
IV_VAR_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20100209 | |||
6 | ![]() |
IV_VAR_NAME_TEST | Call by reference | Type reference (TYPE) | CLIKE | 20100209 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20100209 |
Method GET_NUMBER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Text element containing a number | 20060908 | ||
2 | ![]() |
RV_NUMBER | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_NUMBER | Number as result of text conversion | 20060908 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Conversion Failure | 20060908 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 710 |