SAP ABAP Class CL_RSODSO_TASK_HANDLER (Abstract Task Handler)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSODSO_TOOLS (Package) Tools for DataStore Objects
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSODSO_TASK_HANDLER_BATCH | Task Handling for Batch Processes | 20040701 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSODSO_TASK_HANDLER_DIALOG | Task Handling for Dialog Processes | 20040630 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_RSODSO_TASK_HANDLER_SERIAL | (dummy) Task Handling for Serial Processing | 20040707 |
Properties
| Class | CL_RSODSO_TASK_HANDLER | |
| Short Description | Abstract Task Handler | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSODSO_TOOLS | Tools for DataStore Objects |
| Created | 20040611 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSODSO_TASK_HANDLER has no interface implemented.
Friends
Class CL_RSODSO_TASK_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | RS_BOOL | Boolean | 20040701 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSODSO_BRKPNT_HANDLER | 20040630 | ||||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSODSO_PAR_PROPERTIES | 20040713 | ||||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_RSODSO_TASK_STATUS_HANDLING | 20040701 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | RSODSOTASK | Unique Task Identification | 20040701 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | RSODSO_TH_TASK | Information on All Started Tasks | 20040617 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | RSODSO_T_DBOPS | Executed Operations | 20040611 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | RSODSO_T_MSG | Return Messages for the Tasks | 20040611 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | INT4 | Natural Number | 20040701 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | RSODSO_TASK_EXCEPTION | Mapping Class Exception / Conventional Exception | 20040701 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20040702 | ||
| 2 | Instance method | Private | Method | 20070531 | ||
| 3 | Instance method | Protected | Method | 20040702 | ||
| 4 | Instance method | Public | Constructor | 20040630 | ||
| 5 | Instance method | Public | Method | Waits Until All Tasks Have Ended | 20040630 | |
| 6 | Instance method | Protected | Method | Initializes All Values | 20040611 | |
| 7 | Instance method | Protected | Method | 20040701 | ||
| 8 | Instance method | Protected | Method | 20040701 | ||
| 9 | Instance method | Public | Method | Generate New Task | 20040611 |
Events
Class CL_RSODSO_TASK_HANDLER has no event.
Types
Class CL_RSODSO_TASK_HANDLER has no local type.
Method Signatures
Method CALL_STATUS_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATAPAKID | Call by reference | Type reference (TYPE) | RSDATAPID | Datenpaketnummer | 20040702 | |||
| 2 | I_RFC_STATUS | Call by reference | Type reference (TYPE) | RSODSREQSTATE | ODS Request-Zustand | 20040702 | |||
| 3 | I_TASK | Call by reference | Type reference (TYPE) | RSODSOTASK | Parallele Task der Extraction Engine | 20040702 | |||
| 4 | I_TASK_RESULT | Call by reference | Type reference (TYPE) | RSRAWSTRING | Raw-String | 20040702 | |||
| 5 | I_T_REQUEST | Call by reference | Type reference (TYPE) | RSODSO_T_REQUEST | Requests | 20040702 |
Method CALL_STATUS_HANDLER on class CL_RSODSO_TASK_HANDLER has no exception.
Method CHECK_ABORTED Signature
Method CHECK_ABORTED on class CL_RSODSO_TASK_HANDLER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler während der Verarbeitung der Daten | 20070531 |
Method CLEANUP_TASK_HANDLER Signature
Method CLEANUP_TASK_HANDLER on class CL_RSODSO_TASK_HANDLER has no parameter.
Method CLEANUP_TASK_HANDLER on class CL_RSODSO_TASK_HANDLER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_BRKPNT_HANDLER | Call by reference | Object reference (TYPE REF TO) | CL_RSODSO_BRKPNT_HANDLER | 20040630 | ||||
| 2 | I_R_PAR_PROP | Call by reference | Object reference (TYPE REF TO) | CL_RSODSO_PAR_PROPERTIES | 20040713 | ||||
| 3 | I_R_STATUS_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_RSODSO_TASK_STATUS_HANDLING | 20040701 | ||||
| 4 | I_VALUE_ERRORS_ALLOWED | Call by reference | Type reference (TYPE) | INT4 | 0 | Anzahl an Fehlern vor Verarbeitungsabbruch | 20040701 |
Method CONSTRUCTOR on class CL_RSODSO_TASK_HANDLER has no exception.
Method FINALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TH_TASKS | Call by reference | Type reference (TYPE) | RSODSO_TH_TASK | Verwaltungsinformationen für parallele gestartete Prozesse | 20040630 | |||
| 2 | E_T_DBOPS | Call by reference | Type reference (TYPE) | RSODSO_T_DBOPS | Ausgeführte Operationen | 20040630 | |||
| 3 | E_T_MSG | Call by reference | Type reference (TYPE) | RSODSO_T_MSG | Tabelle mit Nachrichten | 20040630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler während der Verarbeitung der Daten | 20041004 | ||
| 2 | RSODSO Ausnahmehierarchie | 20040701 |
Method INIT_TASKHANDLER Signature
Method INIT_TASKHANDLER on class CL_RSODSO_TASK_HANDLER has no parameter.
Method INIT_TASKHANDLER on class CL_RSODSO_TASK_HANDLER has no exception.
Method PROCESS_TASK_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_TASK | Call by reference | Type reference (TYPE) | RSODSO_S_TASK | Task | 20041029 | |||
| 2 | I_TASK_RESULT | Call by reference | Type reference (TYPE) | RSRAWSTRING | Raw-String | 20040702 |
Method PROCESS_TASK_RESULT on class CL_RSODSO_TASK_HANDLER has no exception.
Method RAISE_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IGNORE_ERROR_COUNT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Löst Exception auch bei error_count > 0 < max_error aus | 20040701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler während der Verarbeitung der Daten | 20040701 |
Method START_NEW_TASK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PARAMETER_BUFFER | Call by reference | Type reference (TYPE) | RSRAWSTRING | Raw-String | 20040701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler während der Verarbeitung der Daten | 20041103 | ||
| 2 | Fehler während der Verarbeitung der Daten | 20040701 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 400 |