Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_RRK0_SERVICE_BASE | Basis for RRK0 Service Classes | 20040402 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSR_RRK0_PARTITION | Part of the OLAP Main Memory | 20040402 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_RRK0_PARTITION | data carrying partitions | 20040402 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_RRK0_PARTITION_NO_DATA | No Data | 20100225 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_RRK0_UNION | Union/Merge of several partitions | 20040414 |
Properties
| Class | CL_RSR_RRK0_PARTITION_BASE | |
| Short Description | Basis of all OLAP Memory Areas | |
| Super Class | CL_RSR_RRK0_SERVICE_BASE | Basis for RRK0 Service Classes |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSROA_RT | OLAP: Kernel Runtime |
| Created | 20040402 | 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) | |
| 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSR_RRK0_PARTITION | Part of the OLAP Main Memory | 20040402 |
Friends
Class CL_RSR_RRK0_PARTITION_BASE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Attribute reference (LIKE) | 20040402 | |||||
| 2 | Instance attribute | Public | Type reference (TYPE) | RRCMGROUPID | ID for Current Member Group | 20130710 | |||
| 3 | Instance attribute | Protected | Attribute reference (LIKE) | 20040402 | |||||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20061014 | |||||
| 5 | Instance attribute | Protected | Attribute reference (LIKE) | 20040402 | |||||
| 6 | Instance attribute | Public | Type reference (TYPE) | RRO_DB_PUSHDOWN | Partition contains content to be calculated in db (Hana) | 20130610 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | RS_BOOL | Is partition a NCUM partition? | 20120222 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | RRONOP | Is partition a NOP partition? | 20090825 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | RS_BOOL | Boolean | 20090512 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | I | Maximum number of result set tuples | 20100225 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | I | Minimum number of result set tuples | 20100225 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | TO_T_PART_INFO | 20091204 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Is the cursored query read from cache ? | 20091109 | |||
| 14 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSR_RRK0_DM_QUERY | DM Query Broker object | 20091103 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | TP_TH_R_QCUBE_DATA_PACKAGE | table of all involved QCUBE data packages | 20121112 |
Methods
Events
Class CL_RSR_RRK0_PARTITION_BASE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_KEYFL | Public | Attribute reference (LIKE) | 20061014 | |
||
| 2 | TN_REASON | Public | Type reference (TYPE) | CHAR01 | reason for partition split ( = union) | 20090827 | |
| 3 | TN_S_OPTIM | Protected | Attribute reference (LIKE) | 20050815 | |
||
| 4 | TN_TH_FFID | Protected | Attribute reference (LIKE) | 20040402 | |
||
| 5 | TN_TH_OPTIM | Protected | Attribute reference (LIKE) | 20050815 | |
||
| 6 | TN_T_CGID | Public | Type reference (TYPE) | CL_RSR_RRK0_DATA_TOPICALITY=>TN_T_CGID | 20050727 | |
|
| 7 | TO_S_PART_INFO | Protected | See coding | 20090825 | BEGIN OF to_s_part_info,
r_parent TYPE REF TO cl_rsr_rrk0_union,
r_part TYPE REF TO cl_rsr_rrk0_partition_base,
reason TYPE tn_reason, "reason for partition split
csid TYPE rrcsid,
is_db_pushdown TYPE rs_bool,
cgid TYPE rrcgid,
cmgroupid TYPE rrcmgroupid,
xfems TYPE rrxfems,
xwgr TYPE rrxwgr,
cur_sp TYPE rrcursp,
END OF to_s_part_info
|
||
| 8 | TO_T_PART_INFO | Protected | See coding | 20090827 | to_t_part_info TYPE STANDARD TABLE OF to_s_part_info WITH NON-UNIQUE KEY r_parent
|
||
| 9 | TP_TH_R_QCUBE_DATA_PACKAGE | Private | See coding | table of all involved QCUBE data packages | 20121112 | tp_th_r_qcube_data_package TYPE SORTED TABLE OF REF TO cl_rsr_rrk0_qcube_data_package
with unique key table_line
|
Method Signatures
Method ALIGN_CUDIM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TSX_READ_REQUEST | Call by reference | Type reference (TYPE) | RSDD_TSX_READ_REQUEST | 20091103 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Cube is locked (due to compression, ...) | 20091103 | ||
| 2 | Fehler im DataManager | 20091103 | ||
| 3 | Leeres Ergebnis | 20091103 |
Method BROWSE Signature
Method BROWSE on class CL_RSR_RRK0_PARTITION_BASE has no parameter.
Method BROWSE on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method BUILD_PARTITION_DEBUG_INFO Signature
Method BUILD_PARTITION_DEBUG_INFO on class CL_RSR_RRK0_PARTITION_BASE has no parameter.
Method BUILD_PARTITION_DEBUG_INFO on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method BUILD_PART_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_PART_INFO | Call by reference | Type reference (TYPE) | TO_T_PART_INFO | 20090827 | ||||
| 2 | I_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_RSR_RRK0_UNION | Vereinigung mehrere Partitionen | 20090825 |
Method BUILD_PART_INFO on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method CLEAR_QCUBE Signature
Method CLEAR_QCUBE on class CL_RSR_RRK0_PARTITION_BASE has no parameter.
Method CLEAR_QCUBE on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method COLLECT_AD_CACHE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TS_PROV_RQ | Call by reference | Type reference (TYPE) | RSR_TS_PROV_RQ | REQUID Range for a particular Basic Cube | 20130711 |
Method COLLECT_AD_CACHE on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method COMBINE_PROV_RQ_NO_AD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_PROV_RQ_NO | Call by reference | Type reference (TYPE) | RSR_S_PROV_RQ | Range für REQUID für einen bestimmten Basiscube | 20130711 | |||
| 2 | I_S_PROV_RQ_AD | Call by reference | Type reference (TYPE) | RSR_S_PROV_RQ | Range für REQUID für einen bestimmten Basiscube | 20130711 |
Method COMBINE_PROV_RQ_NO_AD on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method CREATE_CACHE Signature
Method CREATE_CACHE on class CL_RSR_RRK0_PARTITION_BASE has no parameter.
Method CREATE_CACHE on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method DEBUG_READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_SP | Call by reference | Object reference (TYPE REF TO) | DATA | 20071122 | ||||
| 2 | I_TSX_FF | Call by reference | Type reference (TYPE) | RRKG_TSX_FF | Dimensionsbeschreibung für eine Liste | 20071122 | |||
| 3 | R_ANZ | Value transfer | Type reference (TYPE) | I | 20071122 |
Method DEBUG_READ on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method EXECUTE_READ_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TSX_READ_REQUEST | Call by reference | Type reference (TYPE) | RSDD_TSX_READ_REQUEST | 20040831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Cube is locked (due to compression, ...) | 20061004 | ||
| 2 | Fehler im DataManager | 20061004 | ||
| 3 | Leeres Ergebnis | 20040423 |
Method FILL_MASK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_R_MASK | Call by reference | Object reference (TYPE REF TO) | DATA | 20050901 | ||||
| 2 | I_SX_S | Call by reference | Type reference (TYPE) | DATA | 20100927 | ||||
| 3 | I_TA_CHANMID | Call by reference | Type reference (TYPE) | RRSI_TA_SID | Tabelle von SID (bzw. Integers) | 20050901 |
Method FILL_MASK on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method FINAL_PREP_READ_REQUESTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TSX_READ_REQUEST | Call by reference | Type reference (TYPE) | RSDD_TSX_READ_REQUEST | 20091103 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Cube is locked (due to compression, ...) | 20091103 | ||
| 2 | Fehler im DataManager | 20091103 | ||
| 3 | Leeres Ergebnis | 20091103 |
Method FINISH_READ_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ALL | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20040426 | |||
| 2 | I_END_OF_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | End of Data reached (when packaged read) | 20130228 | |||
| 3 | I_PACKAGED_READ | Call by reference | Type reference (TYPE) | RS_BOOL | Packagewise read | 20130228 | |||
| 4 | R_LINES | Value transfer | Type reference (TYPE) | I | 20060111 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Cube is locked (due to compression, ...) | 20130812 | ||
| 2 | Leeres Ergebnis | 20040402 |
Method FLUSH_CACHE Signature
Method FLUSH_CACHE on class CL_RSR_RRK0_PARTITION_BASE has no parameter.
Method FLUSH_CACHE on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method GET_ALL_FFIDS Signature
Method GET_ALL_FFIDS on class CL_RSR_RRK0_PARTITION_BASE has no parameter.
Method GET_ALL_FFIDS on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method IS_READ_ALL Signature
Method IS_READ_ALL on class CL_RSR_RRK0_PARTITION_BASE has no parameter.
Method IS_READ_ALL on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method NOTIFY_LIST Signature
Method NOTIFY_LIST on class CL_RSR_RRK0_PARTITION_BASE has no parameter.
Method NOTIFY_LIST on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method NOTIFY_READ_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TSX_DRILL | Call by reference | Type reference (TYPE) | RRK0_TSX_DRILL | 20040423 | ||||
| 2 | C_TSX_READ_REQUEST | Call by reference | Type reference (TYPE) | RSDD_TSX_READ_REQUEST | 20040423 | ||||
| 3 | I_ALL | Value transfer | Type reference (TYPE) | RS_BOOL | 20040423 | ||||
| 4 | I_DRILL | Value transfer | Type reference (TYPE) | RS_BOOL | Ist ein Merkmal mit Hirarchiedrill beteiligt | 20090128 | |||
| 5 | I_DRILL_DOWN | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20040421 | |||
| 6 | I_NEW_LIST | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20040402 | |||
| 7 | I_NO_DELTA | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20060809 | ||
| 8 | I_TSX_LFH | Call by reference | Type reference (TYPE) | RRKG_TSX_LFH | 20040423 | ||||
| 9 | I_TSX_LIST_LFH | Call by reference | Type reference (TYPE) | RRKG_TSX_LFH | LFH of complete List | 20110921 | |||
| 10 | I_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20050215 | |||
| 11 | I_TS_KID | Call by reference | Type reference (TYPE) | RRSI_TS_SID | Tabelle von SID (bzw. Integers) | 20070208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Cube is locked (due to compression, ...) | 20091207 | ||
| 2 | Fehler im DataManager | 20091207 | ||
| 3 | Leeres Ergebnis | 20040402 |
Method PREPARE_ACCESSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TSX_READ_REQUEST | Call by reference | Type reference (TYPE) | RSDD_TSX_READ_REQUEST | Anfragen an den Data Manager | 20110309 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Cube is locked (due to compression, ...) | 20110309 | ||
| 2 | Fehler im DataManager | 20110309 |
Method REFRESH_CACHE Signature
Method REFRESH_CACHE on class CL_RSR_RRK0_PARTITION_BASE has no parameter.
Method REFRESH_CACHE on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method REFRESH_DATA_OF_PARTPROV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TS_PARTPROV_SID | Call by reference | Type reference (TYPE) | RRSI_TS_SID | SID (or Integer) Table | 20130625 |
Method REFRESH_DATA_OF_PARTPROV on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method REMOVE_HIERARCHY Signature
Method REMOVE_HIERARCHY on class CL_RSR_RRK0_PARTITION_BASE has no parameter.
Method REMOVE_HIERARCHY on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method RESET_CGID Signature
Method RESET_CGID on class CL_RSR_RRK0_PARTITION_BASE has no parameter.
Method RESET_CGID on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method USER_EXIT_BROWSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_SX_SELDR | Call by reference | Type reference (TYPE) | RSDD_SX_SELDR | 20110414 |
Method USER_EXIT_BROWSE on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method _CHECK_DRILL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TSX_SELDR_AD | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20061120 | |||
| 2 | I_TSX_SELDR_NO | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20061120 | |||
| 3 | R_DRILL | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20060731 |
Method _CHECK_DRILL on class CL_RSR_RRK0_PARTITION_BASE has no exception.
Method _COLLECT_AD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TSX_RR | Call by reference | Type reference (TYPE) | RSDD_TSX_READ_REQUEST | Anfragen an den Data Manager | 20041223 | |||
| 2 | C_TS_PROV_RQ | Call by reference | Type reference (TYPE) | RSR_TS_PROV_RQ | Range für REQUID für einen bestimmten Basiscube | 20041223 | |||
| 3 | I_NCUM | Call by reference | Type reference (TYPE) | RRNCUM | Is the read request purely non-cumulative ? | 20090724 | |||
| 4 | I_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20061120 | |||
| 5 | I_XWGR | Call by reference | Type reference (TYPE) | RRXWGR | Bitleiste der betrofenen WGRs | 20101209 |
Method _COLLECT_AD on class CL_RSR_RRK0_PARTITION_BASE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |