SAP ABAP Data Element BTCPSTATUS (Status of step in background processing)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-BTC (Application Component) Background Processing
⤷
SBTI (Package) User Interface and Job-API of Background Processing
⤷
⤷
Basic Data
| Data Element | BTCPSTATUS |
| Short Description | Status of step in background processing |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | CHAR1 | |
| Data Type | CHAR | Character String |
| Length | 1 | |
| Decimal Places | 0 | |
| Output Length | 1 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Status |
| Medium | 15 | Status |
| Long | 20 | Status |
| Heading | 0 |
Documentation
Definition
Status indicator for the current status of a job step (for example, at the time a job step definition was read from the database by an external program).
The possible statuses are specified in the include LBTCHDEF and are the same as for jobs:
- R: job step running.
- Y: job step ready (eligible to run, waiting for a work process).
- P: job step scheduled.
- S: job step released (eligible to run when the start condition of the job is fulfilled).
- A: job step aborted.
- F: job step successfully finished.
- Z: system upgrade in progress, only upgrade-related jobs are allowed to run. Jobs and job steps with this status are ignored by the scheduler.
- X: unknown status detected.
History
| Last changed by/on | SAP | 20010130 |
| SAP Release Created in |