The BTCEVTJOB table in SAP ERP or S/4HANA stores List of jobs waiting for events data. There are total 7 fields in BTCEVTJOB table. The List of jobs waiting for events table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of BTCEVTJOB table. It is in SAP Background Processing (SBTC) ABAP package and is part of the Background Processing (BC-CCM-BTC) module.
SAP BTCEVTJOB Table Fields
Following is the list of fields that are available in SAP BTCEVTJOB table. The primary key fields of the table are EVENTID (Event ID for background processing), EVENTCOUNT (Event number).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| EVENTID | Event ID for background processing | BTCEVTID | CHAR (32) | |
| EVENTCOUNT | Event number | BTCEVTCNT | CHAR (8) | |
| ACTIVATED | Activation flag for event scheduling | BTCEVTACT | CHAR (1) | |
| EVENTPARM | Background Event Parameters (Such as, Jobname/Jobcount) | BTCEVTPARM | CHAR (64) | |
| JOBNAME | Background job name | BTCJOB | CHAR (32) | |
| JOBCOUNT | Job ID | BTCJOBCNT | CHAR (8) | |
| PROCMODE | Flag for event processing | BTCEVTPROC | CHAR (1) |


