SAP ABAP Class CL_UPF_FORECASTING (General Forecasting Technique)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA-BPS (Application Component) Business Planning and Simulation
⤷
UPF (Package) SEM-BPS: Planning Functions
⤷
⤷
Properties
| Class | CL_UPF_FORECASTING | |
| Short Description | General Forecasting Technique | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UPF | SEM-BPS: Planning Functions |
| Created | 20030124 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_UPF_FORECASTING has no interface implemented.
Friends
Class CL_UPF_FORECASTING has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 1 | Recognition Outlier: Variance Forecast Error | 20030220 | ||
| 2 | Constant | Public | Type reference (TYPE) | I | 2 | Recognition Outlier: Variance Actual Values | 20030220 | ||
| 3 | Constant | Public | Type reference (TYPE) | I | 0 | Recognition Outlier: None | 20030220 | ||
| 4 | Constant | Private | Type reference (TYPE) | UPF_E_BOOL | '0' | False | 20030303 | ||
| 5 | Constant | Public | Type reference (TYPE) | I | 2 | Replacement Outlier: (Moving) Average | 20030220 | ||
| 6 | Constant | Public | Type reference (TYPE) | I | 1 | Replacement Outlier: Forecast Value | 20030220 | ||
| 7 | Constant | Public | Type reference (TYPE) | I | 0 | Replacement Outlier: None | 20030220 | ||
| 8 | Constant | Public | Type reference (TYPE) | I | 11 | Total Average Strategy | 20030302 | ||
| 9 | Constant | Public | Type reference (TYPE) | I | 41 | Automatic Model Selection Strategy | 20030302 | ||
| 10 | Constant | Public | Type reference (TYPE) | I | 31 | Linear Regression Strategy | 20030303 | ||
| 11 | Constant | Public | Type reference (TYPE) | I | 12 | Moving Average Strategy | 20030302 | ||
| 12 | Constant | Public | Type reference (TYPE) | I | 23 | Seasonal Exp. Smoothing Strategy | 20030303 | ||
| 13 | Constant | Public | Type reference (TYPE) | I | 21 | Single Exp. Smoothing Strategy | 20030302 | ||
| 14 | Constant | Public | Type reference (TYPE) | I | 22 | Linear Exp. Smoothing Strategy | 20030302 | ||
| 15 | Constant | Public | Type reference (TYPE) | I | 24 | Trend-Seasonal Exponential Smoothing Strategy (Multi.) | 20030303 | ||
| 16 | Constant | Public | Type reference (TYPE) | I | 25 | Trend-Seasonal Exponential Smoothing Srategy (Additive) | 20030909 | ||
| 17 | Constant | Public | Type reference (TYPE) | I | 13 | Weighted Moving Average Strategy | 20030302 | ||
| 18 | Constant | Private | Type reference (TYPE) | UPF_E_BOOL | '1' | True | 20030303 | ||
| 19 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_UPF_FC_EXP_SMOOTHING | Exponential smoothing | 20030303 | |||
| 20 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_UPF_FC_LINEAR_REGRESSION | Forecast Model Linear Regression | 20030303 | |||
| 21 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_UPF_FC_MOVING_AVERAGE | Forecast Model for Moving Average | 20030303 | |||
| 22 | Instance attribute | Public | Type reference (TYPE) | UPF_T_FLOAT | Time Series Observation Values | 20030220 | |||
| 23 | Instance attribute | Public | Type reference (TYPE) | UPF_T_FLOAT | Cleaned Up Observation Values | 20030303 | |||
| 24 | Instance attribute | Protected | Type reference (TYPE) | UPF_T_INT4 | Selectable Model Types | 20030303 | |||
| 25 | Instance attribute | Public | Type reference (TYPE) | UPF_T_FLOAT | Ex-post Forecast Values | 20030220 | |||
| 26 | Instance attribute | Protected | Type reference (TYPE) | UPF_T_FLOAT | 20030302 | ||||
| 27 | Instance attribute | Protected | Type reference (TYPE) | F | 20030302 | ||||
| 28 | Instance attribute | Protected | Type reference (TYPE) | F | 20030302 | ||||
| 29 | Instance attribute | Protected | Type reference (TYPE) | F | 20030302 | ||||
| 30 | Instance attribute | Protected | Type reference (TYPE) | F | 20030302 | ||||
| 31 | Instance attribute | Protected | Type reference (TYPE) | F | 20030302 | ||||
| 32 | Instance attribute | Protected | Type reference (TYPE) | F | 20030302 | ||||
| 33 | Instance attribute | Protected | Type reference (TYPE) | F | 20030302 | ||||
| 34 | Instance attribute | Protected | Type reference (TYPE) | F | 20030302 | ||||
| 35 | Instance attribute | Protected | Type reference (TYPE) | I | 20030302 | ||||
| 36 | Instance attribute | Public | Type reference (TYPE) | I | Offset Forecast Values Relative to Observation Values | 20030220 | |||
| 37 | Instance attribute | Protected | Type reference (TYPE) | F | 20030302 | ||||
| 38 | Instance attribute | Protected | Type reference (TYPE) | F | 20030302 | ||||
| 39 | Instance attribute | Protected | Type reference (TYPE) | F | 20030302 | ||||
| 40 | Instance attribute | Protected | Type reference (TYPE) | F | 20030302 | ||||
| 41 | Instance attribute | Protected | Type reference (TYPE) | I | 20030302 | ||||
| 42 | Instance attribute | Protected | Type reference (TYPE) | I | 20030302 | ||||
| 43 | Static Attribute | Protected | Type reference (TYPE) | UPF_E_BOOL | Replace Negative Forecast Values with 0 | 20030915 | |||
| 44 | Instance attribute | Protected | Type reference (TYPE) | UPF_E_BOOL | 20030302 | ||||
| 45 | Instance attribute | Public | Type reference (TYPE) | I | 0 | ID Recognition Outlier | 20030220 | ||
| 46 | Instance attribute | Public | Type reference (TYPE) | I | 0 | Order of Moving Average | 20030220 | ||
| 47 | Instance attribute | Public | Type reference (TYPE) | I | 0 | ID Replacement Outlier | 20030220 | ||
| 48 | Instance attribute | Public | Type reference (TYPE) | F | '0.0' | Outlier Treatment: Sigma Factor | 20030220 | ||
| 49 | Instance attribute | Protected | Type reference (TYPE) | I | 20030302 | ||||
| 50 | Instance attribute | Protected | Type reference (TYPE) | I | 20030302 | ||||
| 51 | Instance attribute | Public | Type reference (TYPE) | I | ID Strategy | 20030302 | |||
| 52 | Instance attribute | Protected | Type reference (TYPE) | F | 20030302 | ||||
| 53 | Instance attribute | Protected | Type reference (TYPE) | I | 20030302 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Automatic Model Selection | 20030303 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20030220 | |
| 3 |