SAP ABAP Function Module BDL_READ_JOB_STATUS (Read job status via job name and job number)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
SV-SMG-SDD (Application Component) Service Data Download
⤷
BDL3 (Package) Service data download (as of R/3 Release 3.x)
⤷
⤷
Basic Data
| Function Module | BDL_READ_JOB_STATUS | Read job status via job name and job number |
| Function Group | BDL3 | Sapnet functions for RFC-Download |
| Program Name | SAPLBDL3 | |
| INCLUDE Name | LBDL3U43 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
JOBNAME_OUT | TYPE | TBTCO-JOBNAME | Name of job where status is given | |||
| |
JOBNUMBER_OUT | TYPE | TBTCO-JOBCOUNT | Number of job where status is given | |||
| |
JOBSTATUS | TYPE | TBTCO-STATUS | Status of background job | |||
| |
JOBNAME | TYPE | TBTCJOB-JOBNAME | SPACE | Background job name | ||
| |
JOBNUMBER | TYPE | TBTCJOB-JOBCOUNT | '00000000' | Background job number | ||
| |
SESSIONNR | TYPE | BDLDTOC-SESSIONNR | '0000000000' | SDCC session number | ||
| |
EXTENSION | TYPE | BDLDTOC-MANDANT | '000' | SDCC session number extension | ||
| |
JOB_NOT_FOUND | TYPE | For given job name and number no job was found | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 20010122 |
| SAP Release Created in |