SAP ABAP Class CL_DB4_TASK_EXECUTOR (DB4: Backend task executor)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-DB4 (Application Component) DB2 for AS/400
⤷
STU4 (Package) CCMS / AS/400
⤷
⤷
Properties
| Class | CL_DB4_TASK_EXECUTOR | |
| Short Description | DB4: Backend task executor | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | STU4 | CCMS / AS/400 |
| Created | 20120712 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DB4_TASK_EXECUTOR has no forward declaration.
Interfaces
Class CL_DB4_TASK_EXECUTOR has no interface implemented.
Friends
Class CL_DB4_TASK_EXECUTOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | '*FRCLIB' | Force library dump | 20120712 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | '*FRCOSP' | Force operating sysmte | 20120712 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | '*FRCPKG' | Force SQL package dump | 20130416 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | '*FRCPLC' | Force plan cache dump | 20120712 | ||
| 5 | Instance attribute | Private | Type reference (TYPE) | DBAKEYVAL_TAB | DBA Cockpit: Table of DBAKEYVAL | 20130415 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SQL_CONNECTION | Database Connection | 20120712 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DB6_SYS | DB6: Remote System Administration | 20120712 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | DB4BD_TASK_EXECUTORS_TAB | DB4: Backend task executor | 20120713 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Add default parameters | 20130415 | |
| 2 | Instance method | Private | Constructor | Constructor | 20120712 | |
| 3 | Instance method | Public | Method | Force a library dump | 20120712 | |
| 4 | Instance method | Private | Method | Force an operation | 20120712 | |
| 5 | Instance method | Public | Method | Force a plan cache dump | 20120712 | |
| 6 | Instance method | Public | Method | Force a SQL package dump | 20130416 | |
| 7 | Instance method | Public | Method | Force a system performance dump | 20120712 | |
| 8 | Static method | Public | Method | Get a new instance | 20120712 |
Events
Class CL_DB4_TASK_EXECUTOR has no event.
Types
Class CL_DB4_TASK_EXECUTOR has no local type.
Method Signatures
Method ADD_DEFAULT_PARAMS Signature
Method ADD_DEFAULT_PARAMS on class CL_DB4_TASK_EXECUTOR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DB4: Backend exception class | 20130415 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_SYS | Call by reference | Object reference (TYPE REF TO) | CL_DB6_SYS | DB6: Remote System Administration | 20120712 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DB4: Backend exception class | 20120712 |
Method FORCE_LIBRARY_DUMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IASP_NAME | Call by reference | Type reference (TYPE) | STRING | IASP name | 20120712 | |||
| 2 | I_LIBRARY_NAME | Call by reference | Type reference (TYPE) | STRING | Library name | 20120712 | |||
| 3 | I_OUTPUT_SCHEMA | Call by reference | Type reference (TYPE) | STRING | Output schema | 20120712 | |||
| 4 | R_OPSTATUS | Value transfer | Type reference (TYPE) | I | 20120712 |
Method FORCE_LIBRARY_DUMP on class CL_DB4_TASK_EXECUTOR has no exception.
Method FORCE_OPERATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IASP_NAME | Call by reference | Type reference (TYPE) | STRING | Independent ASP name | 20120712 | |||
| 2 | I_LIBRARY_NAME | Call by reference | Type reference (TYPE) | STRING | Library name | 20120712 | |||
| 3 | I_OPCODE | Call by reference | Type reference (TYPE) | STRING | Operation code | 20120712 | |||
| 4 | I_OUTPUT_SCHEMA | Call by reference | Type reference (TYPE) | STRING | Output schema | 20120712 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for SQL Error | 20120712 |
Method FORCE_PLAN_CACHE_DUMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IASP_NAME | Call by reference | Type reference (TYPE) | STRING | IASP name | 20120712 | |||
| 2 | I_OUTPUT_SCHEMA | Call by reference | Type reference (TYPE) | STRING | Output schema | 20120712 | |||
| 3 | R_OPSTATUS | Value transfer | Type reference (TYPE) | I | 20120712 |
Method FORCE_PLAN_CACHE_DUMP on class CL_DB4_TASK_EXECUTOR has no exception.
Method FORCE_SQLPKG_DUMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IASP_NAME | Call by reference | Type reference (TYPE) | STRING | IASP name | 20130416 | |||
| 2 | I_LIBRARY_NAME | Call by reference | Type reference (TYPE) | STRING | Library name | 20130416 | |||
| 3 | I_OUTPUT_SCHEMA | Call by reference | Type reference (TYPE) | STRING | Output schema | 20130416 | |||
| 4 | R_OPSTATUS | Value transfer | Type reference (TYPE) | I | 20130416 |
Method FORCE_SQLPKG_DUMP on class CL_DB4_TASK_EXECUTOR has no exception.
Method FORCE_SYSPERF_DUMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IASP_NAME | Call by reference | Type reference (TYPE) | STRING | IASP name | 20120712 | |||
| 2 | I_OUTPUT_SCHEMA | Call by reference | Type reference (TYPE) | STRING | Output schema | 20120712 | |||
| 3 | R_OPSTATUS | Value transfer | Type reference (TYPE) | I | 20120712 |
Method FORCE_SYSPERF_DUMP on class CL_DB4_TASK_EXECUTOR has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_SYS | Call by reference | Object reference (TYPE REF TO) | CL_DB6_SYS | DB6: Remote System Administration | 20120712 | |||
| 2 | R_R_TASK_EXECUTOR | Value transfer | Object reference (TYPE REF TO) | CL_DB4_TASK_EXECUTOR | DB4: Backend task executor | 20120713 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DB4: Backend exception class | 20120712 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |