SAP ABAP Class CL_BP_EXTERNAL_JOB (Class for external background jobs)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-BTC (Application Component) Background Processing
⤷
SBTJOBAPI (Package) new background job API
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BP_JOB | General job class | 20000503 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BP_EXTCMD_JOB | Background external command job class | 20000504 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_BP_EXTPRG_JOB | Background ABAP job class | 20000504 |
Properties
| Class | CL_BP_EXTERNAL_JOB | |
| Short Description | Class for external background jobs | |
| Super Class | CL_BP_JOB | General job class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SBTJOBAPI | new background job API |
| Created | 20000503 | SAP |
| Last change | 20000503 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BP_EXTERNAL_JOB has no forward declaration.
Interfaces
Class CL_BP_EXTERNAL_JOB has no interface implemented.
Friends
Class CL_BP_EXTERNAL_JOB has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | BPCTRLFLAG | Background external job control flag | 20000503 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | CHAR10 | Operating system process ID | 20000503 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | BTCTGTSYS | Target system for external job | 20000503 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get control flags for external job | 20000503 | |
| 2 | Instance method | Public | Method | Get target host for external job | 20000503 | |
| 3 | Instance method | Public | Method | Set control flags for external job | 20000503 | |
| 4 | Instance method | Public | Method | Set target host for external job | 20000503 |
Events
Class CL_BP_EXTERNAL_JOB has no event.
Types
Class CL_BP_EXTERNAL_JOB has no local type.
Method Signatures
Method GET_CONTROL_FLAGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | O_FLAGS | Call by reference | Type reference (TYPE) | BPCTRLFLAG | Ausgabesteuerkennzeichen | 20000503 |
Method GET_CONTROL_FLAGS on class CL_BP_EXTERNAL_JOB has no exception.
Method GET_TARGET_HOST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | O_HOST | Call by reference | Type reference (TYPE) | BTCTGTSYS | Ausgabe-Ziel-Host | 20000503 |
Method GET_TARGET_HOST on class CL_BP_EXTERNAL_JOB has no exception.
Method SET_CONTROL_FLAGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FLAGS | Call by reference | Type reference (TYPE) | BPCTRLFLAG | Eingabesteuerkennnzeichen | 20000503 |
Method SET_CONTROL_FLAGS on class CL_BP_EXTERNAL_JOB has no exception.
Method SET_TARGET_HOST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HOST | Call by reference | Type reference (TYPE) | BTCTGTSYS | Eingabe-Ziel-Host | 20000503 |
Method SET_TARGET_HOST on class CL_BP_EXTERNAL_JOB has no exception.
History
| Last changed by/on | SAP | 20000503 |
| SAP Release Created in | 50A |