SAP ABAP Class CL_RSDU_ODSO_EXTEND_EPART_DB4 (Enhancement of DSO Table Partitioning Schema)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-SYS-DB-DB4 (Application Component) BW DB2 for AS/400
⤷
RSDB4 (Package) SAP NW BW on IBM i (DB4)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDU_ODSO_EXTEND_EPART | Attaching of Partitions in Active ODS Table | 20110114 |
Properties
| Class | CL_RSDU_ODSO_EXTEND_EPART_DB4 | |
| Short Description | Enhancement of DSO Table Partitioning Schema | |
| Super Class | CL_RSDU_ODSO_EXTEND_EPART | Attaching of Partitions in Active ODS Table |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDB4 | SAP NW BW on IBM i (DB4) |
| Created | 20110114 | 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 | 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) | |
| 6 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 7 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 8 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDU_ODSO_EXTEND_EPART_DB4 has no interface implemented.
Friends
Class CL_RSDU_ODSO_EXTEND_EPART_DB4 has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20110114 | |||||
| 2 | Instance attribute | Private | Type reference (TYPE) | I | 3 | Maximum Number of Parallel INSERT Processes | 20110114 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | IF_RSDU_REPART_ODSO~N_T_CHA | Chavels of Fact Tables | 20110114 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | IF_RSDU_REPART_ODSO~N_T_KYF | Key Figures of Fact Tables | 20110114 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20110114 | ||
| 2 | Instance method | Private | Method | Get sx_query Structure for Filling ODS Shadow Table | 20110114 | |
| 3 | Instance method | Private | Method | Get tx_query Structure for Filling ODS Shadow Table | 20110114 | |
| 4 | Instance method | Private | Method | STEP: Adjust ODS Table Partitioning | 20110117 | |
| 5 | Instance method | Private | Method | STEP: Consistency Check | 20110114 | |
| 6 | Instance method | Private | Method | STEP: Copying of Data Back to Active ODS Table | 20110114 | |
| 7 | Instance method | Private | Method | STEP: Create and Fill ODS Shadow Table | 20110117 | |
| 8 | Instance method | Private | Method | STEP: Changing the Metadata | 20110114 | |
| 9 | Instance method | Private | Method | STEP: Release Read Lock on ODS | 20110114 | |
| 10 | Instance method | Private | Method | STEP: Set Shared Lock on ODS | 20110114 | |
| 11 | Instance method | Private | Method | STEP: Check Free Space on DB | 20110114 |
Events
Class CL_RSDU_ODSO_EXTEND_EPART_DB4 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | _S_COND | Public | See coding | 20110114 | BEGIN OF _s_cond,
partname TYPE rsd_tablnm,
cond TYPE string,
END OF _s_cond
|
||
| 2 | _T_COND | Public | See coding | 20110114 | _t_cond TYPE STANDARD TABLE OF _s_cond WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DB_PARAMS | Call by reference | Type reference (TYPE) | STRING | 20110114 | ||||
| 2 | I_NEW_PARTVL_TO | Call by reference | Type reference (TYPE) | RSPARTVL_TO | Obere Grenze (Partitionierungswert) | 20110114 | |||
| 3 | I_ODSO | Call by reference | Type reference (TYPE) | RSDODSOBJECT | DataStore-Objekt | 20110114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Beim extrahieren der Metadaten ist ein Fehler aufgetreten | 20110114 | ||
| 2 | Voraussetzungen für eine erfolgreiche Kondensierung verletzt | 20110114 | ||
| 3 | Exception class for Remodeling | 20110114 | ||
| 4 | RSDU Ausnahmen bei Repartitionierung | 20110114 |
Method FILL_SX_QUERY_ODS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PARTVL | Call by reference | Type reference (TYPE) | RSPARTVL_TO | Wert des Partitionierungsschlüssel | 20110114 | |||
| 2 | SX_QUERY | Value transfer | Type reference (TYPE) | RSDRS_SX_QUERY | 20110114 |
Method FILL_SX_QUERY_ODS on class CL_RSDU_ODSO_EXTEND_EPART_DB4 has no exception.
Method FILL_TX_QUERY_ODS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TX_QUERY | Value transfer | Type reference (TYPE) | RSDRS_TX_QUERY | 20110114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RSDU Ausnahmen bei Repartitionierung | 20110114 |
Method STEP_ALTER_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATUS | Value transfer | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20110117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RSDU Ausnahmen bei Repartitionierung | 20110117 | ||
| 2 | Ausnahmeklasse für SQL Fehler | 20110117 |
Method STEP_CONSISTENCY_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATUS | Value transfer | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20110114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RSDU Ausnahmen bei Repartitionierung | 20110114 |
Method STEP_CP_ODSSHD_TO_ODS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SHOW_REPORT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20110114 | ||
| 2 | STATUS | Value transfer | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20110114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RSDU Ausnahmen bei Repartitionierung | 20110114 |
Method STEP_CREA_SHD_ODS_AS_SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATUS | Value transfer | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20110117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RSDU Ausnahmen bei Repartitionierung | 20110117 |
Method STEP_POST_ACT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATUS | Value transfer | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20110114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RSDU Ausnahmen bei Repartitionierung | 20110114 |
Method STEP_RELEASE_READ_LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATUS | Value transfer | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20110114 |
Method STEP_RELEASE_READ_LOCK on class CL_RSDU_ODSO_EXTEND_EPART_DB4 has no exception.
Method STEP_SET_READ_LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATUS | Value transfer | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20110114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RSDU Ausnahmen bei Repartitionierung | 20110114 |
Method STEP_SPACE_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATUS | Value transfer | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20110114 |
Method STEP_SPACE_CHECK on class CL_RSDU_ODSO_EXTEND_EPART_DB4 has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |