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 ABAP 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 CO_SYBMGMTDB_JS_HISTORY Constant Public Type reference (TYPE) STRING 'sybmgmtdb..js_history' 20100806
2 CO_SYBMGMTDB_JS_JOBS Constant Public Type reference (TYPE) STRING 'sybmgmtdb..js_jobs' 20100806
3 CO_SYBMGMTDB_JS_SCHEDULEDJOBS Constant Public Type reference (TYPE) STRING 'sybmgmtdb..js_scheduledjobs' 20100806
4 CO_SYBMGMTDB_JS_SCHEDULES Constant Public Type reference (TYPE) STRING 'sybmgmtdb..js_schedules' 20100806
5 JS_AVAILABLE Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED 20100805
6 SCHEDULES Instance attribute Private Type reference (TYPE) SYBJS_SCHEDULE_TAB SYB: Table of SYBJS_SCHEDULE 20100805
7 SERVERNAME Instance attribute Private Type reference (TYPE) STRING 20100806
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_ROUTINE_PARAMS Instance method Private Method 20100805
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100805
3 EXISTS_JOB Instance method Private Method 20100806
4 EXISTS_TABLE Instance method Private Method 20100805
5 GET_JOBSCHEDULE_NAME Instance method Private Method 20100806
6 GET_JS_OUTPUT Static method Public Method 20110912
7 INSTALL_SCHEDULES Instance method Private Method install SAP schedules 20100806
8 IS_JS_AVAILABLE Instance method Protected Method 20100805
9 LOAD_SCHEDULES Instance method Private Method laod defined schedules 20100805
10 LOAD_SERVERNAME Instance method Private Method laod defined schedules 20100806
11 UPDATE_SCHEDULE 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 Returning PARAM_SELECT Value transfer Type reference (TYPE) STRING 20100805
2 Importing 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 Importing DBCNAME Call by reference Type reference (TYPE) DBCON_NAME 20100805
2 Importing SYS_REF Call by reference Object reference (TYPE REF TO) CL_DB6_SYS DB6: Remote System Administration 20100805
# Exception Resumable Description Created on
1 CX_DBA_TASK_SCHEDULER DBA: Task Scheduler Exception 20100805

Method EXISTS_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing JOBNAME Call by reference Type reference (TYPE) STRING 20100806
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20100806
# Exception Resumable Description Created on
1 CX_DBA_TASK_SCHEDULER DBA: Task Scheduler Exception 20100806

Method EXISTS_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20100805
2 Importing TABLE Call by reference Type reference (TYPE) STRING 20100805
# Exception Resumable Description Created on
1 CX_DBA_TASK_SCHEDULER 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 Returning JOBSCHEDULE_NAME Value transfer Type reference (TYPE) STRING 20100806
2 Importing 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 Importing EXID Call by reference Type reference (TYPE) I 20110912
2 Returning JS_OUTPUT Value transfer Type reference (TYPE) DB6_STRING_TAB DBA: Simple List of Strings 20110912
3 Importing SKIP_MEANINGLESS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20110912
4 Importing SYS_REF Call by reference Object reference (TYPE REF TO) CL_DB6_SYS DB6: Remote System Administration 20110912
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION 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 CX_DBA_TASK_SCHEDULER 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 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20100805
# Exception Resumable Description Created on
1 CX_DBA_TASK_SCHEDULER 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 CX_DBA_TASK_SCHEDULER 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 CX_DBA_TASK_SCHEDULER DBA: Task Scheduler Exception 20100806

Method UPDATE_SCHEDULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ROUTINENAME Call by reference Type reference (TYPE) STRING Routine Name 20100805
2 Importing ROUTINESCHEMA Call by reference Type reference (TYPE) STRING Routine Schema 20100805
3 Importing SCHEDULE Call by reference Type reference (TYPE) DBA_DBH_SCHEDULE Cron Schedule 20100805
4 Importing TASK_ID Call by reference Type reference (TYPE) STRING 20100805
5 Importing 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 CX_DBA_TASK_SCHEDULER DBA: Task Scheduler Exception 20100805
History
Last changed by/on SAP  20130531 
SAP Release Created in 703