SAP ABAP Class CL_RSLPO_DELTA (Semantic partitioning: Delta of metadata objects)
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 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_OBJECT Semantic Partitioning: Object (abstract) 20090122
Properties
Class CL_RSLPO_DELTA  
Short Description Semantic partitioning: Delta of metadata objects    
Super Class CL_RSLPO_OBJECT Semantic Partitioning: Object (abstract) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSLPO_TLOGO   Semantic Partitioning: Metadata / TLOGO Implementation 
Created 20090122   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
Class CL_RSLPO_DELTA has no interface implemented.
Friends
Class CL_RSLPO_DELTA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_MODE_CHANGE Constant Public Type reference (TYPE) RSLPO_TASK_MODE 'CHANGE' Process Mode CHANGE 20090123
2 C_MODE_CREATE Constant Public Type reference (TYPE) RSLPO_TASK_MODE 'CREATE' Process Mode CREATE 20090123
3 C_MODE_DELETE Constant Public Type reference (TYPE) RSLPO_TASK_MODE 'DELETE' Process Mode DELETE 20090123
4 P_MODE Instance attribute Private Type reference (TYPE) RSLPO_TASK_MODE Process Mode (CREATE, CHANGE, DELETE) 20090123
5 P_R_ACTUAL Instance attribute Private Object reference (TYPE REF TO) IF_RSLPO_METADATA Reference to ACTUAL metadata object (VERS, PART, COMP) 20090123
6 P_R_DELTA Instance attribute Private Object reference (TYPE REF TO) CL_RSLPO_DELTA Reference to higher-level delta 20091005
7 P_R_TARGET Instance attribute Private Object reference (TYPE REF TO) IF_RSLPO_METADATA Reference to TARGET metadata object (VERS, PART, COMP) 20090123
8 P_T_R_DELTA Instance attribute Private Type reference (TYPE) RSLPO_T_R_DELTA Table with References to Deltas 20091005
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20090123
2 GET_METADATA_TYPE Instance method Public Method Returns type of metadata object (VERS, PART, COMP) 20091105
3 GET_MODE Instance method Public Method Returns process mode (CREATE, CHANGE, DELETE) 20090305
4 GET_R_DELTA Instance method Public Method Returns reference to higher-level delta 20090618
5 GET_R_METADATA Instance method Public Method Returns reference to metadata object (VERS, PART, COMP) 20090123
6 GET_T_DELTA_COMP Instance method Public Method Returns table with delta information for components 20090123
7 GET_T_DELTA_PART Instance method Public Method Returns table with delta information for partitions 20090123
8 GET_T_R_DELTA Instance method Public Method Returns table with references to deltas 20090128
9 GET_T_R_PART Instance method Public Method Returns table with references to partitions 20091019
10 IS_CHANGE Instance method Public Method Returns TRUE if a specific type has been changed 20090617
Events
Class CL_RSLPO_DELTA has no event.
Types
Class CL_RSLPO_DELTA has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_ACTUAL Call by reference Object reference (TYPE REF TO) IF_RSLPO_METADATA Referenz auf ACTUAL-Metadaten-Objekt (VERS, PART, COMP) 20090123
2 Importing I_R_DELTA Call by reference Object reference (TYPE REF TO) CL_RSLPO_DELTA Referenz auf übergeordnetes Delta 20091005
3 Importing I_R_TARGET Call by reference Object reference (TYPE REF TO) IF_RSLPO_METADATA Referenz auf TARGET-Metadaten-Objekt (VERS, PART, COMP) 20090123

Method CONSTRUCTOR on class CL_RSLPO_DELTA has no exception.

Method GET_METADATA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_METADATA_TYPE Value transfer Type reference (TYPE) STRING Typ des Metadaten-Objekts (VERS, PART, COMP) 20091105

Method GET_METADATA_TYPE on class CL_RSLPO_DELTA has no exception.

Method GET_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_MODE Value transfer Type reference (TYPE) RSLPO_TASK_MODE Prozessmodus (CREATE, CHANGE, DELETE) 20090305

Method GET_MODE on class CL_RSLPO_DELTA has no exception.

Method GET_R_DELTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_DELTA Value transfer Object reference (TYPE REF TO) CL_RSLPO_DELTA Referenz auf übergeordnetes Delta 20090618

Method GET_R_DELTA on class CL_RSLPO_DELTA has no exception.

Method GET_R_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTUAL_TARGET Call by reference Type reference (TYPE) STRING Version des Metadaten-Objekts (ACTUAL, TARGET) 20090123
2 Returning R_R_METADATA Value transfer Object reference (TYPE REF TO) IF_RSLPO_METADATA Referenz auf Metadaten-Objekt (VERS, PART, COMP) 20090123

Method GET_R_METADATA on class CL_RSLPO_DELTA has no exception.

Method GET_T_DELTA_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTUAL_TARGET Call by reference Type reference (TYPE) STRING Existierende oder geplante Komponenten (ACTUAL, TARGET) 20090925
2 Importing I_MODE Call by reference Type reference (TYPE) RSLPO_TASK_MODE Prozessmodus (CREATE, CHANGE, DELETE) 20090925
3 Returning R_T_DELTA_COMP Value transfer Type reference (TYPE) RSLPO_T_DELTA_COMP Tabelle mit Delta-Informationen für Komponenten 20090123

Method GET_T_DELTA_COMP on class CL_RSLPO_DELTA has no exception.

Method GET_T_DELTA_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTUAL_TARGET Call by reference Type reference (TYPE) STRING Existierende oder geplante Partitionen (ACTUAL, TARGET) 20090925
2 Importing I_MODE Call by reference Type reference (TYPE) RSLPO_TASK_MODE Prozessmodus (CREATE, CHANGE, DELETE) 20090925
3 Returning R_T_DELTA_PART Value transfer Type reference (TYPE) RSLPO_T_DELTA_PART Tabelle mit Delta-Informationen für Partitionen 20090123

Method GET_T_DELTA_PART on class CL_RSLPO_DELTA has no exception.

Method GET_T_R_DELTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTUAL_TARGET Call by reference Type reference (TYPE) STRING Existierende oder geplante Metadaten-Obj. (ACTUAL, TARGET) 20090925
2 Importing I_INITIALIZE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE TRUE: Tabelle wird gelöscht und neu aufgebaut 20091007
3 Importing I_METADATA_TYPE Call by reference Type reference (TYPE) STRING Typ des Metadaten-Objekts (PART, COMP) 20091202
4 Importing I_MODE Call by reference Type reference (TYPE) RSLPO_TASK_MODE Prozessmodus (CREATE, CHANGE, DELETE) 20090925
5 Returning R_T_R_DELTA Value transfer Type reference (TYPE) RSLPO_T_R_DELTA Tabelle mit Referenzen auf enthaltene Deltas 20090128

Method GET_T_R_DELTA on class CL_RSLPO_DELTA has no exception.

Method GET_T_R_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTUAL_TARGET Call by reference Type reference (TYPE) STRING Existierende oder geplante Partitionen (ACTUAL, TARGET) 20091019
2 Importing I_FILTER Call by reference Type reference (TYPE) STRING Filterkriterium 20091019
3 Returning R_T_R_PART Value transfer Type reference (TYPE) RSLPO_T_R_PARTITION Tabelle mit Referenzen auf Partitionen 20091019

Method GET_T_R_PART on class CL_RSLPO_DELTA has no exception.

Method IS_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGE_TYPE Call by reference Type reference (TYPE) STRING Typ der Änderung 20091019
2 Returning R_IS_CHANGE Value transfer Type reference (TYPE) RS_BOOL TRUE: Änderung liegt vor 20091019

Method IS_CHANGE on class CL_RSLPO_DELTA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 720