SAP ABAP Class CL_UPF_FC_MOVING_AVERAGE (Forecast Model for Moving Average)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA-BPS (Application Component) Business Planning and Simulation
⤷
UPF (Package) SEM-BPS: Planning Functions

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_UPF_FC_MODEL_BASE | Forecast Model Base Class | 20030131 |
Properties
Class | CL_UPF_FC_MOVING_AVERAGE | |
Short Description | Forecast Model for Moving Average | |
Super Class | CL_UPF_FC_MODEL_BASE | Forecast Model Base Class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | UPF | SEM-BPS: Planning Functions |
Created | 20030130 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_UPF_FC_MOVING_AVERAGE has no forward declaration.
Interfaces
Class CL_UPF_FC_MOVING_AVERAGE has no interface implemented.
Friends
Class CL_UPF_FC_MOVING_AVERAGE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | UPF_T_FLOAT | Ex-post Forecast Values | 20030130 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | UPF_T_FLOAT | Weights | 20030130 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Offset Ex-post Forecast | 20030203 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | F | Forecast value | 20030130 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Order | 20030130 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Simple Average | 20030130 |
2 | ![]() |
Instance method | Public | Method | Adjust Model to Data | 20030130 |
3 | ![]() |
Instance method | Private | Method | Weighted Moving Average | 20030130 |
4 | ![]() |