SAP ABAP Class CL_RSDU_IC_EXTEND_EPART_DB2 (Enhancement of the Partitioning Schema E Fact Table)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-SYS-DB-DB2 (Application Component) BW DB2 for OS/390
     RSDB2 (Package) BW: Porting DB2-z/OS
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDU_IC_EXTEND_EPART Attachment of Partitions to E Fact Table 20051021
Properties
Class CL_RSDU_IC_EXTEND_EPART_DB2  
Short Description Enhancement of the Partitioning Schema E Fact Table    
Super Class CL_RSDU_IC_EXTEND_EPART Attachment of Partitions to E Fact Table 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDB2   BW: Porting DB2-z/OS 
Created 20051021   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_IC_EXTEND_EPART_DB2 has no interface implemented.
Friends
Class CL_RSDU_IC_EXTEND_EPART_DB2 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 20051021
2 P_MAX_DEGREE Instance attribute Private Type reference (TYPE) I 3 Maximum Number of Parallel INSERT Processes 20051021
3 P_MAX_PARTNM Instance attribute Private Type reference (TYPE) RSD_TABLNM Name of Maximum Partition 20051021
4 P_SHIFT Instance attribute Private Type reference (TYPE) I Moving the Partitions 20051021
5 P_TDIM_FIELDNM Instance attribute Private Type reference (TYPE) RSD_FIELDNM Field Name of T Dimension in Fact Tables 20051021
6 P_TDIM_TABLNM Instance attribute Private Type reference (TYPE) RSD_TABLNM Name of T Dimension Table 20051021
7 P_T_CHA Instance attribute Private Type reference (TYPE) IF_RSDU_REPART~N_T_CHA Chavels of Fact Tables 20051021
8 P_T_KYF Instance attribute Private Type reference (TYPE) IF_RSDU_REPART~N_T_KYF Key Figures of Fact Tables 20051021
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20051021
2 DETERMINE_SIDS_PER_PARTITION Instance method Private Method STEP: Update Statistics on All New Partitions 20060804
3 DETERMINE_SID_RANGE Instance method Private Method STEP: Update Statistics on All New Partitions 20060804
4 STEP_ANA_NEW_PART_EFACT Instance method Private Method STEP: Update Statistics on All New Partitions 20051021
5 STEP_APP_NEW_PART_EFACT Instance method Private Method STEP: Creation of New Partitions for the E Fact Table 20051021
6 STEP_POST_ACT Instance method Private Method STEP: Changing the Metadata 20051021
7 STEP_RELEASE_READ_LOCK Instance method Private Method STEP: Release Read Lock for InfoCube 20051021
8 STEP_REORG_EFACT Instance method Private Method STEP: Update Statistics on All New Partitions 20060804
9 STEP_SET_READ_LOCK Instance method Private Method STEP: Repare Indexes for Both Fact Tables 20051021
Events
Class CL_RSDU_IC_EXTEND_EPART_DB2 has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 P_S_TIM Private See coding 20051021 BEGIN OF p_s_tim, dimid TYPE rsdimid, sid TYPE rssid, END OF p_s_tim
2 P_T_TIM Private See coding 20051021 p_t_tim TYPE STANDARD TABLE OF p_s_tim WITH KEY dimid 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 20051021
2 Importing I_INFOCUBE Call by reference Type reference (TYPE) RSD_INFOCUBE 20051021
3 Importing I_NEW_PARTVL_TO Call by reference Type reference (TYPE) RSPARTVL_TO Obere Grenze (Partitionierungswert) 20051021
# Exception Resumable Description Created on
1 CX_RSCDS_METADATA_INCONSISTENT Beim extrahieren der Metadaten ist ein Fehler aufgetreten 20051021
2 CX_RSCDS_REQUIREMENTS_VIOLATED Voraussetzungen für eine erfolgreiche Kondensierung verletzt 20051021
3 CX_RSCNV_EXCEPTION Exception class for Remodeling 20051021
4 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051021

Method DETERMINE_SIDS_PER_PARTITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SHIFT Call by reference Type reference (TYPE) I 20060804
2 Importing I_PARTMAXCNT Call by reference Type reference (TYPE) RSPARTMAXCNT maximum number of partitions 20060804
3 Importing I_PART_HIGH Call by reference Type reference (TYPE) RSD_SID upper sid of i_part_iobjnm 20060804
4 Importing I_PART_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM partitioning infoobject 20060804
5 Importing I_PART_LOW Call by reference Type reference (TYPE) RSD_SID lower sid of i_part_iobjnm 20060804
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION Ausnahmeklasse für SQL Fehler 20060804

Method DETERMINE_SID_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PERIODS Call by reference Type reference (TYPE) I 20060804
2 Importing I_DIGITS Call by reference Type reference (TYPE) I 20060804
3 Importing I_PART_HIGH Call by reference Type reference (TYPE) RSD_SID upper sid of i_part_iobjnm 20060804
4 Importing I_PART_LOW Call by reference Type reference (TYPE) RSD_SID lower sid of i_part_iobjnm 20060804
5 Importing I_PERIODS_PER_YEAR Call by reference Type reference (TYPE) I 20060804
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION Ausnahmeklasse für SQL Fehler 20060804

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

Method STEP_APP_NEW_PART_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 20051021
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051021
2 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20051021

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

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 20051021

Method STEP_RELEASE_READ_LOCK on class CL_RSDU_IC_EXTEND_EPART_DB2 has no exception.

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

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 20051021
# Exception Resumable Description Created on
1 CX_RSDU_REPART_EXCEPTION RSDU Ausnahmen bei Repartitionierung 20051021
History
Last changed by/on SAP  20130531 
SAP Release Created in 710