SAP ABAP Class CL_RSDU_IC_MERGE_EPART_MSS (Merge of Partitioning Schema E Fact Table)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-SYS-DB-MSS (Application Component) BW Microsoft SQL Server
⤷
RSMSS (Package) Microsoft SQL Server Porting

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDU_IC_MERGE_EPART | Merging of Partitions for E Fact Table | 20060523 |
Properties
Class | CL_RSDU_IC_MERGE_EPART_MSS | |
Short Description | Merge of Partitioning Schema E Fact Table | |
Super Class | CL_RSDU_IC_MERGE_EPART | Merging of Partitions for E Fact Table |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSMSS | Microsoft SQL Server Porting |
Created | 20060523 | 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) |
Interfaces
Class CL_RSDU_IC_MERGE_EPART_MSS has no interface implemented.
Friends
Class CL_RSDU_IC_MERGE_EPART_MSS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | 20060705 | ||||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSD_FIELDNM | Field Name of T Dimension in Fact Tables | 20061127 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSD_TABLNM | Name of T Dimension Table | 20061127 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_RSDU_REPART~N_T_CHA | Chavels of Fact Tables | 20061127 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_RSDU_REPART~N_T_KYF | Key Figures of Fact Tables | 20061127 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20061127 |
2 | ![]() |
Instance method | Private | Method | Fill one sx_query structure for copy | 20061127 |
3 | ![]() |
Instance method | Private | Method | Fill a table of sx_query structure for parallel copy | 20061127 |
4 | ![]() |
Instance method | Private | Method | Get List of Parttims for Copy Step | 20061127 |
5 | ![]() |
Instance method | Private | Method | Check data consistency after conversion | 20061127 |
6 | ![]() |
Instance method | Private | Method | Parallel copy from the e-fact table to the shadow table | 20061127 |
7 | ![]() |
Instance method | Private | Method | Create new indexes on merge partition | 20061128 |
8 | ![]() |
Instance method | Private | Method | Create the shadow table | 20061127 |
9 | ![]() |
Instance method | Private | Method | Drop merge partitions to the e-fact table | 20061127 |
10 | ![]() |
Instance method | Private | Method | Exchange the maxvalue partition with the shadow table | 20061128 |
11 | ![]() |
Instance method | Private | Method | Post conversion activities | 20061128 |
12 | ![]() |
Instance method | Private | Method | Release the read lock on infocube | 20061128 |
13 | ![]() |
Instance method | Private | Method | Set the read lock on infocube | 20061127 |
14 | ![]() |
Instance method | Private | Method | Check free space requirements | 20061127 |
15 | ![]() |
Instance method | Private | Method | 20061128 |
Events
Class CL_RSDU_IC_MERGE_EPART_MSS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | P_S_PARTTIM_SID | Private | See coding | 20061127 | begin of p_s_parttim_sid,
sid type rssid,
end of p_s_parttim_sid
|
||
2 | P_T_PARTTIM_SID | Private | See coding | 20061127 | p_t_parttim_sid type standard table of p_s_parttim_sid
|
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 | 20061127 | |||
2 | ![]() |
I_INFOCUBE | Call by reference | Type reference (TYPE) | RSD_INFOCUBE | 20061127 | |||
3 | ![]() |
I_NEW_PARTVL_FROM | Call by reference | Type reference (TYPE) | RSPARTVL_FROM | Obere Grenze (Partitionierungswert) | 20061127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Beim extrahieren der Metadaten ist ein Fehler aufgetreten | 20061127 | |
2 | ![]() |
Voraussetzungen für eine erfolgreiche Kondensierung verletzt | 20061127 | |
3 | ![]() |
Exception class for Remodeling | 20061127 | |
4 | ![]() |
RSDU Ausnahmen bei Repartitionierung | 20061127 |
Method FILL_SX_QUERY_EFACT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_PARTTIM_SID | Call by reference | Type reference (TYPE) | P_S_PARTTIM_SID | 20061127 | |||
2 | ![]() |
SX_QUERY | Value transfer | Type reference (TYPE) | RSDRS_SX_QUERY | 20061127 |
Method FILL_SX_QUERY_EFACT on class CL_RSDU_IC_MERGE_EPART_MSS has no exception.
Method FILL_TX_QUERY_EFACT 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 | 20061127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20070702 |
Method GET_PARTTIM_SIDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_PARTTIM_SID | Call by reference | Type reference (TYPE) | P_T_PARTTIM_SID | 20061127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RSDU Ausnahmen bei Repartitionierung | 20061127 |
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 | 20061127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RSDU Ausnahmen bei Repartitionierung | 20061127 |
Method STEP_CP_EFACT_TO_ESHD 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 | 20061127 | |
2 | ![]() |
STATUS | Value transfer | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20061127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RSDU Ausnahmen bei Repartitionierung | 20061127 |
Method STEP_CREA_IDX_MPART_EFACT 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 | 20061128 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RSDU Ausnahmen bei Repartitionierung | 20061128 |
Method STEP_CREA_SHD_EFACT 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 | 20061127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RSDU Ausnahmen bei Repartitionierung | 20061127 |
Method STEP_DROP_MPART_EFACT 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 | 20061127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für SQL Fehler | 20061127 |
Method STEP_EXCH_MPART 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 | 20061128 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für SQL Fehler | 20061128 |
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 | 20061128 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RSDU Ausnahmen bei Repartitionierung | 20061128 |
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 | 20061128 |
Method STEP_RELEASE_READ_LOCK on class CL_RSDU_IC_MERGE_EPART_MSS 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 | 20061127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RSDU Ausnahmen bei Repartitionierung | 20061127 |
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 | 20061127 |
Method STEP_SPACE_CHECK on class CL_RSDU_IC_MERGE_EPART_MSS has no exception.
Method TEMP_DIRTY_INDEX_WORKAROUND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SUBRC | Value transfer | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20061128 | ||
2 | ![]() |
I_PARTCOLNAME | Value transfer | Type reference (TYPE) | RSD_FIELDNM | Tabellenname | 20061128 | ||
3 | ![]() |
I_TABNAME | Value transfer | Type reference (TYPE) | DD02L-TABNAME | Tabellenname | 20061128 |
Method TEMP_DIRTY_INDEX_WORKAROUND on class CL_RSDU_IC_MERGE_EPART_MSS has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |