SAP ABAP Class CL_UPF_FC_MODEL_BASE (Forecast Model Base Class)
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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_UPF_FC_EXP_SMOOTHING | Exponential Smoothing | 20030131 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_UPF_FC_LINEAR_REGRESSION | Forecast Model Linear Regression | 20030131 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_UPF_FC_MOVING_AVERAGE | Forecast Model for Moving Average | 20030131 |
Properties
| Class | CL_UPF_FC_MODEL_BASE | |
| Short Description | Forecast Model Base Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UPF | SEM-BPS: Planning Functions |
| Created | 20030131 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_UPF_FC_MODEL_BASE has no forward declaration.
Interfaces
Class CL_UPF_FC_MODEL_BASE has no interface implemented.
Friends
Class CL_UPF_FC_MODEL_BASE 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 | Observation Values | 20030131 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | I | Number of Periods of Observation Values | 20030203 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20030131 | |
| 2 |