SAP ABAP Class IF_ODQ_JOB (Background Job)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_ODQ_DAEMON_JOB Background Job 20110404
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ODQ_JOB Background Job 20110404
Properties
Class IF_ODQ_JOB  
Short Description Background Job    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110404   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_ODQ_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_ODQ_JOB Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_ODQ_JOB has no interface implemented.
Friends
Class IF_ODQ_JOB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_BOOLEAN Constant Public Attribute reference (LIKE) IF_ODQ_CONSTANTS=>C_BOOLEAN IF_ODQ_CONSTANTS=>C_BOOLEAN 20110404
2 C_JOBSTATE Constant Public See coding 20110404
Methods
# Method Level Visibility Method type Description Created on
1 GET_JOBKEY Instance method Public Method 20110706
2 GET_JOBNAME Instance method Public Method 20110406
3 GET_PERIOD Instance method Public Method 20110406
4 ON_END_OF_JOB Instance method Public Method 20110404
5 ON_START_OF_JOB Instance method Public Method 20110404
6 RUN Instance method Public Method 20110404
Events
Class IF_ODQ_JOB has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_JOBHEADER Public Type reference (TYPE) TBTCJOB_BK Structure for Transferring Job Header Data (BI-API) 20110406
2 TS_JOBKEY Public Type reference (TYPE) ODQ_S_JOBKEY 20110404
3 TS_PERIOD Public See coding 20110406 BEGIN OF ts_period, prdmins TYPE btcpmin, prdhours TYPE btcphour, prddays TYPE btcpday, prdweeks TYPE btcpweek, prdmnths TYPE btcpmnth, END OF ts_period
4 TT_JOBHEADERS Public See coding 20110406 tt_jobheaders TYPE STANDARD TABLE OF ts_jobheader WITH DEFAULT KEY
5 TT_JOBKEYS Public See coding 20110404 tt_jobkeys TYPE STANDARD TABLE OF ts_jobkey WITH KEY table_line
6 T_BOOLEAN Public Type reference (TYPE) IF_ODQ_CONSTANTS=>T_BOOLEAN Boolean Data Type 20110404
7 T_JOBSTATE Public See coding 20110404 t_jobstate TYPE x LENGTH 1
Method Signatures

Method GET_JOBKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_JOBKEY Value transfer Type reference (TYPE) IF_ODQ_JOB=>TS_JOBKEY Name eines Hintergrundjobs 20110706

Method GET_JOBKEY on class IF_ODQ_JOB has no exception.

Method GET_JOBNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_JOBNAME Value transfer Type reference (TYPE) BTCJOB Name eines Hintergrundjobs 20110406

Method GET_JOBNAME on class IF_ODQ_JOB has no exception.

Method GET_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PERIOD Value transfer Type reference (TYPE) I 20110406

Method GET_PERIOD on class IF_ODQ_JOB has no exception.

Method ON_END_OF_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOG Call by reference Object reference (TYPE REF TO) IF_ODQ_LOG Protokoll-Handle für Operationale DeltaQueue 20110406
2 Importing I_RC Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20110713

Method ON_END_OF_JOB on class IF_ODQ_JOB has no exception.

Method ON_START_OF_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOG Call by reference Object reference (TYPE REF TO) IF_ODQ_LOG Protokoll-Handle für Operationale DeltaQueue 20110406
2 Returning R_RC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20110405

Method ON_START_OF_JOB on class IF_ODQ_JOB has no exception.

Method RUN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOG Call by reference Object reference (TYPE REF TO) IF_ODQ_LOG Protokoll-Handle für Operationale DeltaQueue 20110406
2 Returning R_RC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20110713

Method RUN on class IF_ODQ_JOB has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in