SAP ABAP Class CL_RSDRC_TIME_DERIVER (Derive requested times within a data structure)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDRC (Package) Data Manager InfoProvider Read Access
⤷
⤷
Properties
| Class | CL_RSDRC_TIME_DERIVER | |
| Short Description | Derive requested times within a data structure | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDRC | Data Manager InfoProvider Read Access |
| Created | 20090731 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDRC_TIME_DERIVER has no interface implemented.
Friends
Class CL_RSDRC_TIME_DERIVER 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) | TP_S_META | Runtime metadata needed for filtering | 20090731 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Derives the times for a given table | 20090731 | |
| 2 | Instance method | Public | Method | Prepare time derivation | 20090731 |
Events
Class CL_RSDRC_TIME_DERIVER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_META | Private | See coding | 20090731 | BEGIN OF tp_s_meta,
source_tim TYPE rsd_chanm,
source_pos TYPE i, "position of ncumtim in data
t_trafo TYPE cl_rsr_fipt=>tn_t_transformator,
r_struct TYPE REF TO if_rsr_fipt_structure,
ts_fieldnm TYPE if_rsr_fipt_structure=>tn_ts_fieldnm,
r_movetype TYPE REF TO cl_abap_structdescr,
r_sortdescr TYPE ref to cl_abap_tabledescr,
t_sortorder TYPE abap_sortorder_tab,
END OF tp_s_meta
|
Method Signatures
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TA_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | data to be filtered | 20090803 | |||
| 2 | C_TS_DATA | Call by reference | Type reference (TYPE) | SORTED TABLE | table sorted by ncumtim | 20090803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20090731 |
Method PREPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NCUMTIM | Call by reference | Type reference (TYPE) | RSD_CHANM | name of ncumtim | 20090731 | |||
| 2 | I_TA_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | example output data table | 20090803 | |||
| 3 | I_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | SFC containing ICVAL characteristics | 20090731 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090731 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |