Function Module list used by SAP ABAP Class CL_RSR_MDX_NUM_VAL (Numeric Value Functions)
SAP ABAP Class
CL_RSR_MDX_NUM_VAL (Numeric Value Functions) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | RRT_MATH_AVG | determines the mean of a set of values | ||
| 2 | RRT_MATH_MAX | determines the maximum of a set of values | ||
| 3 | RRT_MATH_MEDIAN | computes the median for a set of values | ||
| 4 | RRT_MATH_MIN | Determines the minimum for a <numeric_value_expression> for a <set> | ||
| 5 | RRT_MATH_STDDEV | computes the standard deviation for a set of values | ||
| 6 | RRT_MATH_SUM | Computes the sum of the numeric values ##of one set | ||
| 7 | RRT_MATH_VAR | coputes the variance for a set of values | ||