SAP ABAP Class CL_BP_EXTCMD_JOB (Background external command 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_EXTCMD_JOB | |
Short Description | Background external command 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 | 20000408 | SAP |
Last change | 20000728 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_BP_EXTCMD_JOB has no forward declaration.
Interfaces
Class CL_BP_EXTCMD_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) | SXPGLOGCMD | Program name within a step (e.g. report) | 20000408 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SYOPSYS | Operating system availability | 20000408 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BTCXPGPAR | Name of variant within a step | 20000408 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20000408 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20000408 |
3 | ![]() |
Instance method | Public | Method | Get external command name | 20000408 |
4 | ![]() |
Instance method | Public | Method | Get external command operating system | 20000408 |
5 | ![]() |
Instance method | Public | Method | Get external command parameter | 20000408 |
6 | ![]() |
Instance method | Public | Method | Set external command name | 20000408 |
7 | ![]() |
Instance method | Public | Method | Set external command operating system | 20000408 |
8 | ![]() |
Instance method | Public | Method | Set external command parameter | 20000408 |
Events
Class CL_BP_EXTCMD_JOB has no event.
Types
Class CL_BP_EXTCMD_JOB has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_BP_EXTCMD_JOB has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BP_EXTCMD_JOB has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_BP_EXTCMD_JOB has no parameter.
Method CONSTRUCTOR on class CL_BP_EXTCMD_JOB has no exception.
Method GET_CMDNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
O_CMDNAME | Value transfer | Type reference (TYPE) | SXPGLOGCMD | Namen des externen Befehls ausgeben | 20000408 |
Method GET_CMDNAME on class CL_BP_EXTCMD_JOB has no exception.
Method GET_CMDOS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
O_CMDOS | Value transfer | Type reference (TYPE) | SYOPSYS | Betriebssystem für externen Befehl ausgeben | 20000408 |
Method GET_CMDOS on class CL_BP_EXTCMD_JOB has no exception.
Method GET_CMDPARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
O_CMDPARAM | Value transfer | Type reference (TYPE) | BTCXPGPAR | Parameter für externen Befehl ausgeben | 20000408 |
Method GET_CMDPARAM on class CL_BP_EXTCMD_JOB has no exception.
Method SET_CMDNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CMDNAME | Call by reference | Type reference (TYPE) | SXPGLOGCMD | Parameter für externen Befehl eingeben | 20000408 |
Method SET_CMDNAME on class CL_BP_EXTCMD_JOB has no exception.
Method SET_CMDOS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CMDOS | Call by reference | Type reference (TYPE) | SYOPSYS | SPACE | Betriebssystem für externen Befehl eingeben | 20000408 |
Method SET_CMDOS on class CL_BP_EXTCMD_JOB has no exception.
Method SET_CMDPARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CMDPARAM | Call by reference | Type reference (TYPE) | BTCXPGPAR | Parameter für externen Befehl eingeben | 20000408 |
Method SET_CMDPARAM on class CL_BP_EXTCMD_JOB has no exception.
History
Last changed by/on | SAP | 20000728 |
SAP Release Created in | 50A |