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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_FDT_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FDT_RANGE 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_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 GO_CC_AMOUNT Static Attribute Private Object reference (TYPE REF TO) CL_CMP_COMPOSER FDT: Code Composer 20070205
2 GO_CC_BOOLEAN Static Attribute Private Object reference (TYPE REF TO) CL_CMP_COMPOSER FDT: Code Composer 20070205
3 GO_CC_NUMBER Static Attribute Private Object reference (TYPE REF TO) CL_CMP_COMPOSER FDT: Code Composer 20070205
4 GO_CC_QUANTITY Static Attribute Private Object reference (TYPE REF TO) CL_CMP_COMPOSER FDT: Code Composer 20070205
5 GO_CC_TEXT Static Attribute Private Object reference (TYPE REF TO) CL_CMP_COMPOSER FDT: Code Composer 20070205
6 GO_CC_TIMEPOINT_TEXT Static Attribute Private Object reference (TYPE REF TO) CL_CMP_COMPOSER FDT: Code Composer 20091218
7 GV_COMPARISON_TEST Static Attribute Protected Type reference (TYPE) STRING Comparison text 20080506
8 GV_COMPARISON_VAL Static Attribute Protected Type reference (TYPE) STRING 20080506
9 GV_INCLUDE_AMOUNTS Static Attribute Private Type reference (TYPE) PROGRAM Program/transaction in SQL trace analysis 20090209
10 GV_INCLUDE_BOOLEANS Static Attribute Private Type reference (TYPE) PROGRAM Program/transaction in SQL trace analysis 20090209
11 GV_INCLUDE_NUMBERS Static Attribute Private Type reference (TYPE) PROGRAM Program/transaction in SQL trace analysis 20090209
12 GV_INCLUDE_NUMBER_TEXT Static Attribute Private Type reference (TYPE) PROGRAM Program/transaction in SQL trace analysis 20090209
13 GV_INCLUDE_QUANTITIES Static Attribute Private Type reference (TYPE) PROGRAM Program/transaction in SQL trace analysis 20090209
14 GV_INCLUDE_TEXTS Static Attribute Private Type reference (TYPE) PROGRAM Program/transaction in SQL trace analysis 20090209
15 GV_INCLUDE_TIMEPOINT_TEXT Static Attribute Private Type reference (TYPE) PROGRAM Program/transaction in SQL trace analysis 20091218
Methods
# Method Level Visibility Method type Description Created on
1 COMPARE Static method Public Method Compare values of two data objects of any type 20060907
2 COMPARE_AMOUNTS Static method Private Method Compare two amounts or amounts and numbers 20060907
3 COMPARE_BOOLEANS Static method Private Method Compare two boolean values 20060907
4 COMPARE_ELEMENTS Static method Public Method Compare values of two elements 20060907
5 COMPARE_NUMBERS Static method Public Method Compare two numbers 20060907
6 COMPARE_NUMBER_TEXT_TEMPLATE Static method Private Method Template Coding for Comparison for Text - Number 20080416
7 COMPARE_QUANTITIES Static method Private Method Compare two quantities or quantites and numbers 20060907
8 COMPARE_STRUCTURES Static method Public Method Compare values of two structures 20060907
9 COMPARE_TABLES Static method Public Method Compare values of two tables 20060907
10 COMPARE_TEXTS Static method Private Method Compare two boolean values 20060907
11 COMPARE_TIMEPOINTS Static method Private Method Compare two time-points 20060907
12 COMPARE_TMPNT_TXT_TEMPLATE Static method Private Method Template Coding for Comparison for Timepoint - Text 20091104
13 CONVERT_TO_TEXT Static method Private Method Converts a number, amount, quantity or timepoint to text 20130226
14 GENERATE_COMPARE Static method Public Method Generate code for element comparison 20061030
15 GENERATE_COMPARE_VECTOR Static method Public Method Generate code for vector comparison 20120104
16 GENERATE_COMP_TIMEPOINT Static method Private Method 20100209
17 GENERATE_COMP_TIMEPOINT_VAR Static method Private Method 20100209
18 GET_NUMBER 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 Importing IA_VALUE_1 Call by reference Type reference (TYPE) ANY First value 20060908
2 Importing IA_VALUE_2 Call by reference Type reference (TYPE) ANY Second value to be compared to first value 20060908
3 Importing IV_COMPARE_OPERATOR Call by reference Type reference (TYPE) DDOPTION Compare operator 20060907
4 Importing 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 Importing 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 Importing 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 Importing 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 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20061228
9 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Result of comparison (true/false) 20060907
# Exception Resumable Description Created on
1 CX_FDT_CONVERSION FDT: Conversion Failure 20060907

Method COMPARE_AMOUNTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPARE_OPERATOR Call by reference Type reference (TYPE) DDOPTION Compare operator 20060907
2 Importing IV_ELEMENT_TYPE_1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE Element type of first value 20060907
3 Importing IV_ELEMENT_TYPE_2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE Element type of second value 20060907
4 Importing IV_VALUE_1 Call by reference Type reference (TYPE) ANY First amount or number 20060908
5 Importing IV_VALUE_2 Call by reference Type reference (TYPE) ANY Second amount or number to be compared to first 20060908
6 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Result of comparison (true/false) 20060907
# Exception Resumable Description Created on
1 CX_FDT_CONVERSION FDT: Conversion Failure 20060907

Method COMPARE_BOOLEANS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPARE_OPERATOR Call by reference Type reference (TYPE) DDOPTION Compare operator 20060907
2 Importing IV_VALUE_1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN First boolean value 20060908
3 Importing IV_VALUE_2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Second boolean value to be compared to first 20060908
4 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Result of comparison (true/false) 20060907
# Exception Resumable Description Created on
1 CX_FDT_CONVERSION FDT: Conversion Failure 20060907

Method COMPARE_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPARE_OPERATOR Call by reference Type reference (TYPE) DDOPTION Compare operator 20060907
2 Importing IV_ELEMENT_TYPE_1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE Element type of first value 20060907
3 Importing IV_ELEMENT_TYPE_2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE Element type of second value 20060907
4 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20061228
5 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version, UTC) 20090629
6 Importing IV_VALUE_1 Call by reference Type reference (TYPE) ANY First value 20060908
7 Importing IV_VALUE_2 Call by reference Type reference (TYPE) ANY Second value to be compared to first 20060908
8 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Result of comparison (true/false) 20060907
# Exception Resumable Description Created on
1 CX_FDT_CONVERSION FDT: Conversion Failure 20060907

Method COMPARE_NUMBERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPARE_OPERATOR Call by reference Type reference (TYPE) DDOPTION Compare operator 20060907
2 Importing IV_VALUE_1 Call by reference Type reference (TYPE) SIMPLE First number 20060908
3 Importing IV_VALUE_2 Call by reference Type reference (TYPE) SIMPLE Second number to be compared to first 20060908
4 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Result of comparison (true/false) 20060907
# Exception Resumable Description Created on
1 CX_FDT_CONVERSION 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 Importing IV_COMPARE_OPERATOR Call by reference Type reference (TYPE) DDOPTION Compare operator 20060907
2 Importing IV_ELEMENT_TYPE_1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE Element type of first value 20060907
3 Importing IV_ELEMENT_TYPE_2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE Element type of second value 20060907
4 Importing IV_VALUE_1 Call by reference Type reference (TYPE) ANY First quantity or number 20060908
5 Importing IV_VALUE_2 Call by reference Type reference (TYPE) ANY Second quantity or number to be compared to first 20060908
6 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Result of comparison (true/false) 20060907
# Exception Resumable Description Created on
1 CX_FDT_CONVERSION FDT: Conversion Failure 20060907

Method COMPARE_STRUCTURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_STRUCTURE_1 Call by reference Type reference (TYPE) ANY First structure 20060908
2 Importing IS_STRUCTURE_2 Call by reference Type reference (TYPE) ANY Second structure to be compared to first 20060908
3 Importing IV_COMPARE_OPERATOR Call by reference Type reference (TYPE) DDOPTION Compare operator 20060907
4 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20120810
5 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Result of comparison (true/false) 20060907
# Exception Resumable Description Created on
1 CX_FDT_CONVERSION FDT: Conversion Failure 20060907

Method COMPARE_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE_1 Call by reference Type reference (TYPE) STANDARD TABLE First table 20060908
2 Importing IT_TABLE_2 Call by reference Type reference (TYPE) STANDARD TABLE Second table to be compared to first 20060908
3 Importing IV_COMPARE_OPERATOR Call by reference Type reference (TYPE) DDOPTION Compare operator 20060907
4 Importing IV_ELEMENT_TYPE_1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE Element type of line of first table 20060907
5 Importing IV_ELEMENT_TYPE_2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE Element type of line of second table 20060907
6 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20061228
7 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Result of comparison (true/false) 20060907
# Exception Resumable Description Created on
1 CX_FDT_CONVERSION FDT: Conversion Failure 20060907

Method COMPARE_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPARE_OPERATOR Call by reference Type reference (TYPE) DDOPTION Compare operator 20060907
2 Importing IV_VALUE_1 Call by reference Type reference (TYPE) CSEQUENCE First text 20060908
3 Importing IV_VALUE_2 Call by reference Type reference (TYPE) CSEQUENCE Second text to be compared to first 20060908
4 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Result of comparison (true/false) 20060907
# Exception Resumable Description Created on
1 CX_FDT_CONVERSION FDT: Conversion Failure 20060907

Method COMPARE_TIMEPOINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPARE_OPERATOR Call by reference Type reference (TYPE) DDOPTION Compare operator 20060907
2 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20061228
3 Importing IV_VALUE_1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TIMEPOINT First time-point 20060908
4 Importing IV_VALUE_2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TIMEPOINT Second time-point to be compared to first 20060908
5 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Result of comparison (true/false) 20060907
# Exception Resumable Description Created on
1 CX_FDT_CONVERSION 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 Importing IV_ELEMENT_TYPE Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE Elementary Data Type 20130226
2 Importing IV_VALUE Call by reference Type reference (TYPE) ANY Any type is accepted for conversion 20130226
3 Returning RV_RESULT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Converted to text value 20130226
# Exception Resumable Description Created on
1 CX_FDT_CONVERSION FDT: Conversion Failure 20130226

Method GENERATE_COMPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_SOURCE_CODE Value transfer Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE 20061030
2 Importing IV_CREATE_VARIABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20061107
3 Importing 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 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20061228
5 Importing IV_IS_NUMC Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Numc conversion to number 20130828
6 Importing IV_OPTION Call by reference Type reference (TYPE) IF_FDT_RANGE=>OPTION 20061030
7 Importing IV_RESULT_NAME Call by reference Type reference (TYPE) CLIKE 20061117
8 Importing IV_TEST_TYPE_1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE 20061129
9 Importing IV_TEST_TYPE_2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE 20061129
10 Importing IV_TIMEPOINT_TYPE1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMEPOINT_TYPE Timepoint Type 20100209
11 Importing IV_TIMEPOINT_TYPE2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMEPOINT_TYPE Timepoint Type 20100209
12 Importing IV_UNIFY_CASE Call by reference Type reference (TYPE) ABAP_BOOL 20061107
13 Importing IV_VAR_NAME Call by reference Type reference (TYPE) CLIKE 20061030
14 Importing IV_VAR_NAME_IS_UPPER_CASE Call by reference Type reference (TYPE) ABAP_BOOL 20110617
15 Importing IV_VAR_NAME_TEST Call by reference Type reference (TYPE) CLIKE 20061030
# Exception Resumable Description Created on
1 CX_FDT_GENERATION 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 Importing IV_CREATE_VARIABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120104
2 Importing 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 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20120104
4 Importing IV_OPTION Call by reference Type reference (TYPE) IF_FDT_RANGE=>OPTION 20120104
5 Importing IV_RESULT_NAME Call by reference Type reference (TYPE) CLIKE 20120104
6 Importing IV_TEST_TYPE_1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE 20120104
7 Importing IV_TEST_TYPE_2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE 20120104
8 Importing IV_TIMEPOINT_TYPE1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMEPOINT_TYPE Timepoint Type 20120104
9 Importing IV_TIMEPOINT_TYPE2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMEPOINT_TYPE Timepoint Type 20120104
10 Importing IV_UNIFY_CASE Call by reference Type reference (TYPE) ABAP_BOOL 20120104
11 Importing IV_VAR_NAME Call by reference Type reference (TYPE) CLIKE 20120104
12 Importing IV_VAR_NAME_IS_UPPER_CASE Call by reference Type reference (TYPE) ABAP_BOOL 20120104
13 Importing IV_VAR_NAME_TEST Call by reference Type reference (TYPE) CLIKE 20120104
14 Returning RT_SOURCE_CODE Value transfer Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE 20130109
# Exception Resumable Description Created on
1 CX_FDT_GENERATION 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 Returning ET_SOURCE_CODE Value transfer Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE 20100209
2 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20100209
3 Importing IV_OPTION Call by reference Type reference (TYPE) IF_FDT_RANGE=>OPTION 20100209
4 Importing IV_RESULT_NAME Call by reference Type reference (TYPE) CLIKE 20100209
5 Importing IV_TIMEPOINT_TYPE1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMEPOINT_TYPE Timepoint Type 20100209
6 Importing IV_TIMEPOINT_TYPE2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMEPOINT_TYPE Timepoint Type 20100209
7 Importing IV_VAR_NAME Call by reference Type reference (TYPE) CLIKE 20100209
8 Importing IV_VAR_NAME_TEST Call by reference Type reference (TYPE) CLIKE 20100209
# Exception Resumable Description Created on
1 CX_FDT_GENERATION 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 Returning ET_SOURCE_CODE Value transfer Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE Table with Source Code 20100209
2 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20100209
3 Importing 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 Importing IV_RESULT_NAME Call by reference Type reference (TYPE) CLIKE 20100209
5 Importing IV_VAR_NAME Call by reference Type reference (TYPE) CLIKE 20100209
6 Importing IV_VAR_NAME_TEST Call by reference Type reference (TYPE) CLIKE 20100209
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20100209

Method GET_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEXT Call by reference Type reference (TYPE) CSEQUENCE Text element containing a number 20060908
2 Returning 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 CX_FDT_CONVERSION FDT: Conversion Failure 20060908
History
Last changed by/on SAP  20140121 
SAP Release Created in 710