SAP ABAP Class CL_RSLPO_VERS (Logical Partitioning: Metadata Version)
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
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_VERS_A Semantic Partitioning: Metadata: Active Version 20060202
2 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_VERS_D Semantic Partitioning: Metadata: Content Version 20060202
3 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_VERS_M Semantic Partitioning: Metadata: Modified Version 20060202
4 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_VERS_N Semantic Partitioning: Metadata: Maintenance Version 20060202
Properties
Class CL_RSLPO_VERS  
Short Description Logical Partitioning: Metadata Version    
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 20060202   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_VERS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_LPO Instance attribute Protected Type reference (TYPE) RSLPONAME Name of LP Object 20060210
2 O_OBJVERS Instance attribute Protected Type reference (TYPE) RSOBJVERS Object Version 20060210
3 O_R_SET Instance attribute Protected Object reference (TYPE REF TO) CL_RSMDS_SET Reference to Amount Object over All Partitions 20100420
4 O_S_DBPART Instance attribute Protected Type reference (TYPE) RSLPO_S_DBPART Criteria for DB partitioning (table RSLPODBPART) 20081126
5 O_S_LPO Instance attribute Protected Type reference (TYPE) RSLPO Data Record from Table RSLPO 20060220
6 O_T_R_COMPONENT Instance attribute Protected Type reference (TYPE) RSLPO_T_R_COMPONENT References to Partition-Independent Components 20060214
7 O_T_R_PARTITION Instance attribute Protected Type reference (TYPE) RSLPO_T_R_PARTITION References to Partitions 20060315
8 O_T_TEXT Instance attribute Protected Type reference (TYPE) RSLPO_T_TEXT Texts (Table RSLPOT) 20060214
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COMPONENT Instance method Public Method Adds Component 20060323
2 ADD_PARTITION Instance method Public Method Adds Partition 20060315
3 ADD_S_COMP Instance method Public Method Adds Component 20100408
4 ADD_S_PART Instance method Public Method Adds Partition 20091119
5 ADD_S_TEXT Instance method Public Method Adds a text 20100409
6 CHANGE_TEXT Instance method Public Method Changes a text 20081219
7 COMPARE Instance method Public Method Compares Version with Another Version 20060301
8 CONSTRUCTOR Instance method Public Constructor Constructor 20060210
9 DROP_TEXT Instance method Public Method Deletes a text 20090109
10 GET_INFO Instance method Public Method Returns Properties of Version 20060216
11 GET_INFO_FROM_DB Instance method Public Method Reads Properties of Version from Database 20060529
12 GET_INFO_FROM_SCRATCH Instance method Public Method Returns Properties of N Version for New LP Object 20060529
13 GET_LPO Instance method Public Method Returns Name of LP Object 20060227
14 GET_OBJVERS Instance method Public Method Returns Indicator for Version 20060227
15 GET_R_COMPONENT Instance method Public Method Returns Reference to a Component 20060607
16 GET_R_PARTITION Instance method Public Method Returns Reference to Partition 20060223
17 GET_R_PARTITION_OVERFLOW Instance method Public Method Returns Reference to Overflow Partition 20060320
18 GET_R_SET Instance method Public Method Returns reference to amount object over all partitions 20091016
19 GET_S_COMPONENT_TLOGO Instance method Public Method Returns TLOGO Type and Name of a Component 20060629
20 GET_S_DBPART Instance method Public Method Returns criteria for DB partitioning 20081126
21 GET_S_LPO Instance method Public Method Returns Attribute Values from Table RSLPO 20060505
22 GET_S_TEXT Instance method Public Method Returns language-dependent text 20060505
23 GET_T_DTA_IOBJ Instance method Public Method Returns table with DTA information for InfoObjects 20090209
24 GET_T_R_COMPONENT Instance method Public Method Returns Table with Reference to Components 20060322
25 GET_T_R_PARTITION Instance method Public Method Returns Table with References to Partitions 20060313
26 INIT Instance method Public Method Initializes Attribute Values from Database or Template Vers. 20060223
27 INIT_PARTITIONING Instance method Public Method Initializing partitiong... 20091124
28 IS_PARTITION_EXIST Instance method Public Method Returns TRUE if Partition Exists 20060704
29 MODIFY_OBJVERS Instance method Protected Method Changes Object Version in Transferred Structures and Tables 20060908
30 SET_INFOAREA Instance method Public Method Changes InfoArea 20090219
31 SET_PARTITION_POSIT Instance method Public Method Sets new position of a partition in partition table 20080912
32 SET_S_DBPART Instance method Public Method Sets criteria for DB partitioning 20081126
33 SET_TIMESTAMP Instance method Public Method Sets Time Stamp and Name of Last Changed By 20060407
Events
Class CL_RSLPO_VERS has no event.
Types
Class CL_RSLPO_VERS 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_COPY Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE TRUE, wenn Aufbau einer Versions-Instanz von DB oder Kopie 20060323
2 Importing I_S_COMP Call by reference Type reference (TYPE) RSLPO_S_COMP Hinzuzufügende Komponente 20060323
3 Returning R_R_COMPONENT Value transfer Object reference (TYPE REF TO) CL_RSLPO_COMPONENT Referenz auf hinzugefügte Komponente 20060323

Method ADD_COMPONENT on class CL_RSLPO_VERS has no exception.

Method ADD_PARTITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_PART Call by reference Type reference (TYPE) RSLPO_S_PART Hinzuzufügende Partition 20060315
2 Returning R_R_PARTITION Value transfer Object reference (TYPE REF TO) CL_RSLPO_PARTITION Referenz auf hinzugefügte Partition 20060315

Method ADD_PARTITION on class CL_RSLPO_VERS 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 20100408
2 Returning R_R_COMP Value transfer Object reference (TYPE REF TO) CL_RSLPO_COMPONENT Referenz auf hinzugefügte Komponente 20100408

Method ADD_S_COMP on class CL_RSLPO_VERS has no exception.

Method ADD_S_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_PART Call by reference Type reference (TYPE) RSLPO_S_PART Hinzuzufügende Partition 20091119
2 Returning R_R_PART Value transfer Object reference (TYPE REF TO) CL_RSLPO_PARTITION Referenz auf hinzugefügte Partition 20091119

Method ADD_S_PART on class CL_RSLPO_VERS 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_TEXT Hinzuzufügender Text 20100409

Method ADD_S_TEXT on class CL_RSLPO_VERS has no exception.

Method CHANGE_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_TEXT Zu ändernder Text 20081219

Method CHANGE_TEXT on class CL_RSLPO_VERS has no exception.

Method COMPARE 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 Vergleichsversion 20060301
2 Returning R_IS_EQUAL Value transfer Type reference (TYPE) RS_BOOL TRUE, wenn beide Versionen gleich sind 20060301

Method COMPARE on class CL_RSLPO_VERS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LPO Call by reference Type reference (TYPE) RSLPONAME Name des LP-Objekts 20060210
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20060210

Method CONSTRUCTOR on class CL_RSLPO_VERS has no exception.

Method DROP_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_TEXT Zu löschender Text 20090109

Method DROP_TEXT on class CL_RSLPO_VERS 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_VERS Call by reference Object reference (TYPE REF TO) CL_RSLPO_VERS Referenz auf Version 20060221
2 Exporting E_S_DBPART Call by reference Type reference (TYPE) RSLPO_S_DBPART Tabelle RSLPODBPART 20081126
3 Exporting E_S_LPO Call by reference Type reference (TYPE) RSLPO_S_LPO Datensatz Tabelle RSLPO 20060221
4 Exporting E_S_TEXT Call by reference Type reference (TYPE) RSLPO_S_TEXT Datensatz Tabelle RSLPOT (SY-LANGU) 20090113
5 Exporting E_T_COMP Call by reference Type reference (TYPE) RSLPO_T_COMP Tabelle RSLPOCOMP 20060221
6 Exporting E_T_COMPPROP Call by reference Type reference (TYPE) RSLPO_T_COMPPROP Tabelle RSLPOCOMPPROP 20120629
7 Exporting E_T_COMPTEXT Call by reference Type reference (TYPE) RSLPO_T_COMPTEXT Tabelle RSLPOCOMPTEXT 20060322
8 Exporting E_T_PART Call by reference Type reference (TYPE) RSLPO_T_PART Tabelle RSLPOPART 20060221
9 Exporting E_T_PARTRANGE Call by reference Type reference (TYPE) RSLPO_T_PARTRANGE Tabelle RSLPOPARTRANGE 20060223
10 Exporting E_T_R_COMPONENT Call by reference Type reference (TYPE) RSLPO_T_R_COMPONENT Referenzen auf Komponenten 20060221
11 Exporting E_T_R_PARTITION Call by reference Type reference (TYPE) RSLPO_T_R_PARTITION Referenzen auf Partitionen 20060227
12 Exporting E_T_TEXT Call by reference Type reference (TYPE) RSLPO_T_TEXT Tabelle RSLPOT 20060221

Method GET_INFO on class CL_RSLPO_VERS has no exception.

Method GET_INFO_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXISTS Call by reference Type reference (TYPE) RS_BOOL TRUE, wenn Metadaten für Version existieren 20060529
2 Exporting E_EXISTS_HEADER Call by reference Type reference (TYPE) RS_BOOL TRUE, wenn Datensatz der Tabelle RSLPO existiert 20060529
3 Exporting E_S_DBPART Call by reference Type reference (TYPE) RSLPO_S_DBPART Tabelle RSLPODBPART: Kriterien für DB-Partitionierung 20081126
4 Exporting E_S_LPO Call by reference Type reference (TYPE) RSLPO_S_LPO Tabelle RSLPO: Header 20060529
5 Exporting E_T_COMP Call by reference Type reference (TYPE) RSLPO_T_COMP Tabelle RSLPOCOMP: Komponenten 20060529
6 Exporting E_T_COMPPROP Call by reference Type reference (TYPE) RSLPO_T_COMPPROP Tabelle RSLPOCOMPPROP: Eigenschaften von Komponenten 20120629
7 Exporting E_T_COMPTEXT Call by reference Type reference (TYPE) RSLPO_T_COMPTEXT Tabelle RSLPOCOMPTEXT: Texte von Komponenten 20060529
8 Exporting E_T_PART Call by reference Type reference (TYPE) RSLPO_T_PART Tabelle RSLPOPART: Partitionen 20060529
9 Exporting E_T_PARTRANGE Call by reference Type reference (TYPE) RSLPO_T_PARTRANGE Tabelle RSLPOPARTRANGE: Partitionierungskriterien 20060529
10 Exporting E_T_TEXT Call by reference Type reference (TYPE) RSLPO_T_TEXT Tabelle RSLPOT: Texte 20060529

Method GET_INFO_FROM_DB on class CL_RSLPO_VERS has no exception.

Method GET_INFO_FROM_SCRATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_LPO Call by reference Type reference (TYPE) RSLPO_S_LPO Tabelle RSLPO: Header 20060529

Method GET_INFO_FROM_SCRATCH on class CL_RSLPO_VERS has no exception.

Method GET_LPO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LPO Value transfer Type reference (TYPE) RSLPONAME Name des LP-Objekts 20060227

Method GET_LPO on class CL_RSLPO_VERS has no exception.

Method GET_OBJVERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS Kennzeichen für Version 20060227

Method GET_OBJVERS on class CL_RSLPO_VERS 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_IDPART Call by reference Type reference (TYPE) RSLPO_IDPART ID der Partition 20060704
3 Importing I_NAME Call by reference Type reference (TYPE) SOBJ_NAME Name des zugeordneten TLOGO-Objekts 20060607
4 Importing I_ROLE Call by reference Type reference (TYPE) RSLPO_COMPROLE Rolle des zugeordneten TLOGO-Objekts 20060607
5 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO Typ des zugeordneten TLOGO-Objekts 20060607
6 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_VERS has no exception.

Method GET_R_PARTITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IDPART Call by reference Type reference (TYPE) RSLPO_IDPART ID der Partition 20060223
2 Returning R_R_PARTITION Value transfer Object reference (TYPE REF TO) CL_RSLPO_PARTITION Referenz auf Partition 20060223

Method GET_R_PARTITION on class CL_RSLPO_VERS has no exception.

Method GET_R_PARTITION_OVERFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_PARTITION Value transfer Object reference (TYPE REF TO) CL_RSLPO_PARTITION Referenz auf Overflow-Partition 20060320

Method GET_R_PARTITION_OVERFLOW on class CL_RSLPO_VERS 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 20100420
2 Returning R_R_SET Value transfer Object reference (TYPE REF TO) CL_RSMDS_SET Referenz auf Mengenobjekt 20091016
# Exception Resumable Description Created on
1 CX_RSLPO_OPERATION_FAILED 20091021

# 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_IDPART Call by reference Type reference (TYPE) RSLPO_IDPART ID der Partition 20060704
3 Importing I_NAME Call by reference Type reference (TYPE) SOBJ_NAME Name des zugeordneten TLOGO-Objekts 20060629
4 Importing I_ROLE Call by reference Type reference (TYPE) RSLPO_COMPROLE Rolle des zugeordneten TLOGO-Objekts 20060629
5 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO Typ des zugeordneten TLOGO-Objekts 20060629
6 Returning R_S_COMPONENT_TLOGO Value transfer Type reference (TYPE) RSO_S_TLOGO TLOGO-Typ und Name der Komponente 20060629

Method GET_S_COMPONENT_TLOGO on class CL_RSLPO_VERS 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 20081126

Method GET_S_DBPART on class CL_RSLPO_VERS has no exception.

Method GET_S_LPO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_LPO Value transfer Type reference (TYPE) RSLPO Attributwerte aus Tabelle RSLPO 20060505

Method GET_S_LPO on class CL_RSLPO_VERS 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 20081219
2 Importing I_LANGU Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20060505
3 Returning R_S_TEXT Value transfer Type reference (TYPE) RSLPO_S_TEXT Text abhängig von Sprache oder Default-Text 20060505

Method GET_S_TEXT on class CL_RSLPO_VERS has no exception.

Method GET_T_DTA_IOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEYFLAG Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE TRUE: Es werden nur Schlüssel-InfoObjekte zurückgegeben 20090209
2 Returning R_T_DTA_IOBJ Value transfer Type reference (TYPE) RSD_T_DTA_IOBJ Tabelle mit DTA-Informationen für InfoObjekte 20090209

Method GET_T_DTA_IOBJ on class CL_RSLPO_VERS has no exception.

Method GET_T_R_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALL Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE TRUE: Es werden alle Komponenten zurückgegeben 20090116
2 Importing I_IDPART Call by reference Type reference (TYPE) RSLPO_IDPART ID der Partition 20060606
3 Returning R_T_R_COMPONENT Value transfer Type reference (TYPE) RSLPO_T_R_COMPONENT Referenzen auf Komponenten 20060322

Method GET_T_R_COMPONENT on class CL_RSLPO_VERS has no exception.

Method GET_T_R_PARTITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_R_PARTITION Value transfer Type reference (TYPE) RSLPO_T_R_PARTITION Referenzen auf Partitionen 20060313

Method GET_T_R_PARTITION on class CL_RSLPO_VERS has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_VERS_TEMPLATE Call by reference Object reference (TYPE REF TO) CL_RSLPO_VERS Referenz auf Vorlage-Version 20060223
2 Returning R_EXISTS Value transfer Type reference (TYPE) RS_BOOL TRUE, wenn Metadaten für Version existieren 20060303

Method INIT on class CL_RSLPO_VERS has no exception.

Method INIT_PARTITIONING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_BADI Call by reference Object reference (TYPE REF TO) RSLPO_BADI_PARTITIONING Referenz auf BAdI-Objekt 20091229
2 Importing I_R_VERS Call by reference Object reference (TYPE REF TO) CL_RSLPO_VERS Referenz auf Vorlageversion 20091229

Method INIT_PARTITIONING on class CL_RSLPO_VERS has no exception.

Method IS_PARTITION_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IDPART Call by reference Type reference (TYPE) RSLPO_IDPART ID der Partition 20060704
2 Returning R_PARTITION_EXIST Value transfer Type reference (TYPE) RS_BOOL TRUE, wenn Partition existiert 20060704

Method IS_PARTITION_EXIST on class CL_RSLPO_VERS has no exception.

Method MODIFY_OBJVERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_DBPART Call by reference Type reference (TYPE) RSLPO_S_DBPART Satz der Tabelle RSLPODBPART 20081126
2 Changing C_S_LPO Call by reference Type reference (TYPE) RSLPO_S_LPO Satz der Tabelle RSLPO 20060908
3 Changing C_T_COMP Call by reference Type reference (TYPE) RSLPO_T_COMP Tabelle mit Sätzen der Tabelle RSLPOCOMP 20060908
4 Changing C_T_COMPPROP Call by reference Type reference (TYPE) RSLPO_T_COMPPROP Tabelle mit Sätzen der Tabelle RSLPOCOMPPROP 20120629
5 Changing C_T_COMPTEXT Call by reference Type reference (TYPE) RSLPO_T_COMPTEXT Tabelle mit Sätzen der Tabelle RSLPOCOMPTEXT 20060908
6 Changing C_T_PART Call by reference Type reference (TYPE) RSLPO_T_PART Tabelle mit Sätzen der Tabelle RSLPOPART 20060908
7 Changing C_T_PARTRANGE Call by reference Type reference (TYPE) RSLPO_T_PARTRANGE Tabelle mit Sätzen der Tabelle RSLPOPARTRANGE 20060908
8 Changing C_T_TEXT Call by reference Type reference (TYPE) RSLPO_T_TEXT Tabelle mit Sätzen der Tabelle RSLPOT 20060908
9 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Neuer Wert für Objektversion 20060908

Method MODIFY_OBJVERS on class CL_RSLPO_VERS has no exception.

Method SET_INFOAREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOAREA Call by reference Type reference (TYPE) RSINFOAREA Neue InfoArea 20090219

Method SET_INFOAREA on class CL_RSLPO_VERS has no exception.

Method SET_PARTITION_POSIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IDPART Call by reference Type reference (TYPE) RSLPO_IDPART ID der Partition 20080912
2 Importing I_POSIT Call by reference Type reference (TYPE) RSPOSIT Neue Position der Partition in Partitionentabelle 20080912

Method SET_PARTITION_POSIT on class CL_RSLPO_VERS has no exception.

Method SET_S_DBPART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DBPART Call by reference Type reference (TYPE) RSLPO_S_DBPART Kriterien für DB-Partitionierung 20081126

Method SET_S_DBPART on class CL_RSLPO_VERS has no exception.

Method SET_TIMESTAMP Signature

Method SET_TIMESTAMP on class CL_RSLPO_VERS has no parameter.
Method SET_TIMESTAMP on class CL_RSLPO_VERS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710