SAP ABAP Class CL_SYB_TASK_SCHEDULER (SYB: ASE Job Scheduler)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-SYB (Application Component) Sybase ASE Database Platform
⤷
SMSYB (Package) SYBASE Database Monitor
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_DBA_TASK_SCHEDULER | DBA: Task Scheduler | 20100805 |
Properties
| Class | CL_SYB_TASK_SCHEDULER | |
| Short Description | SYB: ASE Job Scheduler | |
| Super Class | CL_DBA_TASK_SCHEDULER | DBA: Task Scheduler |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SMSYB | SYBASE Database Monitor |
| Created | 20100805 | 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_SYB_TASK_SCHEDULER has no interface implemented.
Friends
Class CL_SYB_TASK_SCHEDULER 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 | 'sybmgmtdb..js_history' | 20100806 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'sybmgmtdb..js_jobs' | 20100806 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'sybmgmtdb..js_scheduledjobs' | 20100806 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'sybmgmtdb..js_schedules' | 20100806 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_UNDEFINED | 20100805 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | SYBJS_SCHEDULE_TAB | SYB: Table of SYBJS_SCHEDULE | 20100805 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100806 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20100805 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20100805 | |
| 3 | Instance method | Private | Method | 20100806 | ||
| 4 | Instance method | Private | Method | 20100805 | ||
| 5 | Instance method | Private | Method | 20100806 | ||
| 6 | Static method | Public | Method | 20110912 | ||
| 7 | Instance method | Private | Method | install SAP schedules | 20100806 | |
| 8 | Instance method | Protected | Method | 20100805 | ||
| 9 | Instance method | Private | Method | laod defined schedules | 20100805 | |
| 10 | Instance method | Private | Method | laod defined schedules | 20100806 | |
| 11 | Instance method | Private | Method | DB6: Update Scheduling | 20100805 |
Events
Class CL_SYB_TASK_SCHEDULER has no event.
Types
Class CL_SYB_TASK_SCHEDULER has no local type.
Method Signatures
Method BUILD_ROUTINE_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAM_SELECT | Value transfer | Type reference (TYPE) | STRING | 20100805 | ||||
| 2 | ROUTINEPARAMS | Call by reference | Type reference (TYPE) | DBA_DATA_REF_TAB | DBA Cockpit: Table of data object references | 20100805 |
Method BUILD_ROUTINE_PARAMS on class CL_SYB_TASK_SCHEDULER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DBCNAME | Call by reference | Type reference (TYPE) | DBCON_NAME | 20100805 | ||||
| 2 | SYS_REF | Call by reference | Object reference (TYPE REF TO) | CL_DB6_SYS | DB6: Remote System Administration | 20100805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DBA: Task Scheduler Exception | 20100805 |
Method EXISTS_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | JOBNAME | Call by reference | Type reference (TYPE) | STRING | 20100806 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100806 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DBA: Task Scheduler Exception | 20100806 |
Method EXISTS_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100805 | ||||
| 2 | TABLE | Call by reference | Type reference (TYPE) | STRING | 20100805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DBA: Task Scheduler Exception | 20100805 |
Method GET_JOBSCHEDULE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | JOBSCHEDULE_NAME | Value transfer | Type reference (TYPE) | STRING | 20100806 | ||||
| 2 | ROUTINENAME | Call by reference | Type reference (TYPE) | STRING | 20100806 |
Method GET_JOBSCHEDULE_NAME on class CL_SYB_TASK_SCHEDULER has no exception.
Method GET_JS_OUTPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXID | Call by reference | Type reference (TYPE) | I | 20110912 | ||||
| 2 | JS_OUTPUT | Value transfer | Type reference (TYPE) | DB6_STRING_TAB | DBA: Simple List of Strings | 20110912 | |||
| 3 | SKIP_MEANINGLESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20110912 | |||
| 4 | SYS_REF | Call by reference | Object reference (TYPE REF TO) | CL_DB6_SYS | DB6: Remote System Administration | 20110912 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for SQL Error | 20110912 |
Method INSTALL_SCHEDULES Signature
Method INSTALL_SCHEDULES on class CL_SYB_TASK_SCHEDULER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DBA: Task Scheduler Exception | 20100806 |
Method IS_JS_AVAILABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DBA: Task Scheduler Exception | 20100809 |
Method LOAD_SCHEDULES Signature
Method LOAD_SCHEDULES on class CL_SYB_TASK_SCHEDULER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DBA: Task Scheduler Exception | 20100805 |
Method LOAD_SERVERNAME Signature
Method LOAD_SERVERNAME on class CL_SYB_TASK_SCHEDULER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DBA: Task Scheduler Exception | 20100806 |
Method UPDATE_SCHEDULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ROUTINENAME | Call by reference | Type reference (TYPE) | STRING | Routine Name | 20100805 | |||
| 2 | ROUTINESCHEMA | Call by reference | Type reference (TYPE) | STRING | Routine Schema | 20100805 | |||
| 3 | SCHEDULE | Call by reference | Type reference (TYPE) | DBA_DBH_SCHEDULE | Cron Schedule | 20100805 | |||
| 4 | TASK_ID | Call by reference | Type reference (TYPE) | STRING | 20100805 | ||||
| 5 | UNSCHEDULE_TASK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Unschedule Task: Set End Time to Current Timestamp | 20100805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DBA: Task Scheduler Exception | 20100805 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |