SAP ABAP Interface IF_BP_CONST_STATE_ACTIVE (Interface for active job state constants)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-BTC (Application Component) Background Processing
⤷
SBTJOBAPI (Package) new background job API
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BP_CONST_JOBSTATE | Constants for background job states | 20000427 |
Properties
| Interface | IF_BP_CONST_STATE_ACTIVE | |
| Short Description | Interface for active job state constants |
General Data
| Package | SBTJOBAPI | new background job API |
| Created | 20000427 | SAP |
| Last changed | 20000427 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_BP_CONST_STATE_ACTIVE has no forward declaration.
Interfaces
Interface IF_BP_CONST_STATE_ACTIVE has no interface.
Friends
Interface IF_BP_CONST_STATE_ACTIVE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ABORTED | Constant | Public | Type reference (TYPE) | BTCSTATUS | 'A' | indicates the job is cancelled | 20000427 | |
| 2 | CANCELLED | Constant | Public | Type reference (TYPE) | BTCSTATUS | 'C' | indicates the job is cancelled | 20000427 | |
| 3 | FINISHED | Constant | Public | Type reference (TYPE) | BTCSTATUS | 'F' | indicates the job is finished | 20000427 | |
| 4 | READY | Constant | Public | Type reference (TYPE) | BTCSTATUS | 'Y' | indicates the job is ready to run | 20000427 | |
| 5 | RELEASED | Constant | Public | Type reference (TYPE) | BTCSTATUS | 'S' | indicates the job is released | 20000427 | |
| 6 | RUNNING | Constant | Public | Type reference (TYPE) | BTCSTATUS | 'R' | indicates the job is running | 20000427 | |
| 7 | SCHEDULED | Constant | Public | Type reference (TYPE) | BTCSTATUS | 'P' | indicates the job is planned | 20000427 |
Methods
Interface IF_BP_CONST_STATE_ACTIVE has no method.
Events
Interface IF_BP_CONST_STATE_ACTIVE has no event.
Types
Interface IF_BP_CONST_STATE_ACTIVE has no local type.
History
| Last changed by/on | SAP | 20000427 |
| SAP Release Created in | 50A |