Hierarchy
⤷
⤷
Basic Data
| Data Element | RSBCTSDPR_D_ALG_CLASSNAME |
| Short Description | Class Name of Metric Algorithm |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | SEOCLSNAME | |
| Data Type | CHAR | Character String |
| Length | 30 | |
| Decimal Places | 0 | |
| Output Length | 30 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Alg.ClassN |
| Medium | 15 | Alg. Class Name |
| Long | 31 | Class Name of Metric Algorithm |
| Heading | 30 | Alg. Class Name |
Documentation
Definition
The class name of a metric algorithm is the name of an ABAP OO class that defines the algorithm used to calculate score values for the metric.
Use
Several algorithm classes have been provided in the SDPR package. You can also define your own algorithm class. Please note that this class must implement the ABAP OO interface with name CL_RSSDPR_CALC_METRICCALCALG.
Dependencies
Example
Existing class names and algorithms include:
CL_RSSDPR_ALG_ASN_ACCUR Algorithm to calculate scores for metric with ID: ASN_ACCUR
CL_RSSDPR_ALG_ASN_TIME Algorithm to calculate scores for metric with ID: ASN_TIME
CL_RSSDPR_ALG_CUM_IMBAL Algorithm to calculate scores for metric with ID: CUM_IMBAL
CL_RSSDPR_ALG_EO_RESP Algorithm to calculate scores for metric with ID: EO_RESP
CL_RSSDPR_ALG_ONTL_ONT Algorithm to calculate scores for metric with ID: ONTL_ONT
CL_RSSDPR_ALG_ONTL_OVDUE Algorithm to calculate scores for metric with ID: ONTL_OVDUE
CL_RSSDPR_ALG_ONTQ Algorithm to calculate metrics for on-time deliveries (quantity alg.)
CL_RSSDPR_ALG_PROBLEM_REPORTS Algorithm to calculate scores for metrics related to problem reports
CL_RSSDPR_ALG_PROMDT_ACC Algorithm to calculate scores for metric with ID: PROMDT_ACC
CL_RSSDPR_ALG_SA_NONCOMP Algorithm to calculate scores for metric with ID: SA_NONCOMP
CL_RSSDPR_ALG_SHIP_DISCR Algorithm to calculate scores for metric with ID: SHIP_DISCR
History
| Last changed by/on | SAP | 20141031 |
| SAP Release Created in | 352 |