BPXPRGJOB - obsolete: Background job table for external command jobs
 obsolete: Background job table for external command  jobs information is stored in SAP table BPXPRGJOB.
It is part of development package SBTJOBAPI in software component BC-CCM-BTC. This development package consists of objects that can be grouped under "new background job API".
 It is part of development package SBTJOBAPI in software component BC-CCM-BTC. This development package consists of objects that can be grouped under "new background job API".
Fields for table BPXPRGJOB
| Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table | 
|---|---|---|---|---|---|---|
| .INCLUDE | X | BPTASKID | 0 | |||
| GUID | System GUID for ABAP Systems or Other Systems | X | CSMSYSGUID | CHAR | 64 | |
| .INCLUDE | BPJOB | 0 | ||||
| .INCLUDE | BPTASK | 0 | ||||
| NAME | Background Job Name | BTCJOB | CHAR | 64 | ||
| TYPE | Job type for new Job API | BPJOBTYP | CHAR | 20 | ||
| STATE | State of Background Job | BTCSTATUS | CHAR | 2 | ||
| JOBCOUNT | Job ID | BTCJOBCNT | CHAR | 16 | ||
| RESTART | Single-Character Flag | CHAR1 | CHAR | 2 | ||
| TRG_OID | System GUID for ABAP Systems or Other Systems | CSMSYSGUID | CHAR | 64 | ||
| TRG_TYPE | Background trigger type | TRGTYPE | CHAR | 20 | ||
| XPRGNAME | Name of external program | BTCXPGPGM1 | CHAR | 256 | ||
| XPRGPARAM | Parameters of external program (string) | BTCXPGPAR | CHAR | 510 | ||
| XPRGTGT | Target System to Run Background Job | BTCTGTSYS | CHAR | 64 |