SAP ABAP Class CL_RS_FCST_UNIVARIATE (Univariate Forecast Methods)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
SCM-BAS (Application Component) SCM Basis
⤷
RS_FCST_SERVICE (Package) Wrapper for Forecast Service
⤷
⤷
Properties
| Class | CL_RS_FCST_UNIVARIATE | |
| Short Description | Univariate Forecast Methods | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | /SAPAPO/PR | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | RS_FCST_SERVICE | Wrapper for Forecast Service |
| Created | 20060227 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RS_FCST_UNIVARIATE has no forward declaration.
Interfaces
Class CL_RS_FCST_UNIVARIATE has no interface implemented.
Friends
Class CL_RS_FCST_UNIVARIATE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | /SAPAPO/GWERT_TAB | Basic Values | 20060328 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | /SAPAPO/FCST_ERROR_TAB | Error Measures | 20060328 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | /SAPAPO/PCOM | Final Forecasting parameters | 20060328 | |||
| 4 | Static Attribute | Public | Type reference (TYPE) | /SAPAPO/FLAG1 | Flag to signal that forecast has run successfuly | 20060412 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | /SAPAPO/FLAG1 | Flag to signal that forecast has run | 20060329 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | /SAPAPO/IPROG_TAB | Forecast | 20060328 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | /SAPAPO/PCOM | Forecasting parameters | 20060328 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | /SAPAPO/WERT_TAB | Historical data | 20060328 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | RSC_FCST_MESSAGE_TAB | Forecast Messages | 20060328 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | /SAPAPO/WERT_TAB | Seasonal Indices for Manual Forecasting | 20060328 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | /SAPAPO/FCST_FACTOR_TAB | Trend Dampening Factors | 20060328 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | /SAPAPO/IPROG_TAB | Trend Values | 20060328 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | /SAPAPO/FCST_FACTOR_TAB | Weighting Factors | 20060328 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20060412 | |
| 2 | Instance method | Public | Method | executes the univariate forecast | 20060328 | |
| 3 | Instance method | Public | Method | reads the Forecast_Parameters attribute | 20060329 | |
| 4 | Instance method | Private | Method | Initializes output attributes | 20060328 | |
| 5 | Instance method | Public | Method | returnes the results of the univariate forecast | 20060328 | |
| 6 | Instance method | Public | Method | sets the Forecast_Parameters attribute | 20060328 |
Events
Class CL_RS_FCST_UNIVARIATE has no event.
Types
Class CL_RS_FCST_UNIVARIATE has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_FORECAST_PARAMETERS | Value transfer | Type reference (TYPE) | /SAPAPO/PCOM | Forecast Parameters | 20060412 | |||
| 2 | IM_HISTORY | Value transfer | Type reference (TYPE) | /SAPAPO/WERT_TAB | History | 20060412 | |||
| 3 | IM_SEASON_INDICES | Value transfer | Type reference (TYPE) | /SAPAPO/WERT_TAB | Seasonal Inidices for Manual Forecasting | 20060412 | |||
| 4 | IM_TREND_DAMPENING | Value transfer | Type reference (TYPE) | /SAPAPO/FCST_FACTOR_TAB | Trend Dampening Factors | 20060412 | |||
| 5 | IM_WEIGHTING_FACTORS | Value transfer | Type reference (TYPE) | /SAPAPO/FCST_FACTOR_TAB | Weighting Factors | 20060412 |
Method CONSTRUCTOR on class CL_RS_FCST_UNIVARIATE has no exception.
Method EXECUTE_UNIV_FORECAST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_BASIC_VALUES | Value transfer | Type reference (TYPE) | /SAPAPO/GWERT_TAB | Basic Values | 20060329 | |||
| 2 | EX_ERROR_MEASURES | Value transfer | Type reference (TYPE) | /SAPAPO/FCST_ERROR_TAB | Error measures | 20060329 | |||
| 3 | EX_FINAL_FORECAST_PARAMETERS | Value transfer | Type reference (TYPE) | /SAPAPO/PCOM | Final forecast parameters | 20060329 | |||
| 4 | EX_FORECAST | Value transfer | Type reference (TYPE) | /SAPAPO/IPROG_TAB | Forecast | 20060329 | |||
| 5 | EX_MESSAGES | Value transfer | Type reference (TYPE) | RSC_FCST_MESSAGE_TAB | Forecast Messages | 20060329 | |||
| 6 | EX_TREND_VALUES | Value transfer | Type reference (TYPE) | /SAPAPO/IPROG_TAB | Trend Values | 20060329 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions forecast service | 20060328 |
Method GET_FORECAST_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_FORECAST_PARAMETERS | Value transfer | Type reference (TYPE) | /SAPAPO/PCOM | Forecast Parameters | 20060329 |
Method GET_FORECAST_PARAMETERS on class CL_RS_FCST_UNIVARIATE has no exception.
Method INITIALIZE_ATTRIBUTES Signature
Method INITIALIZE_ATTRIBUTES on class CL_RS_FCST_UNIVARIATE has no parameter.
Method INITIALIZE_ATTRIBUTES on class CL_RS_FCST_UNIVARIATE has no exception.
Method RETURN_UNIV_FORECAST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_BASIC_VALUES | Value transfer | Type reference (TYPE) | /SAPAPO/GWERT_TAB | Basic Values | 20060328 | |||
| 2 | EX_ERROR_MEASURES | Value transfer | Type reference (TYPE) | /SAPAPO/FCST_ERROR_TAB | Error measures | 20060328 | |||
| 3 | EX_FINAL_FORECAST_PARAMETERS | Value transfer | Type reference (TYPE) | /SAPAPO/PCOM | Final forecast parameters | 20060329 | |||
| 4 | EX_FORECAST | Value transfer | Type reference (TYPE) | /SAPAPO/IPROG_TAB | Forecast | 20060328 | |||
| 5 | EX_MESSAGES | Value transfer | Type reference (TYPE) | RSC_FCST_MESSAGE_TAB | Forecast Messages | 20060328 | |||
| 6 | EX_TREND_VALUES | Value transfer | Type reference (TYPE) | /SAPAPO/IPROG_TAB | Trend Values | 20060328 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions forecast service | 20070522 |
Method SET_FORECAST_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_FORECAST_PARAMETERS | Value transfer | Type reference (TYPE) | /SAPAPO/PCOM | Forecast Parameters | 20060328 | |||
| 2 | IM_HISTORY | Value transfer | Type reference (TYPE) | /SAPAPO/WERT_TAB | History | 20060328 | |||
| 3 | IM_SEASON_INDICES | Value transfer | Type reference (TYPE) | /SAPAPO/WERT_TAB | Seasonal Inidices for Manual Forecasting | 20060328 | |||
| 4 | IM_TREND_DAMPENING | Value transfer | Type reference (TYPE) | /SAPAPO/FCST_FACTOR_TAB | Trend Dampening Factors | 20060328 | |||
| 5 | IM_WEIGHTING_FACTORS | Value transfer | Type reference (TYPE) | /SAPAPO/FCST_FACTOR_TAB | Weighting Factors | 20060328 |
Method SET_FORECAST_PARAMETERS on class CL_RS_FCST_UNIVARIATE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |