SAP ABAP Interface IF_ODQ_JOB (Background Job)
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 - 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
Interface | IF_ODQ_JOB | |
Short Description | Background Job |
General Data
Package | SODQS | Operational Delta Queue Services |
Created | 20110404 | SAP |
Last changed | 20130531 | SAP |
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
Interface IF_ODQ_JOB has no interface.
Friends
Interface IF_ODQ_JOB has no friend.
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 | ![]() |
Instance method | Public | Method | 20110706 | |
2 | ![]() |
Instance method | Public | Method | 20110406 | |
3 | ![]() |
Instance method | Public | Method | 20110406 | |
4 | ![]() |
Instance method | Public | Method | 20110404 | |
5 | ![]() |
Instance method | Public | Method | 20110404 | |
6 | ![]() |
Instance method | Public | Method | 20110404 |
Events
Interface 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 | ![]() |
RS_JOBKEY | Value transfer | Type reference (TYPE) | IF_ODQ_JOB=>TS_JOBKEY | Name eines Hintergrundjobs | 20110706 |
Method GET_JOBKEY on Interface 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 | ![]() |
R_JOBNAME | Value transfer | Type reference (TYPE) | BTCJOB | Name eines Hintergrundjobs | 20110406 |
Method GET_JOBNAME on Interface 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 | ![]() |
R_PERIOD | Value transfer | Type reference (TYPE) | I | 20110406 |
Method GET_PERIOD on Interface 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 | ![]() |
IR_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ODQ_LOG | Protokoll-Handle für Operationale DeltaQueue | 20110406 | ||
2 | ![]() |
I_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20110713 |
Method ON_END_OF_JOB on Interface 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 | ![]() |
IR_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ODQ_LOG | Protokoll-Handle für Operationale DeltaQueue | 20110406 | ||
2 | ![]() |
R_RC | Value transfer | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20110405 |
Method ON_START_OF_JOB on Interface IF_ODQ_JOB has no exception.
Method RUN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ODQ_LOG | Protokoll-Handle für Operationale DeltaQueue | 20110406 | ||
2 | ![]() |
R_RC | Value transfer | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20110713 |
Method RUN on Interface IF_ODQ_JOB has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 731 |