SAP ABAP Class CL_RSDRC_NCUM_RTIME_TAB (Main. of db-rtime-tab needed for the hana-ncum handling)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSDRC_DBA (Package) Data Manager InfoCube Access
⤷
⤷
Properties
| Class | CL_RSDRC_NCUM_RTIME_TAB | |
| Short Description | Main. of db-rtime-tab needed for the hana-ncum handling | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDRC_DBA | Data Manager InfoCube Access |
| Created | 20121205 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDRC_NCUM_RTIME_TAB has no interface implemented.
Friends
Class CL_RSDRC_NCUM_RTIME_TAB 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) | STRING | 20121205 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSD_INFOPROV | InfoProvider Runtime Metadata | 20130205 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | RSDD_TH_SFC | 20121205 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Removes the entries which belong to the current query | 20121205 | |
| 2 | Instance method | Public | Constructor | 20121205 | ||
| 3 | Instance method | Public | Method | Creates a db-table considering the th_sfc | 20121205 | |
| 4 | Static method | Public | Method | Deletes the db-table(s) belonging to the given query | 20121205 | |
| 5 | Static method | Public | Method | Exists the db-table for given query/partprov | 20121205 | |
| 6 | Static method | Public | Method | Inserts the entries belonging to the current query | 20121205 | |
| 7 | Static method | Private | Method | Deletes the db-table for given query/partprov | 20121206 | |
| 8 | Static method | Private | Method | Returns the fields, used for constructing the db-table | 20121205 |
Events
Class CL_RSDRC_NCUM_RTIME_TAB has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | PT_S_FIELD | Private | See coding | 20121205 | BEGIN OF pt_s_field,
position TYPE i,
name TYPE string,
keyfl TYPE rs_bool,
dta_obj TYPE rs_bool,
END OF pt_s_field
|
||
| 2 | PT_TS_FIELD | Private | See coding | 20121205 | pt_ts_field TYPE SORTED TABLE OF pt_s_field
WITH UNIQUE KEY name keyfl
|
Method Signatures
Method CLEANUP_AFTER_QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PARTPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | 20121205 | ||||
| 2 | I_QUERY | Call by reference | Type reference (TYPE) | STRING | 20121205 | ||||
| 3 | I_RTIME_KEY | Call by reference | Type reference (TYPE) | RSSG_UNI_IDC25 | 20121205 |
Method CLEANUP_AFTER_QUERY on class CL_RSDRC_NCUM_RTIME_TAB has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PARTPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | 20121205 | ||||
| 2 | I_QUERY | Call by reference | Type reference (TYPE) | STRING | 20121205 | ||||
| 3 | I_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | 20121205 |
Method CONSTRUCTOR on class CL_RSDRC_NCUM_RTIME_TAB has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SHOW_CODE | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | 20121206 |
Method CREATE on class CL_RSDRC_NCUM_RTIME_TAB has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_QUERY | Call by reference | Type reference (TYPE) | STRING | 20121205 |
Method DELETE on class CL_RSDRC_NCUM_RTIME_TAB has no exception.
Method EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PARTPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | 20121205 | ||||
| 2 | I_QUERY | Call by reference | Type reference (TYPE) | STRING | 20121205 | ||||
| 3 | R_TABLE_EXISTS | Value transfer | Type reference (TYPE) | RS_BOOL | 20121206 |
Method EXISTS on class CL_RSDRC_NCUM_RTIME_TAB has no exception.
Method FILL_RTIME_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_QUERY | Call by reference | Type reference (TYPE) | STRING | 20121205 | ||||
| 2 | I_R_INFOPROV | Call by reference | Object reference (TYPE REF TO) | IF_RSD_INFOPROV | InfoProvider Runtime Metadata | 20130205 | |||
| 3 | I_SHOW_STATEMENT | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | 20121205 | |||
| 4 | I_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | 20121205 | ||||
| 5 | I_TS_REQ_TIME | Call by reference | Type reference (TYPE) | SORTED TABLE | 20121205 | ||||
| 6 | I_T_RTIME | Call by reference | Type reference (TYPE) | RSDD_T_RTIME | 20121205 | ||||
| 7 | R_RTIME_KEY | Value transfer | Type reference (TYPE) | RSSG_UNI_IDC25 | 20121205 |
Method FILL_RTIME_TAB on class CL_RSDRC_NCUM_RTIME_TAB has no exception.
Method _DELETE_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IGNORE_NOT_FOUND | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20121206 | ||
| 2 | I_TABLE_NAME | Call by reference | Type reference (TYPE) | STRING | 20121206 |
Method _DELETE_SINGLE on class CL_RSDRC_NCUM_RTIME_TAB has no exception.
Method _GET_RTIME_TAB_FIELDLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TS_FIELD | Call by reference | Type reference (TYPE) | PT_TS_FIELD | 20121205 | ||||
| 2 | I_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | 20121205 |
Method _GET_RTIME_TAB_FIELDLIST on class CL_RSDRC_NCUM_RTIME_TAB has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |