Data Element list used by SAP ABAP Function Module BP_IS_JOB_ACTIVE_IN_WP (Check whether the job is active in the wp)
SAP ABAP Function Module
BP_IS_JOB_ACTIVE_IN_WP (Check whether the job is active in the wp) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BTCCKSTAT | Job status check indicator for subsequent job start | SOURCE VALUE(JOBACTIVE) LIKE TBTCJOB-CHECKSTAT |
|
| 2 | BTCJOB | Background job name | SOURCE VALUE(JOBNAME) LIKE TBTCJOB-JOBNAME |
|
| 3 | BTCJOBCNT | Job ID | SOURCE VALUE(JOBCOUNT) LIKE TBTCJOB-JOBCOUNT |
|
| 4 | BTCSRVNAME | Server name | ||
| 5 | BTCWPNO | Work process number | SOURCE VALUE(WPNUMBER) LIKE TBTCJOB-WPNUMBER |
|