SAP ABAP Class CL_BP_EXTPRG_JOB (Background ABAP job class)
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_EXTERNAL_JOB | Class for external background jobs | 20000504 |
Properties
| Class | CL_BP_EXTPRG_JOB | |
| Short Description | Background ABAP job class | |
| Super Class | CL_BP_EXTERNAL_JOB | Class for external background jobs |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | SBTJOBAPI | new background job API |
| Created | 20000418 | SAP |
| Last change | 20000504 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BP_EXTPRG_JOB has no forward declaration.
Interfaces
Class CL_BP_EXTPRG_JOB has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_BP_JOB_FACTORY | 20000914 | BP job factory class |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | BTCXPGPGM1 | Program name within a job | 20000418 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | BTCXPGPAR | Parameter of an external program | 20000418 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20000418 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20000418 | |
| 3 | Instance method | Public | Method | Get external program name | 20000418 | |
| 4 | Instance method | Public | Method | Get external program parameter | 20000418 | |
| 5 | Instance method | Public | Method | Set external program name | 20000418 | |
| 6 | Instance method | Public | Method | Set external program parameter | 20000418 |
Events
Class CL_BP_EXTPRG_JOB has no event.
Types
Class CL_BP_EXTPRG_JOB has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_BP_EXTPRG_JOB has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BP_EXTPRG_JOB has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_BP_EXTPRG_JOB has no parameter.
Method CONSTRUCTOR on class CL_BP_EXTPRG_JOB has no exception.
Method GET_PRGNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | O_PRGNAME | Value transfer | Type reference (TYPE) | BTCXPGPGM1 | Namen des externen Programms ausgeben | 20000418 |
Method GET_PRGNAME on class CL_BP_EXTPRG_JOB has no exception.
Method GET_PRGPARAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | O_PRGPARAM | Value transfer | Type reference (TYPE) | BTCXPGPAR | Parameter des externen Programms ausgeben | 20000418 |
Method GET_PRGPARAM on class CL_BP_EXTPRG_JOB has no exception.
Method SET_PRGNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PRGNAME | Call by reference | Type reference (TYPE) | BTCXPGPGM1 | Name des externen Programms eingeben | 20000418 |
Method SET_PRGNAME on class CL_BP_EXTPRG_JOB has no exception.
Method SET_PRGPARAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PRGPARAM | Call by reference | Type reference (TYPE) | BTCXPGPAR | Parameter des externen Programms eingeben | 20000418 |
Method SET_PRGPARAM on class CL_BP_EXTPRG_JOB has no exception.
History
| Last changed by/on | SAP | 20000504 |
| SAP Release Created in | 50A |