SAP ABAP Class CL_RSLPO_TASK_CHECK (Semantic Partitioning: Check Activation)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSLPO_CHECK (Package) Logical Partitioning: Consistency Checks
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSLPO_TASK | Semantic Partitioning: Task / Process | 20081218 |
Properties
| Class | CL_RSLPO_TASK_CHECK | |
| Short Description | Semantic Partitioning: Check Activation | |
| Super Class | CL_RSLPO_TASK | Semantic Partitioning: Task / Process |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSLPO_CHECK | Logical Partitioning: Consistency Checks |
| Created | 20081218 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSLPO_TASK_CHECK has no interface implemented.
Friends
Class CL_RSLPO_TASK_CHECK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | RSLPO_TASK_MODE | 'CHANGE' | Process Mode CHANGE | 20090120 | ||
| 2 | Constant | Public | Type reference (TYPE) | RSLPO_TASK_MODE | 'CREATE' | Process Mode CREATE | 20090120 | ||
| 3 | Constant | Public | Type reference (TYPE) | RSLPO_TASK_MODE | 'DELETE' | Process Mode DELETE | 20090120 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | RSLPO_TASK_MODE | Process Mode (CREATE, CHANGE, DELETE) | 20090120 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSLPO_DELTA | Reference to Delta Instance to be Processed | 20091013 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSMDS_SET | Reference to union set of checked partitions | 20090202 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | TRUE: Quantity object of all partitions is consistent | 20100420 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | RSLPO_S_DELTA_VERS | Name, actual version and target version of SPO to be checked | 20090115 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | RSLPO_T_COMP_STATUS | Table with status information for components | 20090116 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | RSLPO_T_R_PARTITION | Table with references to already checked partitions | 20090202 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | TRUE: Change forbidden if data exists | 20091127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Checks a partition criterion | 20081218 | |
| 2 | Instance method | Private | Method | Checks the delta of two components | 20090205 | |
| 3 | Instance method | Private | Method | Checks the delta of two MasterProvider components | 20100716 | |
| 4 | Instance method | Private | Method | Checks the delta of two partitions | 20090128 | |
| 5 | Instance method | Private | Method | Checks the delta of two SPO versions | 20090128 | |
| 6 | Instance method | Private | Method | Checks a partitioning dimension | 20081218 | |
| 7 | Instance method | Private | Method | Checsk the ACTUAL version of a partition | 20090205 | |
| 8 | Instance method | Private | Method | Checks the partitioning criteria of a partition | 20081218 | |
| 9 | Instance method | Private | Method | Checsk the TARGET version of a partition | 20090205 | |
| 10 | Instance method | Public | Constructor | Constructor | 20081218 | |
| 11 | Instance method | Private | Method | Returns status information for component | 20090116 | |
| 12 | Instance method | Private | Method | Returns DB partitioning criteria for a partition | 20090331 | |
| 13 | Instance method | Private | Method | Returns table with InfoObjects of the master provider | 20090116 | |
| 14 | Instance method | Private | Method | Initializes Attribute Values | 20081218 |
Events
Class CL_RSLPO_TASK_CHECK has no event.
Types
Class CL_RSLPO_TASK_CHECK has no local type.
Method Signatures
Method CHECK_CRIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_RANGE | Call by reference | Type reference (TYPE) | RSLPO_S_PARTRANGE | Zu prüfendes Partitionierungskriterium | 20081218 | |||
| 2 | R_CONSISTENT | Value transfer | Type reference (TYPE) | RS_BOOL | TRUE: Partitionierungskriterium ist konsistent | 20081218 |
Method CHECK_CRIT on class CL_RSLPO_TASK_CHECK has no exception.
Method CHECK_DELTA_COMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_DELTA | Call by reference | Object reference (TYPE REF TO) | CL_RSLPO_DELTA | Referenz auf zu prüfendes Delta | 20090205 | |||
| 2 | R_CONSISTENT | Value transfer | Type reference (TYPE) | RS_BOOL | TRUE: Delta ist konsistent | 20090205 |
Method CHECK_DELTA_COMP on class CL_RSLPO_TASK_CHECK has no exception.
Method CHECK_DELTA_COMP_IPRO_MSTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_DELTA | Call by reference | Object reference (TYPE REF TO) | CL_RSLPO_DELTA | Referenz auf zu prüfendes Delta | 20100716 | |||
| 2 | R_CONSISTENT | Value transfer | Type reference (TYPE) | RS_BOOL | TRUE: Delta ist konsistent | 20100716 |
Method CHECK_DELTA_COMP_IPRO_MSTR on class CL_RSLPO_TASK_CHECK has no exception.
Method CHECK_DELTA_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_DELTA | Call by reference | Object reference (TYPE REF TO) | CL_RSLPO_DELTA | Referenz auf zu prüfendes Delta | 20090128 | |||
| 2 | R_CONSISTENT | Value transfer | Type reference (TYPE) | RS_BOOL | TRUE: Delta ist konsistent | 20090128 |
Method CHECK_DELTA_PART on class CL_RSLPO_TASK_CHECK has no exception.
Method CHECK_DELTA_VERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_DELTA | Call by reference | Object reference (TYPE REF TO) | CL_RSLPO_DELTA | Referenz auf zu prüfendes Delta | 20090128 | |||
| 2 | R_CONSISTENT | Value transfer | Type reference (TYPE) | RS_BOOL | TRUE: Delta ist konsistent | 20090128 |
Method CHECK_DELTA_VERS on class CL_RSLPO_TASK_CHECK has no exception.
Method CHECK_DIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_DIMENSION | Call by reference | Object reference (TYPE REF TO) | CL_RSLPO_DIMENSION | Zu prüfende Partitionierungsdimension | 20081218 | |||
| 2 | R_CONSISTENT | Value transfer | Type reference (TYPE) | RS_BOOL | TRUE: Partitionierungsdimension ist konsistent | 20081218 |
Method CHECK_DIME on class CL_RSLPO_TASK_CHECK has no exception.
Method CHECK_PART_ACTUAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_PART_ACTUAL | Call by reference | Object reference (TYPE REF TO) | CL_RSLPO_PARTITION | Zu prüfende ACTUAL-Version einer Partition | 20090205 | |||
| 2 | R_CONSISTENT | Value transfer | Type reference (TYPE) | RS_BOOL | TRUE: ACTUAL-Version ist konsistent | 20090205 |
Method CHECK_PART_ACTUAL on class CL_RSLPO_TASK_CHECK has no exception.
Method CHECK_PART_CRIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_PARTITION | Call by reference | Object reference (TYPE REF TO) | CL_RSLPO_PARTITION | Referenz auf zu prüfende Partition | 20081218 | |||
| 2 | R_CONSISTENT | Value transfer | Type reference (TYPE) | RS_BOOL | TRUE: Partitionierungskriterien sind konsistent | 20081218 |
Method CHECK_PART_CRIT on class CL_RSLPO_TASK_CHECK has no exception.
Method CHECK_PART_TARGET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_PART_TARGET | Call by reference | Object reference (TYPE REF TO) | CL_RSLPO_PARTITION | Zu prüfende TARGET-Version einer Partition | 20090205 | |||
| 2 | R_CONSISTENT | Value transfer | Type reference (TYPE) | RS_BOOL | TRUE: TARGET-Version ist konsistent | 20090205 |
Method CHECK_PART_TARGET on class CL_RSLPO_TASK_CHECK has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_DELTA | Call by reference | Object reference (TYPE REF TO) | CL_RSLPO_DELTA | Referenz auf zu prozessierende Delta-Instanz | 20091013 | |||
| 2 | I_SIMUL | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | TRUE: Prüfung wird ohne Reparatur ausgeführt | 20081218 |
Method CONSTRUCTOR on class CL_RSLPO_TASK_CHECK has no exception.
Method GET_S_COMP_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHECK_EXISTS_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | TRUE: Komponente wird auf Existenz von Daten geprüft | 20090310 | ||
| 2 | I_R_COMPONENT | Call by reference | Object reference (TYPE REF TO) | CL_RSLPO_COMPONENT | Referenz auf Komponente | 20090309 | |||
| 3 | R_S_COMP_STATUS | Value transfer | Type reference (TYPE) | RSLPO_S_COMP_STATUS | Status-Informationen für Komponente | 20090116 |
Method GET_S_COMP_STATUS on class CL_RSLPO_TASK_CHECK has no exception.
Method GET_S_DBPART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_PARTITION | Call by reference | Object reference (TYPE REF TO) | CL_RSLPO_PARTITION | Referenz auf Partition | 20090331 | |||
| 2 | I_TEMPLATE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | TRUE: Liefert die als Vorlage dienenden DB-Kriterien | 20090331 | ||
| 3 | R_S_DBPART | Value transfer | Type reference (TYPE) | RSLPO_S_DBPART | DB-Partitionierungskriterien | 20090331 |
Method GET_S_DBPART on class CL_RSLPO_TASK_CHECK has no exception.
Method GET_T_DTA_IOBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACTUAL_TARGET | Call by reference | Type reference (TYPE) | STRING | Version des SPO (ACTUAL, TARGET) | 20090116 | |||
| 2 | R_T_DTA_IOBJ | Value transfer | Type reference (TYPE) | RSD_T_DTA_IOBJ | Tabelle mit InfoObjekten des Master-Providers | 20090116 |
Method GET_T_DTA_IOBJ on class CL_RSLPO_TASK_CHECK has no exception.
Method INIT Signature
Method INIT on class CL_RSLPO_TASK_CHECK has no parameter.
Method INIT on class CL_RSLPO_TASK_CHECK has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |