SAP ABAP Class CL_RSDRI_CONV_ABORT_HANDLER (Status Class for InfoCube Conversion Program)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSDRI_DBA_HDB (Package) HDB-Specific RSDRI Development
⤷
⤷
Properties
| Class | CL_RSDRI_CONV_ABORT_HANDLER | |
| Short Description | Status Class for InfoCube Conversion Program | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDRI_DBA_HDB | HDB-Specific RSDRI Development |
| Created | 20120326 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDRI_CONV_ABORT_HANDLER has no interface implemented.
Friends
Class CL_RSDRI_CONV_ABORT_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20120531 | |||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | RSINFOCUBE | InfoCube Name | 20120531 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSDRI_CONVERSION_STATUS | Status Class for InfoCube Conversion Program | 20120531 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | TH_ABORT | 20120531 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Cancel? | 20120531 | |
| 2 | Instance method | Public | Method | Current state and abort fit? | 20120531 | |
| 3 | Instance method | Public | Method | delete all aborts for one infoprovider | 20120531 | |
| 4 | Instance method | Public | Constructor | 20120531 | ||
| 5 | Instance method | Public | Method | remove abort | 20120531 | |
| 6 | Instance method | Protected | Method | Cancel? | 20120531 | |
| 7 | Instance method | Public | Method | Create List of Steps to be Performed | 20120531 | |
| 8 | Instance method | Public | Method | Create List of Steps to be Performed | 20120531 | |
| 9 | Instance method | Public | Method | conversion finished successfully | 20120531 | |
| 10 | Instance method | Public | Method | set abort | 20120531 |
Events
Class CL_RSDRI_CONV_ABORT_HANDLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TH_ABORT | Public | See coding | 20120531 | th_abort TYPE HASHED TABLE OF rsdri_hdb_abort WITH UNIQUE KEY infoprov cmd
|
||
| 2 | T_S_ABORT | Public | See coding | 20120531 | BEGIN OF t_s_abort,
abort TYPE char30,
cmd TYPE char30,
END OF t_s_abort
|
||
| 3 | T_T_ABORT | Public | See coding | 20120531 | t_t_abort TYPE STANDARD TABLE OF t_s_abort
|
Method Signatures
Method CHECK_ABORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CMD | Call by reference | Type reference (TYPE) | CL_RSDRI_CONVERSION_STATUS=>T_CMD | 30 Characters | 20120531 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Metadaten Fehler | 20120531 |
Method CHECK_ABORT_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CMD | Call by reference | Type reference (TYPE) | CL_RSDRI_CONVERSION_STATUS=>T_CMD | 30 Characters | 20120531 | |||
| 2 | R_STATE_OK | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20120531 |
Method CHECK_ABORT_STATE on class CL_RSDRI_CONV_ABORT_HANDLER has no exception.
Method CLEANUP_ABORTS Signature
Method CLEANUP_ABORTS on class CL_RSDRI_CONV_ABORT_HANDLER has no parameter.
Method CLEANUP_ABORTS on class CL_RSDRI_CONV_ABORT_HANDLER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOCUBE | Call by reference | Type reference (TYPE) | RSINFOCUBE | InfoCube | 20120531 |
Method CONSTRUCTOR on class CL_RSDRI_CONV_ABORT_HANDLER has no exception.
Method DELETE_ABORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CMD | Call by reference | Type reference (TYPE) | CL_RSDRI_CONVERSION_STATUS=>T_CMD | Ablage für Abbrüche / Breakpoints | 20120531 |
Method DELETE_ABORT on class CL_RSDRI_CONV_ABORT_HANDLER has no exception.
Method GET_ABORTS Signature
Method GET_ABORTS on class CL_RSDRI_CONV_ABORT_HANDLER has no parameter.
Method GET_ABORTS on class CL_RSDRI_CONV_ABORT_HANDLER has no exception.
Method GET_WORKLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_WORKLIST | Value transfer | Type reference (TYPE) | T_T_ABORT | 30 Characters | 20120531 |
Method GET_WORKLIST on class CL_RSDRI_CONV_ABORT_HANDLER has no exception.
Method GET_WORKLIST_STARTING_W_CMD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_WORKLIST | Value transfer | Type reference (TYPE) | CL_RSDRI_CONVERSION_STATUS=>T_T_CMD | 30 Characters | 20120531 | |||
| 2 | I_CMD | Call by reference | Type reference (TYPE) | CL_RSDRI_CONVERSION_STATUS=>T_CMD | 30 Characters | 20120531 |
Method GET_WORKLIST_STARTING_W_CMD on class CL_RSDRI_CONV_ABORT_HANDLER has no exception.
Method IC_CONVERSION_FINISHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_FINISHED | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20120531 |
Method IC_CONVERSION_FINISHED on class CL_RSDRI_CONV_ABORT_HANDLER has no exception.
Method SET_ABORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CMD | Call by reference | Type reference (TYPE) | CL_RSDRI_CONVERSION_STATUS=>T_CMD | Ablage für Abbrüche / Breakpoints | 20120531 |
Method SET_ABORT on class CL_RSDRI_CONV_ABORT_HANDLER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |