SAP ABAP Class CL_RSLPO_PARTITION (LPO Compenents: Partition)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSLPO_TLOGO (Package) Semantic Partitioning: Metadata / TLOGO Implementation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSLPO_METADATA Semantic Partitioning: Metadata Object 20080904
Properties
Class CL_RSLPO_PARTITION  
Short Description LPO Compenents: Partition    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSLPO_TLOGO   Semantic Partitioning: Metadata / TLOGO Implementation 
Created 20060214   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSLPO_METADATA Semantic Partitioning: Metadata Object 20080904
Friends
Class CL_RSLPO_PARTITION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_R_SET Instance attribute Private Object reference (TYPE REF TO) CL_RSMDS_SET Reference to Partition's Set Object 20091016
2 P_R_VERS Instance attribute Private Object reference (TYPE REF TO) CL_RSLPO_VERS Reference to Assigned LPO Version 20060912
3 P_S_PART Instance attribute Private Type reference (TYPE) RSLPO_S_PART Attribute Values for Partition 20060221
4 P_T_R_COMPONENT Instance attribute Private Type reference (TYPE) RSLPO_T_R_COMPONENT References to Partition Components 20060606
5 P_T_R_DIMENSION Instance attribute Private Type reference (TYPE) RSLPO_T_R_DIMENSION Reference to Partitioning Dimensions 20060315
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COMPONENT Instance method Public Method Adds a Component to the Partition 20060606
2 ADD_CRITERION Instance method Public Method Adds Partitioning Criterion 20060315
3 ADD_DIME Instance method Public Method Adds Partitioning Dimension 20091125
4 ADD_DIMENSION Instance method Public Method Adds Partitioning Dimension 20060315
5 ADD_S_COMP Instance method Public Method Adds Component 20091120
6 ADD_S_CRIT Instance method Public Method Adds Partitioning Criterion 20091124
7 ADD_S_PROP Instance method Public Method Adds Component Property 20120629
8 ADD_S_TEXT Instance method Public Method Adds a text 20091124
9 CHANGE_CRITERION Instance method Public Method Changes Attribute Values of Partitioning Criterion 20060317
10 CONSTRUCTOR Instance method Public Constructor Constructor 20060221
11 DROP_COMPONENT Instance method Public Method Deletes a Partition Component 20060607
12 DROP_CRITERION Instance method Public Method Deletes Partitioning Criterion 20060316
13 DROP_DIMENSION Instance method Public Method Deletes Partitioning Dimension 20060316
14 GET_IDPART Instance method Public Method Returns Partition ID 20060227
15 GET_INFO Instance method Public Method Returns properties of partition 20080919
16 GET_OVERFLOW Instance method Public Method Returns TRUE If Partition is Overflow Partition 20060320
17 GET_PARTPROV Instance method Public Method Returns InfoProvider Name 20060323
18 GET_POSIT Instance method Public Method Returns Position of Partition 20060228
19 GET_R_COMPONENT Instance method Public Method Returns Reference to a Partition Component 20060607
20 GET_R_DIMENSION Instance method Public Method Returns Reference to Partitioning Dimension 20060316
21 GET_R_SET Instance method Public Method Returns Reference to Set Objects for Partition 20060927
22 GET_R_VERS Instance method Public Method Returns Reference to Assigned LPO Version 20060921
23 GET_S_DBPART Instance method Public Method Returns criteria for DB partitioning 20091029
24 GET_S_PART Instance method Public Method Returns Data Record for Table RSLPOPART 20060221
25 GET_S_TEXT Instance method Public Method Returns language-specific text for partition 20091124
26 GET_T_RANGE Instance method Public Method Returns Partitioning Criterion of Partition 20060223
27 GET_T_R_COMPONENT Instance method Public Method Returns References to Partition Components 20060606
28 GET_T_R_DIMENSION Instance method Public Method Returns Reference to Partitioning Dimensions 20060315
29 INIT_NEW Instance method Public Method Initializes attributes for newly added partition 20091124
30 IS_COMPONENT_EXIST Instance method Public Method Returns TRUE If Component Exists 20060704
31 SET_POSIT Instance method Public Method Sets Value for Position of Partition 20060315
Events
Class CL_RSLPO_PARTITION has no event.
Types
Class CL_RSLPO_PARTITION has no local type.
Method Signatures

Method ADD_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_COMPONENT Call by reference Object reference (TYPE REF TO) CL_RSLPO_COMPONENT Referenz auf hinzuzufügende Komponente 20060606
2 Returning R_R_COMPONENT Value transfer Object reference (TYPE REF TO) CL_RSLPO_COMPONENT Referenz auf hinzugefügte Komponente 20060606

Method ADD_COMPONENT on class CL_RSLPO_PARTITION has no exception.

Method ADD_CRITERION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_RANGE Call by reference Type reference (TYPE) RSLPO_S_PARTRANGE Hinzuzufügendes Partitionierungskriterium 20060315
2 Returning R_R_CRITERION Value transfer Object reference (TYPE REF TO) CL_RSLPO_CRITERION Referenz auf hinzugefügtes Partitionierungskriterium 20060315

Method ADD_CRITERION on class CL_RSLPO_PARTITION has no exception.

Method ADD_DIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM Die Partitionierungsdimension aufspannendes InfoObject 20091125
2 Returning R_R_DIME Value transfer Object reference (TYPE REF TO) CL_RSLPO_DIMENSION Referenz auf hinzugefügte Partitionierungsdimension 20091125

Method ADD_DIME on class CL_RSLPO_PARTITION has no exception.

Method ADD_DIMENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COPY Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE TRUE, wenn Aufbau einer Versions-Instanz von DB oder Kopie 20060315
2 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM Die Dimension aufspannendes InfoObjekt 20060315
3 Returning R_R_DIMENSION Value transfer Object reference (TYPE REF TO) CL_RSLPO_DIMENSION Referenz auf hinzugefügte Partitionierungsdimension 20060315

Method ADD_DIMENSION on class CL_RSLPO_PARTITION has no exception.

Method ADD_S_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_COMP Call by reference Type reference (TYPE) RSLPO_S_COMP Hinzuzufügende Komponente 20091120
2 Returning R_R_COMP Value transfer Object reference (TYPE REF TO) CL_RSLPO_COMPONENT Referenz auf hinzugefügte Komponente 20091120

Method ADD_S_COMP on class CL_RSLPO_PARTITION has no exception.

Method ADD_S_CRIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_CRIT Call by reference Type reference (TYPE) RSLPO_S_PARTRANGE Hinzuzufügendes Partitionierungskriterium 20091125
2 Returning R_R_CRIT Value transfer Object reference (TYPE REF TO) CL_RSLPO_CRITERION Referenz auf hinzugefügtes Partitionierungskriterium 20091124

Method ADD_S_CRIT on class CL_RSLPO_PARTITION has no exception.

Method ADD_S_PROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_PROP Call by reference Type reference (TYPE) RSLPO_S_COMPPROP Hinzuzufügende Komponenteneigenschaft 20120629

Method ADD_S_PROP on class CL_RSLPO_PARTITION has no exception.

Method ADD_S_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_TEXT Call by reference Type reference (TYPE) RSLPO_S_COMPTEXT Hinzuzufügender Text 20091124

Method ADD_S_TEXT on class CL_RSLPO_PARTITION has no exception.

Method CHANGE_CRITERION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_RANGE Call by reference Type reference (TYPE) RSLPO_S_PARTRANGE Zu änderndes Partitionierungskriterium 20060317
2 Returning R_R_CRITERION Value transfer Object reference (TYPE REF TO) CL_RSLPO_CRITERION Referenz auf geändertes Partitionierungskriterium 20060317

Method CHANGE_CRITERION on class CL_RSLPO_PARTITION has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_VERS Call by reference Object reference (TYPE REF TO) CL_RSLPO_VERS Referenz auf zugeordnete LPO-Version 20060912
2 Importing I_S_PART Call by reference Type reference (TYPE) RSLPO_S_PART Attributwerte der Partition 20060221

Method CONSTRUCTOR on class CL_RSLPO_PARTITION has no exception.

Method DROP_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_COMP Call by reference Type reference (TYPE) RSLPO_S_COMP Attributwerte der zu löschenden Komponente 20060607
2 Returning R_R_COMPONENT Value transfer Object reference (TYPE REF TO) CL_RSLPO_COMPONENT Referenz auf gelöschte Komponente 20060607

Method DROP_COMPONENT on class CL_RSLPO_PARTITION has no exception.

Method DROP_CRITERION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_RANGE Call by reference Type reference (TYPE) RSLPO_S_PARTRANGE Zu löschendes Partitionierungskriterium 20060316
2 Returning R_R_CRITERION Value transfer Object reference (TYPE REF TO) CL_RSLPO_CRITERION Referenz auf gelöschtes Partitionierungskriterium 20060316

Method DROP_CRITERION on class CL_RSLPO_PARTITION has no exception.

Method DROP_DIMENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM Zu löschende Partitionierungsdimension 20060316
2 Returning R_R_DIMENSION Value transfer Object reference (TYPE REF TO) CL_RSLPO_DIMENSION Referenz auf gelöschte Partitionierungsdimension 20060316

Method DROP_DIMENSION on class CL_RSLPO_PARTITION has no exception.

Method GET_IDPART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IDPART Value transfer Type reference (TYPE) RSLPO_IDPART ID der Partition 20060227

Method GET_IDPART on class CL_RSLPO_PARTITION has no exception.

Method GET_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_PARTITION Call by reference Object reference (TYPE REF TO) CL_RSLPO_PARTITION Referenz auf Partition 20080919
2 Exporting E_R_VERS Call by reference Object reference (TYPE REF TO) CL_RSLPO_VERS Referenz auf zugeordnete Version 20080919
3 Exporting E_S_PART Call by reference Type reference (TYPE) RSLPO_S_PART Datensatz für Tabelle RSLPOPART 20080919
4 Exporting E_T_COMP Call by reference Type reference (TYPE) RSLPO_T_COMP Datensätze für Tabelle RSLPOCOMP 20080919
5 Exporting E_T_COMPPROP Call by reference Type reference (TYPE) RSLPO_T_COMPPROP Datensätze für Tabelle RSLPOCOMPPROP 20120629
6 Exporting E_T_COMPTEXT Call by reference Type reference (TYPE) RSLPO_T_COMPTEXT Datensätze für Tabelle RSLPOCOMPTEXT 20080919
7 Exporting E_T_PARTRANGE Call by reference Type reference (TYPE) RSLPO_T_PARTRANGE Datensätze für Tabelle RSLPOPARTRANGE 20080919
8 Exporting E_T_R_COMPONENT Call by reference Type reference (TYPE) RSLPO_T_R_COMPONENT Tabelle mit Referenzen auf zugeordnete Komponenten 20080919

Method GET_INFO on class CL_RSLPO_PARTITION has no exception.

Method GET_OVERFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_OVERFLOW Value transfer Type reference (TYPE) RSLPO_OVERFLOW Overflow-Flag 20060320

Method GET_OVERFLOW on class CL_RSLPO_PARTITION has no exception.

Method GET_PARTPROV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PARTPROV Value transfer Type reference (TYPE) RSINFOPROV Name des PartProviders 20060323

Method GET_PARTPROV on class CL_RSLPO_PARTITION has no exception.

Method GET_POSIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_POSIT Value transfer Type reference (TYPE) RSPOSIT Position der Partition 20060228

Method GET_POSIT on class CL_RSLPO_PARTITION has no exception.

Method GET_R_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IDCOMP Call by reference Type reference (TYPE) RSLPO_IDCOMP ID der Komponente 20060704
2 Importing I_NAME Call by reference Type reference (TYPE) SOBJ_NAME Name des zugeordneten TLOGO-Objekts 20060607
3 Importing I_ROLE Call by reference Type reference (TYPE) RSLPO_COMPROLE Rolle des zugeordneten TLOGO-Objekts 20060607
4 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO Typ des zugeordneten TLOGO-Objekts 20060607
5 Returning R_R_COMPONENT Value transfer Object reference (TYPE REF TO) CL_RSLPO_COMPONENT Referenz auf Komponente 20060607

Method GET_R_COMPONENT on class CL_RSLPO_PARTITION has no exception.

Method GET_R_DIMENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObjekt der Partitionierungsdimension 20060316
2 Returning R_R_DIMENSION Value transfer Object reference (TYPE REF TO) CL_RSLPO_DIMENSION Referenz auf Partitionierungsdimension 20060316

Method GET_R_DIMENSION on class CL_RSLPO_PARTITION has no exception.

Method GET_R_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INITIALIZE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE TRUE: Mengenobjekt wird neu instanziiert 20091021
2 Returning R_R_SET Value transfer Object reference (TYPE REF TO) CL_RSMDS_SET Referenz auf Mengenobjekt 20060927
# Exception Resumable Description Created on
1 CX_RSLPO_OPERATION_FAILED 20081216

Method GET_R_VERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_VERS Value transfer Object reference (TYPE REF TO) CL_RSLPO_VERS Referenz auf zugeordnete LPO-Version 20060921

Method GET_R_VERS on class CL_RSLPO_PARTITION has no exception.

Method GET_S_DBPART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_DBPART Value transfer Type reference (TYPE) RSLPO_S_DBPART Kriterien für DB-Partitionierung 20091029
# Exception Resumable Description Created on
1 CX_RSLPO_OPERATION_FAILED 20091029

Method GET_S_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_PART Value transfer Type reference (TYPE) RSLPO_S_PART Datensatz Tabelle RSLPOPART 20060223

Method GET_S_PART on class CL_RSLPO_PARTITION has no exception.

Method GET_S_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEFAULT Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE TRUE: Nicht vorhandener Text wird durch Default-Text ersetzt 20091124
2 Importing I_LANGU Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20091124
3 Returning R_S_TEXT Value transfer Type reference (TYPE) RSLPO_S_COMPTEXT Text der Partition 20091124

Method GET_S_TEXT on class CL_RSLPO_PARTITION has no exception.

Method GET_T_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_RANGE Value transfer Type reference (TYPE) RSLPO_T_PARTRANGE Partitionierungskriterien der Partition 20060223

Method GET_T_RANGE on class CL_RSLPO_PARTITION has no exception.

Method GET_T_R_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_R_COMPONENT Value transfer Type reference (TYPE) RSLPO_T_R_COMPONENT Referenzen auf Komponenten der Partition 20060606

Method GET_T_R_COMPONENT on class CL_RSLPO_PARTITION has no exception.

Method GET_T_R_DIMENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_R_DIMENSION Value transfer Type reference (TYPE) RSLPO_T_R_DIMENSION Referenzen auf Partitionierungsdimensionen 20060315

Method GET_T_R_DIMENSION on class CL_RSLPO_PARTITION has no exception.

Method INIT_NEW Signature

Method INIT_NEW on class CL_RSLPO_PARTITION has no parameter.
Method INIT_NEW on class CL_RSLPO_PARTITION has no exception.

Method IS_COMPONENT_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IDCOMP Call by reference Type reference (TYPE) RSLPO_IDCOMP ID der Komponente 20060704
2 Importing I_NAME Call by reference Type reference (TYPE) SOBJ_NAME Name des zugeordneten TLOGO-Objekts 20060704
3 Importing I_ROLE Call by reference Type reference (TYPE) RSLPO_COMPROLE Rolle des zugeordneten TLOGO-Objekts 20060704
4 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO Typ des zugeordneten TLOGO-Objekts 20060704
5 Returning R_COMPONENT_EXIST Value transfer Type reference (TYPE) RS_BOOL TRUE, wenn Komponente existiert 20060704

Method IS_COMPONENT_EXIST on class CL_RSLPO_PARTITION has no exception.

Method SET_POSIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POSIT Call by reference Type reference (TYPE) RSPOSIT Wert für die Position der Partition 20060315

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