SAP ABAP Class CL_DBA_ACTION_JOB (DBA Cockpit: Controller for Jobs)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_JOB (Package) DBA Cockpit: Jobs
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DBA_ACTION_CONTROLLER_SETUP DB6: Abstract Controller for Guided Activities 20090116
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DBA_ACTION_JOB_DETAIL DBA Cockpit: Controller for Job Display 20090116
2 Inheritance (c INHERITING FROM c_ref)  CL_DBA_ACTION_JOB_PATTERN DBA Cockpit: DB13 Setup 20090116
3 Inheritance (c INHERITING FROM c_ref)  CL_DBA_ACTION_JOB_WIZARD DBA Cockpit: Wizard for Job Scheduling 20090116
Properties
Class CL_DBA_ACTION_JOB  
Short Description DBA Cockpit: Controller for Jobs    
Super Class CL_DBA_ACTION_CONTROLLER_SETUP DB6: Abstract Controller for Guided Activities 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_JOB   DBA Cockpit: Jobs 
Created 20090113   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DBA_ACTION_JOB has no forward declaration.
Interfaces
Class CL_DBA_ACTION_JOB has no interface implemented.
Friends
Class CL_DBA_ACTION_JOB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NAV_REF Instance attribute Private Attribute reference (LIKE) 20090116
2 PARAMETERS Instance attribute Protected Type reference (TYPE) DB6JO_PARAM_TABLE 20090116
3 PERIOD_DAY Constant Public Type reference (TYPE) STRING 'RB_PERIOD_DAY' 20090116
4 PERIOD_HOUR Constant Public Type reference (TYPE) STRING 'RB_PERIOD_HOUR' 20090116
5 PERIOD_NONE Constant Public Type reference (TYPE) STRING 'RB_PERIOD_NONE' 20090116
6 PERIOD_WEEK Constant Public Type reference (TYPE) STRING 'RB_PERIOD_WEEK' 20090116
7 PLAN Instance attribute Protected Object reference (TYPE REF TO) CL_DB6_CALENDAR_ACTION CL_DB6_CALENDAR_ACTION 20090116
8 RANGE_END_DATE Constant Public Type reference (TYPE) STRING 'RB_RANGE_END_DATE' 20090116
9 RANGE_END_OCC Constant Public Type reference (TYPE) STRING 'RB_RANGE_END_OCC' 20090116
10 RANGE_NO_END Constant Public Type reference (TYPE) STRING 'RB_RANGE_NO_END' 20090116
11 VIEW_DATA Instance attribute Public Type reference (TYPE) DBA_VIEW_JOB_WIZARD DBA Cockpit: View Data of Job Wizard 20090116
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_RECURRENCE_RANGE Instance method Public Method 20090116
2 CHANGE_RECURRENCE_TYPE Instance method Public Method 20090116
3 CHECK_PARAMETERS Instance method Protected Method 20090116
4 CHECK_RECURRENCE Instance method Protected Method 20090116
5 CHECK_STARTING_TIME Instance method Protected Method 20090116
6 GET_ACTION Instance method Public Method 20091021
7 GET_RECURRENCE Instance method Protected Method 20090116
8 REFRESH_PARAMETERS Instance method Protected Method 20090116
9 REFRESH_RECURRENCE Instance method Protected Method 20090116
10 SET_PLANNING Instance method Protected Method 20090116
11 SET_RECURRENCE Instance method Protected Method 20090116
Events
Class CL_DBA_ACTION_JOB has no event.
Types
Class CL_DBA_ACTION_JOB has no local type.
Method Signatures

Method CHANGE_RECURRENCE_RANGE Signature

Method CHANGE_RECURRENCE_RANGE on class CL_DBA_ACTION_JOB has no parameter.
Method CHANGE_RECURRENCE_RANGE on class CL_DBA_ACTION_JOB has no exception.

Method CHANGE_RECURRENCE_TYPE Signature

Method CHANGE_RECURRENCE_TYPE on class CL_DBA_ACTION_JOB has no parameter.
Method CHANGE_RECURRENCE_TYPE on class CL_DBA_ACTION_JOB has no exception.

Method CHECK_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OK Value transfer Type reference (TYPE) ABAP_BOOL 20090116

Method CHECK_PARAMETERS on class CL_DBA_ACTION_JOB has no exception.

Method CHECK_RECURRENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OK Value transfer Type reference (TYPE) ABAP_BOOL 20090116

Method CHECK_RECURRENCE on class CL_DBA_ACTION_JOB has no exception.

Method CHECK_STARTING_TIME Signature

Method CHECK_STARTING_TIME on class CL_DBA_ACTION_JOB has no parameter.
Method CHECK_STARTING_TIME on class CL_DBA_ACTION_JOB has no exception.

Method GET_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTION Value transfer Type reference (TYPE) SDBA_BTYPE Type of DBA Action 20091021

Method GET_ACTION on class CL_DBA_ACTION_JOB has no exception.

Method GET_RECURRENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing END_TIME Call by reference Type reference (TYPE) DB6TSTAMP_STRUCT DB6: Date/Time Timestamp 20090116
2 Importing RECURRENCE Call by reference Type reference (TYPE) SDBA_RECUR Recurrence Pattern of a Scheduled DBA Action 20090116
3 Returning RECURRENCE_VIEW Value transfer Type reference (TYPE) DBA_VIEW_JOB_WIZARD_RECURRENCE DBA Ccckpit: View Data of Job Wizard - RECURRENCES Step 20090116
4 Importing START_TIME Call by reference Type reference (TYPE) DB6TSTAMP_STRUCT DB6: Date/Time Timestamp 20101209

Method GET_RECURRENCE on class CL_DBA_ACTION_JOB has no exception.

Method REFRESH_PARAMETERS Signature

Method REFRESH_PARAMETERS on class CL_DBA_ACTION_JOB has no parameter.
Method REFRESH_PARAMETERS on class CL_DBA_ACTION_JOB has no exception.

Method REFRESH_RECURRENCE Signature

Method REFRESH_RECURRENCE on class CL_DBA_ACTION_JOB has no parameter.
Method REFRESH_RECURRENCE on class CL_DBA_ACTION_JOB has no exception.

Method SET_PLANNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PLAN Value transfer Type reference (TYPE) SDBAP DBA Planning Table 20090116

Method SET_PLANNING on class CL_DBA_ACTION_JOB has no exception.

Method SET_RECURRENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RECURRENCE Value transfer Type reference (TYPE) SDBA_RECUR Recurrence Pattern of a Scheduled DBA Action 20090116

Method SET_RECURRENCE on class CL_DBA_ACTION_JOB has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 720