SAP Table BPXPRGJOB
Background job table for external command jobs
BPXPRGJOB (Background job table for external command jobs) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link BPXPRGJOB to other SAP tables.
BPXPRGJOB table fields
Field | Data element | Checktable | Datatype | Length | Decimals | |||
---|---|---|---|---|---|---|---|---|
GUID | System GUID for ABAP Systems or Other Systems | CSMSYSGUID | CHAR | 32 | 0 | |||
NAME | Background job name | BTCJOB | CHAR | 32 | 0 | |||
TYPE | Job type for new Job API | BPJOBTYP | CHAR | 10 | 0 | |||
STATE | State of Background Job | BTCSTATUS | CHAR | 1 | 0 | |||
JOBCOUNT | Job ID | BTCJOBCNT | CHAR | 8 | 0 | |||
RESTART | Single-Character Indicator | CHAR1 | CHAR | 1 | 0 | |||
TRG_OID | System GUID for ABAP Systems or Other Systems | CSMSYSGUID | CHAR | 32 | 0 | |||
TRG_TYPE | Background trigger type | TRGTYPE | CHAR | 10 | 0 | |||
XPRGNAME | Name of external program | BTCXPGPGM1 | CHAR | 128 | 0 | |||
XPRGPARAM | Parameters of external program (string) | BTCXPGPAR | CHAR | 255 | 0 | |||
XPRGTGT | Target System to Run Background Job | BTCTGTSYS | CHAR | 32 | 0 |