SAP ABAP Class CL_RSLPO_TASK (Semantic Partitioning: Task / Process)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSLPO_TOOLS (Package) Diverse Tool Classes for Logical Partitioning
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSLPO_OBJECT | Semantic Partitioning: Object (abstract) | 20080828 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSLPO_TASK | Semantic Partitioning: Task / Process | 20080828 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSLPO_TASK_CHECK | Semantic Partitioning: Check Activation | 20081218 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSLPO_TASK_GEN | Semantic Partitioning: Generation Process | 20080909 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_RSLPO_TASK_METADATA | Semantic partitioning: Access to metadata | 20080904 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_RSLPO_TASK_SYNC_DTPA | Semantic partitioning: Synchronization of DTPs | 20090305 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_RSLPO_TASK_SYNC_OLAP | Semantic Partitioning: OLAP Synchronization | 20090112 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_RSLPO_TASK_SYNC_OTHERS | Semantic Partitioning: BW Synchronization | 20090805 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_RSLPO_TASK_SYNC_RSPC | Semantic partitioning: Synchronization of process chains | 20100813 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_RSLPO_TEST_METADATA | Semantic partitioning: Consistency check for metadata | 20090415 |
Properties
| Class | CL_RSLPO_TASK | |
| Short Description | Semantic Partitioning: Task / Process | |
| 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_TOOLS | Diverse Tool Classes for Logical Partitioning |
| Created | 20080828 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSLPO_TASK has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSLPO_TASK | Semantic Partitioning: Task / Process | 20080828 |
Friends
Class CL_RSLPO_TASK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | RSSTATUS | SPACE | Process Not Yet Started | 20080911 | ||
| 2 | Constant | Public | Type reference (TYPE) | RSSTATUS | '@08@' | Process Finished | 20080911 | ||
| 3 | Constant | Public | Type reference (TYPE) | RSSTATUS | '@0A@' | Process terminated with errors | 20080911 | ||
| 4 | Constant | Public | Type reference (TYPE) | RSSTATUS | '@09@' | Process finished with warnings | 20090807 | ||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSLPO_LOG | Reference to Log | 20080828 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | RS_BOOL | TRUE: Process is Executed in Simulation Mode | 20080828 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | RSSTATUS | Current Status of the Process | 20080828 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20080828 | |
| 2 | Instance method | Protected | Method | Executes Process | 20080828 |
Events
Class CL_RSLPO_TASK has no event.
Types
Class CL_RSLPO_TASK has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLASS | Call by reference | Type reference (TYPE) | STRING | Kürzel für Subklasse | 20080828 | |||
| 2 | I_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Prozesses | 20080828 | |||
| 3 | I_SIMUL | Call by reference | Type reference (TYPE) | RS_BOOL | TRUE: Prozess wird im Simulationsmodus ausgeführt | 20080828 | |||
| 4 | I_TYPE | Call by reference | Type reference (TYPE) | STRING | Typ des Prozesses | 20080828 |
Method CONSTRUCTOR on class CL_RSLPO_TASK has no exception.
Method DOIT Signature
Method DOIT on class CL_RSLPO_TASK has no parameter.
Method DOIT on class CL_RSLPO_TASK has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 712 |