SAP ABAP Class CL_RSDU_ODSO_MERGE_EPART_ORA (Merge of Partitioning Schema E Fact Table)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSORA (Package) BW: Oracle Porting
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDU_ODSO_MERGE_EPART Merging of Partitions of Active ODS Table 20051103
Properties
Class CL_RSDU_ODSO_MERGE_EPART_ORA  
Short Description Merge of Partitioning Schema E Fact Table    
Super Class CL_RSDU_ODSO_MERGE_EPART Merging of Partitions of Active ODS Table 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSORA   BW: Oracle Porting 
Created 20051103   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSCDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSCNV Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSDDK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 RSDRS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
7 RSDU Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
8 RSENQ Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDU_ODSO_MERGE_EPART_ORA has no interface implemented.
Friends
Class CL_RSDU_ODSO_MERGE_EPART_ORA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_STEPS Constant Public See coding 20051103
2 P_MAX_DEGREE Instance attribute Private Type reference (TYPE) I 3 Maximum Number of Parallel INSERT Processes 20051103
3 P_T_CHA Instance attribute Private Type reference (TYPE) IF_RSDU_REPART_ODSO~N_T_CHA Chavels of Fact Tables 20051103
4 P_T_KYF Instance attribute Private Type reference (TYPE) IF_RSDU_REPART_ODSO~N_T_KYF Key Figures of Fact Tables 20051103
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20051103
2 FILL_SX_QUERY_ODS Instance method Private Method Get sx_query Structure for Filling ODS Shadow Table 20051103
3 FILL_TX_QUERY_ODS Instance method Private Method Get sx_query Structures for Filling ODS Shadow Table 20051103
4 GET_MERGE_PARTITIONS Instance method Private Method rsdu_ts_genpart_info Structure for Merge Partitions 20051103
5 STEP_ANA_MPART_ODS Instance method Private Method STEP: Update Statistics on Merge Partitions 20051103
6 STEP_CONSISTENCY_CHECK Instance method Private Method STEP: Consistency Check 20051103
7 STEP_CP_ODS_TO_ODSSHD Instance method Private Method STEP: Copying of Data to ODS Shadow Table 20051103
8 STEP_CREA_IDX_MPART_ODS Instance method Private Method STEP: Creation of All Indexes on First Partition 20051103
9 STEP_CREA_SHD_ODS Instance method Private Method STEP: Creation of ODS Shadow Table 20051103
10 STEP_DROP_MPART_ODS Instance method Private Method STEP: Deletion of Merge Partitions 20051103
11 STEP_EXCH_MPART Instance method Private Method STEP: Exchange of First Partition with ODS Shadow Table 20051103
12 STEP_POST_ACT Instance method Private Method STEP: Changing the Metadata 20051103
13 STEP_RELEASE_READ_LOCK Instance method Private Method STEP: Release Read Lock on ODS 20051103
14 STEP_SET_READ_LOCK Instance method Private Method STEP: Repair Indexes on New Paritions 20051103
15 STEP_SPACE_CHECK Instance method Private Method STEP: Check Free Space on DB 20051103
16 TIME_SHIFT Instance method Private Method Move Time Characteristic 20051104
Events
Class CL_RSDU_ODSO_MERGE_EPART_ORA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 _S_COND Public See coding 20051103 BEGIN OF _s_cond, partname TYPE rsd_tablnm, cond TYPE string, END OF _s_cond
2 _T_COND Public See coding 20051103 _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 Importing I_DB_PARAMS Call by reference Type reference (TYPE) STRING 20051103
2 Importing I_NEW_PARTVL_FROM Call by reference Type reference (TYPE) RSPARTVL_FROM Untere Grenze (Partitionierungswert) 20051103
3 Importing I_ODSO Call by reference Type reference (TYPE) RSDODSOBJECT DataStore-Objekt 20051103
# Exception Resumable Description Created on
1 CX_RSCDS_METADATA_INCONSISTENT Beim extrahieren der Metadaten ist ein Fehler aufgetreten 20051103
2 CX_RSCDS_REQUIREMENTS_VIOLATED Voraussetzungen für eine erfolgreiche Kondensierung verletzt 20051103
3 CX_RSCNV_EXCEPTION Exception class for Remodeling 20051103
4 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051103

Method FILL_SX_QUERY_ODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARTVL Call by reference Type reference (TYPE) RSPARTVL_FROM 20051103
2 Returning SX_QUERY Value transfer Type reference (TYPE) RSDRS_SX_QUERY 20051103

Method FILL_SX_QUERY_ODS on class CL_RSDU_ODSO_MERGE_EPART_ORA has no exception.

Method FILL_TX_QUERY_ODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TX_QUERY Value transfer Type reference (TYPE) RSDRS_TX_QUERY 20051103
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION 20051103

Method GET_MERGE_PARTITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TS_PART_INFO Value transfer Type reference (TYPE) RSDU_TS_GENPART_INFO 20051103
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051103

Method STEP_ANA_MPART_ODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATUS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20051103
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION Ausnahmeklasse für SQL Fehler 20051103

Method STEP_CONSISTENCY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATUS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20051103
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051103

Method STEP_CP_ODS_TO_ODSSHD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SHOW_REPORT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20051103
2 Returning STATUS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20051103
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051103

Method STEP_CREA_IDX_MPART_ODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATUS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20051103
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051103

Method STEP_CREA_SHD_ODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATUS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20051103
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051103

Method STEP_DROP_MPART_ODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATUS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20051103
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION Ausnahmeklasse für SQL Fehler 20051103

Method STEP_EXCH_MPART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATUS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20051103
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION Ausnahmeklasse für SQL Fehler 20051103

Method STEP_POST_ACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATUS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20051103
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051103

Method STEP_RELEASE_READ_LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATUS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20051103

Method STEP_RELEASE_READ_LOCK on class CL_RSDU_ODSO_MERGE_EPART_ORA has no exception.

Method STEP_SET_READ_LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATUS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20051103
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051103

Method STEP_SPACE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATUS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20051103

Method STEP_SPACE_CHECK on class CL_RSDU_ODSO_MERGE_EPART_ORA has no exception.

Method TIME_SHIFT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PART_VAL_SHIFT Value transfer Type reference (TYPE) ANY Stammdaten ID 20051104
2 Importing I_PARTVL Call by reference Type reference (TYPE) ANY Stammdaten ID 20051104
3 Importing I_SHIFT Call by reference Type reference (TYPE) I 1 Stammdaten ID 20051104

Method TIME_SHIFT on class CL_RSDU_ODSO_MERGE_EPART_ORA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710