SAP ABAP Class CL_RSR_RRK0_AVI_WEIGHT (Weighted Time Integral)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSROA_RT (Package) OLAP: Kernel Runtime
⤷
⤷
Properties
| Class | CL_RSR_RRK0_AVI_WEIGHT | |
| Short Description | Weighted Time Integral | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSROA_RT | OLAP: Kernel Runtime |
| Created | 20011001 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSR_RRK0_AVI_WEIGHT has no interface implemented.
Friends
Class CL_RSR_RRK0_AVI_WEIGHT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | RSROA_DF_SHORT | '1E-50' | weight for extra periods | 20111213 | ||
| 2 | Static Attribute | Private | Type reference (TYPE) | RS_BOOL | Already Installed | 20011001 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | RSROA_DF_SHORT | Integral Value | 20011001 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | RSROA_DF_SHORT | Integral Length | 20011001 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | RSSID | Highest Time Value | 20011001 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | TP_S_CHANM | Data Type | 20011001 | |||
| 7 | Static Attribute | Private | Type reference (TYPE) | TP_S_MW | Time Interval | 20011001 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | TP_TH_CHANM | Buffered Time Fields | 20011001 | |||
| 9 | Static Attribute | Private | Type reference (TYPE) | TP_TH_MW | Time Interval Buffer | 20011001 | |||
| 10 | Static Attribute | Private | Type reference (TYPE) | RSROA_DF_SHORT | Last value | 20011001 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Last Supporting Point | 20011001 | |
| 2 | Static method | Private | Method | Translates the AGGRID into Chanm | 20011001 | |
| 3 | Static method | Private | Method | Reads a Time Interval from the Buffer | 20011001 | |
| 4 | Static method | Private | Method | Calculates the Length of a Time Interval | 20011001 | |
| 5 | Static method | Private | Method | Get number of extra periods | 20111213 | |
| 6 | Static method | Private | Method | Get next standard fiscper | 20111213 | |
| 7 | Static method | Public | Method | Explicit Installation | 20011001 | |
| 8 | Static method | Public | Method | Integrates Split Interval | 20011001 | |
| 9 | Static method | Public | Method | Retrieve Value and Reinstall | 20011001 |
Events
Class CL_RSR_RRK0_AVI_WEIGHT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_CHANM | Private | See coding | 20011001 | begin of TP_S_CHANM,
chanmid type rssid,
chanm type rschanm,
datatp type DATATYPE_D,
end of TP_S_chanm
|
||
| 2 | TP_S_MW | Private | See coding | 20011001 | begin of TP_S_MW,
aggrid type rssid,
aggr TYPE rsaggrexc,
timelow TYPE rssid,
timehigh TYPE rssid,
excl type rs_bool,
delta TYPE rsroa_df,
end of TP_S_mw
|
||
| 3 | TP_TH_CHANM | Private | See coding | 20011001 | TP_TH_chanm TYPE HASHED TABLE OF TP_s_chanm
WITH UNIQUE KEY chanmid
|
||
| 4 | TP_TH_MW | Private | See coding | 20011001 | TP_TH_MW TYPE HASHED TABLE OF TP_s_mw
WITH UNIQUE KEY aggrid aggr timelow timehigh excl
|
Method Signatures
Method ENDE Signature
Method ENDE on class CL_RSR_RRK0_AVI_WEIGHT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20101029 | ||
| 2 | BW Exception mit generischer Nachricht (keine spez. Attrib.) | 20101029 |
Method GET_CHANM Signature
Method GET_CHANM on class CL_RSR_RRK0_AVI_WEIGHT has no parameter.
Method GET_CHANM on class CL_RSR_RRK0_AVI_WEIGHT has no exception.
Method GET_DELTA Signature
Method GET_DELTA on class CL_RSR_RRK0_AVI_WEIGHT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20101029 | ||
| 2 | BW Exception mit generischer Nachricht (keine spez. Attrib.) | 20101029 |
Method GET_DELTA_1 Signature
Method GET_DELTA_1 on class CL_RSR_RRK0_AVI_WEIGHT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20101025 | ||
| 2 | BW Exception mit generischer Nachricht (keine spez. Attrib.) | 20101025 |
Method GET_NUM_EXTRA_PERIODS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TIMNM | Call by reference | Type reference (TYPE) | RSD_CHANM | 20111213 | ||||
| 2 | I_TIMSID_HIGH | Call by reference | Type reference (TYPE) | RSSID | 20111213 | ||||
| 3 | I_TIMSID_LOW | Call by reference | Type reference (TYPE) | RSSID | Stammdaten ID | 20111213 | |||
| 4 | R_NUM_PERIODS | Value transfer | Type reference (TYPE) | I | Stammdaten ID | 20111213 |
Method GET_NUM_EXTRA_PERIODS on class CL_RSR_RRK0_AVI_WEIGHT has no exception.
Method GET_STANDARD_FISCPER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOW | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20111213 | ||
| 2 | I_TIMNM | Call by reference | Type reference (TYPE) | RSD_CHANM | 20111213 | ||||
| 3 | I_TIMSID | Call by reference | Type reference (TYPE) | RSSID | Stammdaten ID | 20111213 | |||
| 4 | R_TIMSID | Value transfer | Type reference (TYPE) | RSSID | Stammdaten ID | 20111213 |
Method GET_STANDARD_FISCPER on class CL_RSR_RRK0_AVI_WEIGHT has no exception.
Method INIT Signature
Method INIT on class CL_RSR_RRK0_AVI_WEIGHT has no parameter.
Method INIT on class CL_RSR_RRK0_AVI_WEIGHT has no exception.
Method INTEGRATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AGGR | Value transfer | Type reference (TYPE) | RSAGGREXC | AV1 oder AV2 | 20011001 | |||
| 2 | I_AGGRID | Value transfer | Type reference (TYPE) | RSSID | Zeitmerkmal | 20011001 | |||
| 3 | I_TIME | Value transfer | Type reference (TYPE) | RSSID | Zeitpunkt | 20011001 | |||
| 4 | I_VALUE | Value transfer | Type reference (TYPE) | RSROA_DF_SHORT | Wertfeld im Olap Prozessor | 20011001 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20101029 | ||
| 2 | BW Exception mit generischer Nachricht (keine spez. Attrib.) | 20101029 |
Method READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_INTEGRAL | Value transfer | Type reference (TYPE) | RSROA_DF_SHORT | Wertfeld im Olap Prozessor | 20011001 | |||
| 2 | E_LENG | Value transfer | Type reference (TYPE) | RSROA_DF_SHORT | Integrallänge | 20011001 | |||
| 3 | E_MAX | Value transfer | Type reference (TYPE) | RSSID | Stammdaten ID | 20011001 |
Method READ on class CL_RSR_RRK0_AVI_WEIGHT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 30A |