SAP ABAP Class CL_RSDHA_OPER_SINGLE_SMOOTH (Operation: Single 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) | 20130411 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAR_OPER | Operation Runtime Implementierung (general) | 20130411 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAR_OPER_LFUNC | Operation Runtime Implementation: Lib-Function (PAL/AFL) | 20130411 |
Properties
Class | CL_RSDHA_OPER_SINGLE_SMOOTH | |
Short Description | Operation: Single 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 | 20130411 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSDHA_OPER_SINGLE_SMOOTH has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSDHAM_OPER | Implementation of Operation (Object Model) | 20130411 | ||
2 | IF_RSDHAR_OPER | Operation Runtime Implementierung (general) | 20130411 | ||
3 | IF_RSDHAR_OPER_LFUNC | Operation Runtime Implementation: Lib-Function (PAL/AFL) | 20130411 |
Friends
Class CL_RSDHA_OPER_SINGLE_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) | 20130411 | ||||
2 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20130411 | ||||
3 | ![]() |
Constant | Private | See coding | Parameter Name | 20130411 | |||
4 | ![]() |
Constant | Private | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_NAME | 'PARAMETER_VALUE' | Parameter Value | 20130411 | |
5 | ![]() |
Constant | Private | See coding | Signature | 20130411 | |||
6 | ![]() |
Constant | Private | See coding | Table Field | 20130411 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_T_PARAMETER_VALUE | Parameter Value | 20130411 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20130411 |
Events
Class CL_RSDHA_OPER_SINGLE_SMOOTH has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_S_PARAMETER_VALUE | Private | See coding | P | 20130411 | BEGIN OF tp_s_parameter_value,
alpha 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 | 20130411 | 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 | 20130411 |
Method CONSTRUCTOR on class CL_RSDHA_OPER_SINGLE_SMOOTH has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |