SAP ABAP Class CL_RSDU_IC_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_IC_MERGE_EPART Merging of Partitions for E Fact Table 20051005
Properties
Class CL_RSDU_IC_MERGE_EPART_ORA  
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 RSORA   BW: Oracle Porting 
Created 20051005   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 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSDDK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSDRS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 RSDU Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
7 RSENQ Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDU_IC_MERGE_EPART_ORA has no interface implemented.
Friends
Class CL_RSDU_IC_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 20051005
2 P_TDIM_FIELDNM Instance attribute Private Type reference (TYPE) RSD_FIELDNM Field Name of T Dimension in Fact Tables 20051005
3 P_TDIM_TABLNM Instance attribute Private Type reference (TYPE) RSD_TABLNM Name of T Dimension Table 20051005
4 P_T_CHA Instance attribute Private Type reference (TYPE) IF_RSDU_REPART~N_T_CHA Chavels of Fact Tables 20051005
5 P_T_KYF Instance attribute Private Type reference (TYPE) IF_RSDU_REPART~N_T_KYF Key Figures of Fact Tables 20051005
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20051005
2 FILL_SX_QUERY_EFACT Instance method Private Method Fill one sx_query structure for copy 20051005
3 FILL_TX_QUERY_EFACT Instance method Private Method Fill a table of sx_query structure for parallel copy 20051005
4 GET_PARTTIM_SIDS Instance method Private Method Get List of Parttims for Copy Step 20060320
5 STEP_ANA_MPART_EFACT Instance method Private Method Analyze new partitions of the e-fact table after conversion 20051005
6 STEP_CONSISTENCY_CHECK Instance method Private Method Check data consistency after conversion 20051005
7 STEP_CP_EFACT_TO_ESHD Instance method Private Method Parallel copy from the e-fact table to the shadow table 20051005
8 STEP_CREA_IDX_MPART_EFACT Instance method Private Method Create new indexes on merge partition 20051005
9 STEP_CREA_SHD_EFACT Instance method Private Method Create the shadow table 20051005
10 STEP_DROP_MPART_EFACT Instance method Private Method Drop merge partitions to the e-fact table 20051005
11 STEP_EXCH_MPART Instance method Private Method Exchange the maxvalue partition with the shadow table 20051005
12 STEP_POST_ACT Instance method Private Method Post conversion activities 20051005
13 STEP_RELEASE_READ_LOCK Instance method Private Method Release the read lock on infocube 20051005
14 STEP_SET_READ_LOCK Instance method Private Method Set the read lock on infocube 20051005
15 STEP_SPACE_CHECK Instance method Private Method Check free space requirements 20051005
Events
Class CL_RSDU_IC_MERGE_EPART_ORA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 P_S_PARTTIM_SID Private See coding 20060320 BEGIN OF p_s_parttim_sid, sid TYPE rssid, END OF p_s_parttim_sid
2 P_T_PARTTIM_SID Private See coding 20060320 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 Importing I_DB_PARAMS Call by reference Type reference (TYPE) STRING 20051005
2 Importing I_INFOCUBE Call by reference Type reference (TYPE) RSD_INFOCUBE 20051005
3 Importing I_NEW_PARTVL_FROM Call by reference Type reference (TYPE) RSPARTVL_FROM Untere Grenze (Partitionierungswert) 20051005
# Exception Resumable Description Created on
1 CX_RSCDS_METADATA_INCONSISTENT Beim extrahieren der Metadaten ist ein Fehler aufgetreten 20051005
2 CX_RSCDS_REQUIREMENTS_VIOLATED Voraussetzungen für eine erfolgreiche Kondensierung verletzt 20051005
3 CX_RSCNV_EXCEPTION Exception class for Remodeling 20051005
4 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051005

Method FILL_SX_QUERY_EFACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_PARTTIM_SID Call by reference Type reference (TYPE) P_S_PARTTIM_SID 20060320
2 Returning SX_QUERY Value transfer Type reference (TYPE) RSDRS_SX_QUERY 20051005

Method FILL_SX_QUERY_EFACT on class CL_RSDU_IC_MERGE_EPART_ORA has no exception.

Method FILL_TX_QUERY_EFACT 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 20051005
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051005

Method GET_PARTTIM_SIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_PARTTIM_SID Call by reference Type reference (TYPE) P_T_PARTTIM_SID 20060320
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20060320

Method STEP_ANA_MPART_EFACT 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 20051005
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION Ausnahmeklasse für SQL Fehler 20051005

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 20051005
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051005

Method STEP_CP_EFACT_TO_ESHD 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 20051005
2 Returning STATUS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20051005
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051005

Method STEP_CREA_IDX_MPART_EFACT 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 20051005
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051005

Method STEP_CREA_SHD_EFACT 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 20051005
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051005

Method STEP_DROP_MPART_EFACT 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 20051005
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION Ausnahmeklasse für SQL Fehler 20051005

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 20051005
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION Ausnahmeklasse für SQL Fehler 20051005

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 20051005
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051005

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 20051005

Method STEP_RELEASE_READ_LOCK on class CL_RSDU_IC_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 20051005
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051005

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 20051005

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