SAP ABAP Class CL_ODQ_DAEMON_JOB (Background Job for Real-Time Daemon)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BW-SRV (Application Component) BW Generation Tool and Set Object
     SODQS (Package) Operational Delta Queue Services
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ODQ_JOB Background Job 20110404
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ODQ_DAEMON_JOB Background Job 20110404
Properties
Class CL_ODQ_DAEMON_JOB  
Short Description Background Job for Real-Time Daemon    
Super Class CL_ODQ_JOB Background Job 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class SODQ    
Program status P  SAP Standard Production Program 
Category 0   
Package SODQS   Operational Delta Queue Services 
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 CL_ODQ_DAEMON_EXTRACT_RESPONSE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_ODQ_DAEMON_EXTRACT_TASK Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_ODQ_DAEMON_JOB Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_ODQ_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_ODQ_JOB Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_ODQ_LOG Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_ODQ_DAEMON_JOB Background Job 20110404
Friends
Class CL_ODQ_DAEMON_JOB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CYCLE_TIME Static Attribute Private Type reference (TYPE) I 15 20110407
2 C_DEFAULT_JOB_SUFFIX Constant Public Type reference (TYPE) BTCJOB '_CLIENT_' 20110404
3 C_MONTHS_PER_YEAR Constant Public Type reference (TYPE) I 12 20110404
4 C_PROGRAM Constant Public Type reference (TYPE) SY-REPID 'ODQ_DAEMON' 20110404
5 C_TIMESTAMP_BASE Constant Private Type reference (TYPE) TIMESTAMP 19700101000000 20110629
6 C_VARIANT Constant Public Type reference (TYPE) VARIANT 'SAP&CALLED' 20110518
7 P_CYCLE_TIME Instance attribute Private Type reference (TYPE) I 20110629
8 P_LOCKED Static Attribute Private Type reference (TYPE) I Lock Counter 20110713
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110530
2 DEQUEUE Static method Public Method 20110707
3 ENQUEUE Static method Public Method 20110707
4 GET_DEFAULT_JOBNAME Static method Public Method 20110406
5 GET_JOBHEADERS Static method Public Method 20110406
6 GET_JOBSTATE Static method Public Method 20110404
7 IS_STARTED Static method Public Method 20110406
8 SET_STATUS_ICON Instance method Private Method 20110713
9 START Static method Public Method 20110406
10 STOP Static method Public Method 20110406
11 SUBMIT_DAEMON_JOB Static method Private Method 20110406
Events
Class CL_ODQ_DAEMON_JOB has no event.
Types
Class CL_ODQ_DAEMON_JOB has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_JOBKEY Call by reference Type reference (TYPE) IF_ODQ_JOB=>TS_JOBKEY 20110530

Method CONSTRUCTOR on class CL_ODQ_DAEMON_JOB has no exception.

Method DEQUEUE Signature

Method DEQUEUE on class CL_ODQ_DAEMON_JOB has no parameter.
Method DEQUEUE on class CL_ODQ_DAEMON_JOB has no exception.

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SECONDS_TO_WAIT Call by reference Type reference (TYPE) I 15 20110707
# Exception Resumable Description Created on
1 CX_ODQ_TIMEOUT Zeitlimit überschritten 20110707

Method GET_DEFAULT_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_DEFAULT_JOBNAME on class CL_ODQ_DAEMON_JOB has no exception.

Method GET_JOBHEADERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_JOBSTATE Call by reference Type reference (TYPE) IF_ODQ_JOB=>T_JOBSTATE 20110406
2 Returning RT_HEADERS Value transfer Type reference (TYPE) IF_ODQ_JOB=>TT_JOBHEADERS 20110406
# Exception Resumable Description Created on
1 CX_ODQ_PROCESS_ERROR Verarbeitungsfehler 20110406

Method GET_JOBSTATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_JOBSTATE Call by reference Type reference (TYPE) IF_ODQ_JOB=>T_JOBSTATE 20110404
2 Returning R_JOBSTATE Value transfer Type reference (TYPE) IF_ODQ_JOB=>T_JOBSTATE 20110404
# Exception Resumable Description Created on
1 CX_ODQ_PROCESS_ERROR Verarbeitungsfehler 20110404

Method IS_STARTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_RESULT Call by reference Type reference (TYPE) ODQ_BOOLEAN Boolsches Kennzeichen 20110406

Method IS_STARTED on class CL_ODQ_DAEMON_JOB has no exception.

Method SET_STATUS_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATUS_ICON Call by reference Type reference (TYPE) ODQ_STATUS_ICON Status 20110713

Method SET_STATUS_ICON on class CL_ODQ_DAEMON_JOB has no exception.

Method START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_ONLY Call by reference Type reference (TYPE) ODQ_BOOLEAN Boolsches Kennzeichen 20110518
2 Importing I_PERIOD Call by reference Type reference (TYPE) I 900 20110406
3 Returning R_RC Value transfer Type reference (TYPE) SY-SUBRC Return-Code 20110518

Method START on class CL_ODQ_DAEMON_JOB has no exception.

Method STOP Signature

Method STOP on class CL_ODQ_DAEMON_JOB has no parameter.
Method STOP on class CL_ODQ_DAEMON_JOB has no exception.

Method SUBMIT_DAEMON_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_JOBNAME Call by reference Type reference (TYPE) BTCJOB Name eines Hintergrundjobs 20110406
3 Importing I_PERIOD Call by reference Type reference (TYPE) I 900 Wiederholungsperiode in Sekunden 20110406
4 Importing I_SIMULATE Call by reference Type reference (TYPE) ODQ_BOOLEAN Boolsches Kennzeichen 20110406
5 Importing I_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20110406
6 Returning R_RC Value transfer Type reference (TYPE) SY-SUBRC Return Code 20110518

Method SUBMIT_DAEMON_JOB on class CL_ODQ_DAEMON_JOB has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731