Table list used by SAP ABAP Function Module BDL_READ_JOB_STATUS (Read job status via job name and job number)
SAP ABAP Function Module
BDL_READ_JOB_STATUS (Read job status via job name and job number) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BDLDTOC | RFC download -- Data cluster table of contents | SOURCE VALUE(EXTENSION) LIKE BDLDTOC-MANDANT DEFAULT '000' |
|
| 2 | BDLDTOC | RFC download -- Data cluster table of contents | SOURCE VALUE(SESSIONNR) LIKE BDLDTOC-SESSIONNR DEFAULT '0000000000' |
|
| 3 | TBTCJOB | Structure for Transferring Job Header Data (BI-API) | SOURCE VALUE(JOBNAME) LIKE TBTCJOB-JOBNAME DEFAULT SPACE |
|
| 4 | TBTCJOB | Structure for Transferring Job Header Data (BI-API) | SOURCE VALUE(JOBNUMBER) LIKE TBTCJOB-JOBCOUNT DEFAULT '00000000' |
|
| 5 | TBTCO | Job Status Overview Table | ||
| 6 | TBTCO | Job Status Overview Table | SOURCE VALUE(JOBNUMBER_OUT) LIKE TBTCO-JOBCOUNT |
|
| 7 | TBTCO | Job Status Overview Table | SOURCE VALUE(JOBNAME_OUT) LIKE TBTCO-JOBNAME |
|
| 8 | TBTCO | Job Status Overview Table | SOURCE VALUE(JOBSTATUS) LIKE TBTCO-STATUS |
|