SAP ABAP Class CL_RSDHA_OPER_DOUBLE_SMOOTH (Double Exponential Smoothing)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST-HAP (Application Component) HANA Analysis Process
⤷
RSDHA (Package) SAP HANA Analysis in BW
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAM_OPER | Implementation of Operation (Object Model) | 20130412 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAR_OPER | Operation Runtime Implementierung (general) | 20130412 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAR_OPER_LFUNC | Operation Runtime Implementation: Lib-Function (PAL/AFL) | 20130412 |
Properties
| Class | CL_RSDHA_OPER_DOUBLE_SMOOTH | |
| Short Description | Double Exponential Smoothing | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSDHA | |
| Program status | ||
| Category | 0 | |
| Package | RSDHA | SAP HANA Analysis in BW |
| Created | 20130412 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSDHA_OPER_DOUBLE_SMOOTH has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSDHAM_OPER | Implementation of Operation (Object Model) | 20130412 | ||
| 2 | IF_RSDHAR_OPER | Operation Runtime Implementierung (general) | 20130412 | ||
| 3 | IF_RSDHAR_OPER_LFUNC | Operation Runtime Implementation: Lib-Function (PAL/AFL) | 20130412 |
Friends
Class CL_RSDHA_OPER_DOUBLE_SMOOTH has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Attribute reference (LIKE) | 20130412 | |||||
| 2 | Instance attribute | Private | Attribute reference (LIKE) | 20130412 | |||||
| 3 | Constant | Private | See coding | Parameter Name | 20130412 | ||||
| 4 | Constant | Private | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_NAME | 'PARAMETER_VALUE' | Parameter Value | 20130412 | ||
| 5 | Constant | Private | See coding | Signature | 20130412 | ||||
| 6 | Constant | Private | See coding | Table Field | 20130412 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | TP_T_PARAMETER_VALUE | Parameter Value | 20130412 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20130412 |
Events
Class CL_RSDHA_OPER_DOUBLE_SMOOTH has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_PARAMETER_VALUE | Private | See coding | P | 20130412 | BEGIN OF tp_s_parameter_value,
alpha TYPE p LENGTH 6 DECIMALS 5,
beta TYPE p LENGTH 6 DECIMALS 5,
forecast_num TYPE i,
starttime TYPE i,
END OF tp_s_parameter_value
|
|
| 2 | TP_T_PARAMETER_VALUE | Private | See coding | 20130412 | tp_t_parameter_value TYPE STANDARD TABLE OF tp_s_parameter_value
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_ANALYSIS | Call by reference | Object reference (TYPE REF TO) | IF_RSDHAM_ANALYSIS | 20130412 |
Method CONSTRUCTOR on class CL_RSDHA_OPER_DOUBLE_SMOOTH has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |