SAP ABAP Class CL_FDT_FORMULA_FUNCTIONAL (FDT: Standard Formula Functionals)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_EXPRESSIONS (Package) BRFplus: Expressions
Properties
Class CL_FDT_FORMULA_FUNCTIONAL  
Short Description FDT: Standard Formula Functionals    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_EXPRESSIONS   BRFplus: Expressions 
Created 20110601   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_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FDT_FORMULA_FUNCTIONAL has no interface implemented.
Friends
Class CL_FDT_FORMULA_FUNCTIONAL has no friend class.
Attributes
Class CL_FDT_FORMULA_FUNCTIONAL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ABS_VALUE Static method Public Method Absolute Value 20110601
2 AND Static method Public Method Boolean operator AND 20110601
3 ARCCOS Static method Public Method Arccosine 20110601
4 ARCSIN Static method Public Method Arcsine 20110601
5 ARCTAN Static method Public Method Arctangent 20110601
6 CONCATENATE Static method Public Method Concatenate two strings 20110601
7 CONCATENATE_STRUCTURE Static method Public Method Concatenate the values in a structure 20121010
8 CONCATENATE_TABLE Static method Public Method Concatenate the values of an unstructured table 20121010
9 CONDENSE Static method Public Method Trims off leading and trailing white space 20110601
10 CONVERT_AMOUNT Static method Public Method Converts an amount to the specified currency 20110601
11 CONVERT_QUANTITY Static method Public Method Converts a quantity to the specified unit 20110601
12 COSH_ Static method Public Method Hyperbolic cosine 20110601
13 COS_ Static method Public Method Cosine 20110601
14 COUNT_SUBSTRING Static method Public Method Counts a given substring in a string 20111123
15 DIV_ Static method Public Method Calculates the whole number ratio of the two numbers 20110706
16 EDIT_DISTANCE Static method Public Method Computes the operation required for transforming two strings 20110601
17 EQ Static method Public Method Equals 20110704
18 EQUIV Static method Public Method Boolean operator EQUIVALENCE 20110601
19 EXPONENT Static method Public Method Exponential function to the base e 20110601
20 FIND_SUBSTRING Static method Public Method Finds a substring in a string 20111214
21 FIND_SUBSTRING_POSITION Static method Public Method Finds the position of substring in a string 20111214
22 FRAC_ Static method Public Method Returns the decimal value of a fraction 20110601
23 GE Static method Public Method Greater than or equal to 20110704
24 GET_CURRENCY Static method Public Method Returns the currency as text from an amount 20110601
25 GET_UNIT Static method Public Method Returns the unit as text from a quantity 20110601
26 GT Static method Public Method Greater 20110704
27 IF Static method Public Method Test 20110706
28 INSERT_STRING Static method Public Method Inserts a string at given position in a string 20111124
29 IS_INITIAL Static method Public Method Returns TRUE, if the transferred value is 'blank' 20110803
30 LE Static method Public Method Less than or equal to 20110704
31 LOG_10 Static method Public Method Logarithm to the base 10 20110601
32 LOG_E Static method Public Method Natural logarithm to the base e 20110601
33 LT Static method Public Method Less than 20110704
34 MAX Static method Public Method Returns the larger of two values 20110601
35 MIN Static method Public Method Returns the smaller of two values 20110601
36 MOD_ Static method Public Method Calculates the integer remainder from dividing two numbers 20110711
37 NE Static method Public Method Not equal to 20110704
38 NOT Static method Public Method Boolean operator NOT 20110601
39 OR Static method Public Method Boolean operator OR 20110601
40 POWER Static method Public Method Raise to a power 20110601
41 REPLACE_STRING Static method Public Method Replaces a part of the base string with another string 20111124
42 REPLACE_SUBSTRING Static method Public Method Replaces all occurences of a substring with another string 20111122
43 REVERSE_ Static method Public Method Reverses a string 20111122
44 ROUND Static method Public Method Rounds the value to a specified number of decimal places. 20110601
45 SHIFT_LEFT_PLACES Static method Public Method Shifts a string to left by n places 20111123
46 SHIFT_LEFT_SUBSTRING Static method Public Method Removes all leading occurrences of a substring from a string 20111123
47 SHIFT_RIGHT_PLACES Static method Public Method Shifts a string to right by n places 20111123
48 SHIFT_RIGHT_SUBSTRING Static method Public Method Removes all trailing occurrences of substring from a string 20111123
49 SIGN_ Static method Public Method Sign 20110601
50 SINH_ Static method Public Method Hyperbolic Sine 20110601
51 SIN_ Static method Public Method Sine 20110601
52 SQUARE_ROOT Static method Public Method Calculates the Square Root of a Number 20110601
53 STRING_LENGTH Static method Public Method Returns the length of a string 20110601
54 STRING_SIMILARITY Static method Public Method Measures the similarity of two strings 20110601
55 SUBSTRING Static method Public Method Returns the specified part of a string 20120307
56 SUBSTRING_FROM_IDX Static method Public Method Returns the end of a string from the given offset 20111214
57 SUBSTRING_FROM_STR Static method Public Method Returns a string before the substring 20111214
58 SUBSTRING_TO_IDX Static method Public Method Returns the beginning of a string up to the given offset 20111214
59 SUBSTRING_TO_STR Static method Public Method Returns a string after the substring 20111214
60 TABLE_AVG_AMOUNT Static method Public Method Returns the average of the amount in a table column 20110601
61 TABLE_AVG_NUMBER Static method Public Method Returns the average of the number in a table column 20110601
62 TABLE_AVG_QUANTITY Static method Public Method Returns the average of the quantity in a table column 20110601
63 TABLE_MAX_AMOUNT Static method Public Method Returns the maximum amount from a table column 20110601
64 TABLE_MAX_NUMBER Static method Public Method Returns the maximum number from a table column 20110601
65 TABLE_MAX_QUANTITY Static method Public Method Returns the maximum quantity from a table column 20110601
66 TABLE_MAX_TIMEPOINT Static method Public Method Returns the maximum timepoint from a table column 20110601
67 TABLE_MIN_AMOUNT Static method Public Method Returns the minimum amount from a table column 20110601
68 TABLE_MIN_NUMBER Static method Public Method Returns the minimum number from a table column 20110601
69 TABLE_MIN_QUANTITY Static method Public Method Returns the minimum quantity from a table column 20110601
70 TABLE_MIN_TIMEPOINT Static method Public Method Returns the minimum timepoint from a table column 20110601
71 TABLE_ROW_COUNT Static method Public Method Count the number of rows in a table 20110607
72 TABLE_SUM_AMOUNT Static method Public Method Returns the sum of the amounts in a table column 20110601
73 TABLE_SUM_NUMBER Static method Public Method Returns the sum of the numbers in a table column 20110601
74 TABLE_SUM_QUANTITY Static method Public Method Returns the sum of the quantities in a table column 20110601
75 TANH_ Static method Public Method Hyperbolic Tangent 20110601
76 TAN_ Static method Public Method Tangent 20110601
77 TOLOWER Static method Public Method Converts a character string into lower case 20120625
78 TONUMBER Static method Public Method Conv Text/Number/Boolean/Amount/Quantity/Timepoint to Number 20110705
79 TOSTRING Static method Public Method Conv Text/Number/Boolean/Amount/Quantity/Timepoint to Text 20110706
80 TOUPPER Static method Public Method Converts a character string into upper case 20110601
81 TO_AMOUNT Static method Public Method Combines a number and currency into a BRF+ amount 20110601
82 TO_QUANTITY Static method Public Method Combines a number and unit into a BRF+ quantity 20110601
83 TRUNC_ Static method Public Method Returns the integer part of a decimal fraction 20110601
Events
Class CL_FDT_FORMULA_FUNCTIONAL has no event.
Types
Class CL_FDT_FORMULA_FUNCTIONAL has no local type.
Method Signatures

Method ABS_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NUMBER Call by reference Type reference (TYPE) ANY Elementary Data Type Number 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) ANY Elementary Data Type Number 20110601

Method ABS_VALUE on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method AND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Result 20110601
2 Importing IV_ARG1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Elementary Data Type Boolean 20110601
3 Importing IV_ARG2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Elementary Data Type Boolean 20110601

Method AND on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method ARCCOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) F Result 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) F Elementary Data Type Number 20110601

Method ARCCOS on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method ARCSIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) F Result 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) F Elementary Data Type Number 20110601

Method ARCSIN on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method ARCTAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) F Result 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) F Elementary Data Type Number 20110601

Method ARCTAN on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method CONCATENATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Result 20110601
2 Importing IV_ARG1 Call by reference Type reference (TYPE) ANY Argument 1 20110601
3 Importing IV_ARG2 Call by reference Type reference (TYPE) ANY Argument 2 20110601

Method CONCATENATE on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method CONCATENATE_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Result 20121010
2 Importing IA_STRUCTURE Call by reference Type reference (TYPE) ANY Structure 20121010
3 Importing IV_DELIMITER Call by reference Type reference (TYPE) CSEQUENCE Delimiter 20121010

Method CONCATENATE_STRUCTURE on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method CONCATENATE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Result 20121010
2 Importing IA_TABLE Call by reference Type reference (TYPE) ANY TABLE Table Value 20121010
3 Importing IV_DELIMITER Call by reference Type reference (TYPE) CSEQUENCE Delimiter 20121010

Method CONCATENATE_TABLE on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method CONDENSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRING Call by reference Type reference (TYPE) STRING String 20110601
2 Returning RV_STRING Value transfer Type reference (TYPE) STRING Condensed String 20110601

Method CONDENSE on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method CONVERT_AMOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VALUE Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_AMOUNT Amount 20110601
2 Importing IV_CURRENCY Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_CURRENCY Target currency 20110601
3 Returning RS_AMOUNT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_AMOUNT 20110601

Method CONVERT_AMOUNT on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method CONVERT_QUANTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VALUE Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_QUANTITY Quantity 20110601
2 Importing IV_UNIT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_UNIT Target unit 20110601
3 Returning RS_QUANTITY Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_QUANTITY 20110601

Method CONVERT_QUANTITY on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method COSH_ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NUMBER Call by reference Type reference (TYPE) F Result 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) F Number 20110601

Method COSH_ on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method COS_ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) F Result 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) F Angle 20110601

Method COS_ on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method COUNT_SUBSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_COUNT Call by reference Type reference (TYPE) I Output count 20111123
2 Importing IV_INPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input string 20111123
3 Importing IV_SUBSTRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input substring 20111123

Method COUNT_SUBSTRING on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method DIV_ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Quotient 20110706
2 Importing IV_ARG1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Dividend 20110706
3 Importing IV_ARG2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Divisor 20110706

Method DIV_ on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method EDIT_DISTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRING1 Call by reference Type reference (TYPE) STRING First String 20110601
2 Importing IV_STRING2 Call by reference Type reference (TYPE) STRING Second String 20110601
3 Returning RV_EDIT_DISTANCE Value transfer Type reference (TYPE) I Number of operations required to transform first into second 20110601

Method EDIT_DISTANCE on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method EQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Result (True or False) 20110704
2 Importing IM_ARG1 Value transfer Type reference (TYPE) ANY Value 20110704
3 Importing IM_ARG2 Value transfer Type reference (TYPE) ANY Value 20110704

Method EQ on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method EQUIV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Result 20110601
2 Importing IV_ARG1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Logical operand 20110601
3 Importing IV_ARG2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Logical operand 20110601

Method EQUIV on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method EXPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Result 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Number 20110601

Method EXPONENT on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method FIND_SUBSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FOUND Call by reference Type reference (TYPE) ABAP_BOOL 'X': If substring is found, otherwise false 20111214
2 Importing IV_INPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input string 20111214
3 Importing IV_SUBSTRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input substring 20111214

Method FIND_SUBSTRING on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method FIND_SUBSTRING_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUBSTRING_IDX Call by reference Type reference (TYPE) I Position of the substring in the given string 20111214
2 Importing IV_INPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input string 20111214
3 Importing IV_SUBSTRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input substring 20111214

Method FIND_SUBSTRING_POSITION on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method FRAC_ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Result 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Number 20110601

Method FRAC_ on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method GE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Result (True or False) 20110704
2 Importing IM_ARG1 Value transfer Type reference (TYPE) ANY Value 20110704
3 Importing IM_ARG2 Value transfer Type reference (TYPE) ANY Value 20110704

Method GE on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method GET_CURRENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VALUE Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_AMOUNT Amount 20110601
2 Returning RV_CURRENCY Value transfer Type reference (TYPE) STRING 20110601

Method GET_CURRENCY on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method GET_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VALUE Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_QUANTITY Quantity 20110601
2 Returning RV_UNIT Value transfer Type reference (TYPE) STRING 20110601

Method GET_UNIT on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method GT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Result (True or False) 20110704
2 Importing IM_ARG1 Value transfer Type reference (TYPE) ANY Value 20110704
3 Importing IM_ARG2 Value transfer Type reference (TYPE) ANY Value 20110704

Method GT on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method IF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULT Value transfer Type reference (TYPE) ANY Result 20110706
2 Importing IM_CONDITION Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Condition 20110706
3 Importing IM_RESULT_FALSE Call by reference Type reference (TYPE) ANY Result if "False" 20110706
4 Importing IM_RESULT_TRUE Call by reference Type reference (TYPE) ANY Result if "True" 20110706

Method IF on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method INSERT_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OUTPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Output string 20111124
2 Importing IV_INPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input string 20111124
3 Importing IV_INSERT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT String to be inserted 20111124
4 Importing IV_POSITION Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input position 20111124

Method INSERT_STRING on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method IS_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VALUE Call by reference Type reference (TYPE) ANY Value to be Checked 20110803
2 Returning RV_RESULT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Result 20110803

Method IS_INITIAL on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method LE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Result (True or False) 20110704
2 Importing IM_ARG1 Value transfer Type reference (TYPE) ANY Value 20110704
3 Importing IM_ARG2 Value transfer Type reference (TYPE) ANY Value 20110704

Method LE on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method LOG_10 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Result 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Number 20110601

Method LOG_10 on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method LOG_E Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Result 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Number 20110601

Method LOG_E on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method LT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Result (True or False) 20110704
2 Importing IM_ARG1 Value transfer Type reference (TYPE) ANY Value 20110704
3 Importing IM_ARG2 Value transfer Type reference (TYPE) ANY Value 20110704

Method LT on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method MAX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EA_MAX Call by reference Type reference (TYPE) ANY 20110601
2 Importing IA_VALUE1 Call by reference Type reference (TYPE) ANY First value 20110601
3 Importing IA_VALUE2 Call by reference Type reference (TYPE) ANY Second value 20110601
# Exception Resumable Description Created on
1 CX_FDT_ARITHMETIC_ERROR FDT: Arithmetic error 20110601

Method MIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EA_MIN Call by reference Type reference (TYPE) ANY 20110601
2 Importing IA_VALUE1 Call by reference Type reference (TYPE) ANY First value 20110601
3 Importing IS_VALUE2 Call by reference Type reference (TYPE) ANY Second value 20110601

Method MIN on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method MOD_ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Remainder 20110711
2 Importing IV_ARG1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Dividend 20110711
3 Importing IV_ARG2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Divisor 20110711

Method MOD_ on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method NE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Result (True or False) 20110704
2 Importing IM_ARG1 Value transfer Type reference (TYPE) ANY Value 20110704
3 Importing IM_ARG2 Value transfer Type reference (TYPE) ANY Value 20110704

Method NE on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method NOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Result 20110601
2 Importing IV_ARG Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Logical Operand 20110601

Method NOT on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method OR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Result 20110601
2 Importing IV_ARG1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Logical Operand 20110601
3 Importing IV_ARG2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_BOOLEAN Logical Operand 20110601

Method OR on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method POWER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Result 20110601
2 Importing IV_ARG1 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Base 20110601
3 Importing IV_ARG2 Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Exponent 20110601

Method POWER on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method REPLACE_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OUTPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Output string 20111124
2 Importing IV_INPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input string 20111124
3 Importing IV_POSITION Call by reference Type reference (TYPE) I Input position 20111124
4 Importing IV_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input substring 20111124

Method REPLACE_STRING on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method REPLACE_SUBSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OUTPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Output string 20111122
2 Importing IV_INPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input string 20111122
3 Importing IV_NEW_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input new string 20111122
4 Importing IV_SUBSTRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input substring to be replaced 20111122

Method REPLACE_SUBSTRING on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method REVERSE_ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OUTPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Output string 20111122
2 Importing IV_INPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input string 20111122

Method REVERSE_ on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method ROUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EA_VALUE Call by reference Type reference (TYPE) ANY 20110601
2 Importing IA_VALUE Call by reference Type reference (TYPE) ANY 20110601
3 Importing IV_DECIMAL Call by reference Type reference (TYPE) I 20110601

Method ROUND on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method SHIFT_LEFT_PLACES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OUTPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Output string 20111123
2 Importing IV_INPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input string 20111123
3 Importing IV_POSITION Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input position of string 20111123

Method SHIFT_LEFT_PLACES on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method SHIFT_LEFT_SUBSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OUTPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Output string 20111123
2 Importing IV_INPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input string 20111123
3 Importing IV_SUBSTRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input substring 20111123

Method SHIFT_LEFT_SUBSTRING on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method SHIFT_RIGHT_PLACES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OUTPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Output string 20111123
2 Importing IV_INPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input string 20111123
3 Importing IV_POSITION Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Position of the string 20111123

Method SHIFT_RIGHT_PLACES on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method SHIFT_RIGHT_SUBSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OUTPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Output string 20111123
2 Importing IV_INPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input string 20111123
3 Importing IV_SUBSTRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input substring 20111123

Method SHIFT_RIGHT_SUBSTRING on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method SIGN_ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Result 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Number 20110601

Method SIGN_ on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method SINH_ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) F Result 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) F Number 20110601

Method SINH_ on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method SIN_ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) F Result 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) F Angle 20110601

Method SIN_ on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method SQUARE_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Result 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Number 20110601

Method SQUARE_ROOT on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method STRING_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_LENGTH Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Elementary Data Type Number 20110601
2 Importing IV_STRING Call by reference Type reference (TYPE) STRING String 20110601

Method STRING_LENGTH on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method STRING_SIMILARITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRING1 Call by reference Type reference (TYPE) STRING First String 20110601
2 Importing IV_STRING2 Call by reference Type reference (TYPE) STRING Second String 20110601
3 Returning RV_SIMILARITY Value transfer Type reference (TYPE) F Similarity (0 totally different ... 1 equal) 20110601

Method STRING_SIMILARITY on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method SUBSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Result 20120307
2 Importing IV_ARG Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Character String 20120307
3 Importing IV_LENGTH Call by reference Type reference (TYPE) I Length 20120307
4 Importing IV_OFFSET Call by reference Type reference (TYPE) I Offset 20120307

Method SUBSTRING on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method SUBSTRING_FROM_IDX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OUTPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Output string 20111214
2 Importing IV_INDEX Call by reference Type reference (TYPE) I Input index of string 20111214
3 Importing IV_INPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input string 20111214

Method SUBSTRING_FROM_IDX on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method SUBSTRING_FROM_STR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OUTPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Output string 20111214
2 Importing IV_INPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input string 20111214
3 Importing IV_SUBSTRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input substring 20111214

Method SUBSTRING_FROM_STR on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method SUBSTRING_TO_IDX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OUTPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Output string 20111214
2 Importing IV_INDEX Call by reference Type reference (TYPE) I Input index of string 20111214
3 Importing IV_INPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input string 20111214

Method SUBSTRING_TO_IDX on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method SUBSTRING_TO_STR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OUTPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Output string 20111214
2 Importing IV_INPUT_STRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input string 20111214
3 Importing IV_SUBSTRING Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Input substring 20111214

Method SUBSTRING_TO_STR on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method TABLE_AVG_AMOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITA_TABLE Call by reference Type reference (TYPE) ANY TABLE Table with values 20110601
2 Importing IV_COLUMN_NAME Call by reference Type reference (TYPE) FIELDNAME Column Name or TABLE_LINE (no structure) with quantity field 20110601
3 Returning RV_AVG_AMOUNT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_AMOUNT Average of Amounts 20110601
# Exception Resumable Description Created on
1 CX_FDT_ARITHMETIC_ERROR FDT: Arithmetic error 20110601
2 CX_FDT_CONVERSION FDT: Conversion Failure 20110601

Method TABLE_AVG_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITA_TABLE Call by reference Type reference (TYPE) ANY TABLE Table with values 20110601
2 Importing IV_COLUMN_NAME Call by reference Type reference (TYPE) FIELDNAME Column Name or TABLE_LINE (no structure) with quantity field 20110601
3 Returning RV_AVG_NUM Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Average of Numbers 20110601

Method TABLE_AVG_NUMBER on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method TABLE_AVG_QUANTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITA_TABLE Call by reference Type reference (TYPE) ANY TABLE Table with values 20110601
2 Importing IV_COLUMN_NAME Call by reference Type reference (TYPE) FIELDNAME Column Name or TABLE_LINE (no structure) with quantity field 20110601
3 Returning RV_AVG_QUANTITY Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_QUANTITY Average of Quantities 20110601

Method TABLE_AVG_QUANTITY on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method TABLE_MAX_AMOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITA_TABLE Call by reference Type reference (TYPE) ANY TABLE Table with values 20110601
2 Importing IV_COLUMN_NAME Call by reference Type reference (TYPE) FIELDNAME Column Name or TABLE_LINE (no structure) with quantity field 20110601
3 Returning RV_MAX_AMOUNT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_AMOUNT Max Amount 20110601
# Exception Resumable Description Created on
1 CX_FDT_ARITHMETIC_ERROR FDT: Arithmetic error 20110601
2 CX_FDT_CONVERSION FDT: Conversion Failure 20110601

Method TABLE_MAX_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITA_TABLE Call by reference Type reference (TYPE) ANY TABLE Table with values 20110601
2 Importing IV_COLUMN_NAME Call by reference Type reference (TYPE) FIELDNAME Column Name or TABLE_LINE (no structure) with quantity field 20110601
3 Returning RV_MAX_NUMBER Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Max Number 20110601
# Exception Resumable Description Created on
1 CX_FDT_ARITHMETIC_ERROR FDT: Arithmetic error 20110601

Method TABLE_MAX_QUANTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITA_TABLE Call by reference Type reference (TYPE) ANY TABLE Table with values 20110601
2 Importing IV_COLUMN_NAME Call by reference Type reference (TYPE) FIELDNAME Column Name or TABLE_LINE (no structure) with quantity field 20110601
3 Returning RV_MAX_QUANTITY Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_QUANTITY Max Quantity 20110601
# Exception Resumable Description Created on
1 CX_FDT_ARITHMETIC_ERROR FDT: Arithmetic error 20110601
2 CX_FDT_CONVERSION FDT: Conversion Failure 20110601

Method TABLE_MAX_TIMEPOINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITA_TABLE Call by reference Type reference (TYPE) ANY TABLE Table with values 20110601
2 Importing IV_COLUMN_NAME Call by reference Type reference (TYPE) FIELDNAME Column Name or TABLE_LINE (no structure) with quantity field 20110601
3 Returning RV_MAX_TIMEPOINT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TIMEPOINT Max Timepoint 20110601

Method TABLE_MAX_TIMEPOINT on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method TABLE_MIN_AMOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITA_TABLE Call by reference Type reference (TYPE) ANY TABLE Table with values 20110601
2 Importing IV_COLUMN_NAME Call by reference Type reference (TYPE) FIELDNAME Column Name or TABLE_LINE (no structure) with quantity field 20110601
3 Returning RV_MIN_AMOUNT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_AMOUNT Max Amount 20110601
# Exception Resumable Description Created on
1 CX_FDT_ARITHMETIC_ERROR FDT: Arithmetic error 20110601
2 CX_FDT_CONVERSION FDT: Conversion Failure 20110601

Method TABLE_MIN_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITA_TABLE Call by reference Type reference (TYPE) ANY TABLE Table with values 20110601
2 Importing IV_COLUMN_NAME Call by reference Type reference (TYPE) FIELDNAME Column Name or TABLE_LINE (no structure) with quantity field 20110601
3 Returning RV_MIN_NUMBER Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Max Number 20110601
# Exception Resumable Description Created on
1 CX_FDT_ARITHMETIC_ERROR FDT: Arithmetic error 20110601

Method TABLE_MIN_QUANTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITA_TABLE Call by reference Type reference (TYPE) ANY TABLE Table with values 20110601
2 Importing IV_COLUMN_NAME Call by reference Type reference (TYPE) FIELDNAME Column Name or TABLE_LINE (no structure) with quantity field 20110601
3 Returning RV_MIN_QUANTITY Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_QUANTITY Max Quantity 20110601
# Exception Resumable Description Created on
1 CX_FDT_ARITHMETIC_ERROR FDT: Arithmetic error 20110601
2 CX_FDT_CONVERSION FDT: Conversion Failure 20110601

Method TABLE_MIN_TIMEPOINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITA_TABLE Call by reference Type reference (TYPE) ANY TABLE Table with values 20110601
2 Importing IV_COLUMN_NAME Call by reference Type reference (TYPE) FIELDNAME Column Name or TABLE_LINE (no structure) with quantity field 20110601
3 Returning RV_MIN_TIMEPOINT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TIMEPOINT Max Timepoint 20110601

Method TABLE_MIN_TIMEPOINT on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method TABLE_ROW_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITA_TABLE Call by reference Type reference (TYPE) ANY TABLE Table with values 20110607
2 Exporting RV_ROW_COUNT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Elementary Data Type Number 20110607

Method TABLE_ROW_COUNT on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method TABLE_SUM_AMOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITA_TABLE Call by reference Type reference (TYPE) ANY TABLE Table with values 20110601
2 Importing IV_COLUMN_NAME Call by reference Type reference (TYPE) FIELDNAME Column Name or TABLE_LINE (no structure) with quantity field 20110601
3 Returning RV_SUM_AMOUNT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_AMOUNT Sum of Amounts 20110601
# Exception Resumable Description Created on
1 CX_FDT_ARITHMETIC_ERROR FDT: Arithmetic error 20110601
2 CX_FDT_CONVERSION FDT: Conversion Failure 20110601

Method TABLE_SUM_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITA_TABLE Call by reference Type reference (TYPE) ANY TABLE Table with values 20110601
2 Importing IV_COLUMN_NAME Call by reference Type reference (TYPE) FIELDNAME Column Name or TABLE_LINE (no structure) with quantity field 20110601
3 Returning RV_SUM_NUMBER Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Sum of Numbers 20110601
# Exception Resumable Description Created on
1 CX_FDT_ARITHMETIC_ERROR FDT: Arithmetic error 20110601

Method TABLE_SUM_QUANTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITA_TABLE Call by reference Type reference (TYPE) ANY TABLE Table with values 20110601
2 Importing IV_COLUMN_NAME Call by reference Type reference (TYPE) FIELDNAME Column Name or TABLE_LINE (no structure) with quantity field 20110601
3 Returning RV_SUM_QUANTITY Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_QUANTITY Sum of Quantities 20110601
# Exception Resumable Description Created on
1 CX_FDT_ARITHMETIC_ERROR FDT: Arithmetic error 20110601
2 CX_FDT_CONVERSION FDT: Conversion Failure 20110601

Method TANH_ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) F Result 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) F Number 20110601

Method TANH_ on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method TAN_ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) F Result 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) F Angle 20110601

Method TAN_ on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method TOLOWER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) STRING Result 20120625
2 Importing IV_ARG Call by reference Type reference (TYPE) STRING Character String 20120625

Method TOLOWER on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method TONUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VALUE Call by reference Type reference (TYPE) ANY Amount / Quantity / Text / Timepoint / Boolean / Number 20110829
2 Returning RV_RESULT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER 20110829

Method TONUMBER on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method TOSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ARG Call by reference Type reference (TYPE) ANY Argument 20110706
2 Returning RV_TEXT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TEXT Elementary Data Type Text 20110706

Method TOSTRING on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method TOUPPER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) STRING Result 20110601
2 Importing IV_ARG Call by reference Type reference (TYPE) STRING Character String 20110601

Method TOUPPER on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method TO_AMOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CURRENCY Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_CURRENCY BRFplus Currency 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER BRFplus Decimal Number 20110601
3 Returning RS_AMOUNT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_AMOUNT FDT: Amount (Element Amount) 20110601

Method TO_AMOUNT on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method TO_QUANTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NUMBER Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER BRFplus Decimal Number 20110601
2 Importing IV_UNIT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_UNIT FDT: Elementary Data Type Unit of Measurement 20110601
3 Returning RS_QUANTITY Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_QUANTITY FDT: Quantity (Element Quantity) 20110601

Method TO_QUANTITY on class CL_FDT_FORMULA_FUNCTIONAL has no exception.

Method TRUNC_ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Result 20110601
2 Importing IV_NUMBER Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_NUMBER Number 20110601

Method TRUNC_ on class CL_FDT_FORMULA_FUNCTIONAL has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 731