The BTCOMSDL table in SAP ERP or S/4HANA stores Control table for operation type scheduler data. There are total 6 fields in BTCOMSDL table. The Control table for operation type scheduler 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 BTCOMSDL table. It is in SAP Background Processing (SBTC) ABAP package and is part of the Background Processing (BC-CCM-BTC) module.
SAP BTCOMSDL Table Fields
Following is the list of fields that are available in SAP BTCOMSDL table. The primary key fields of the table are STARTDATE (Start or end data of operation mode), STARTTIME (Operation mode start or end time).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| STARTDATE | Start or end data of operation mode | BTCOMDATE | DATS (8) | |
| STARTTIME | Operation mode start or end time | BTCOMTIME | TIMS (6) | |
| TARGET | Target computer for op. mode switch | BTCOMTGSYS | CHAR (32) | |
| SETTYPE | Exception operation mode ID | BTCOMTYPE | CHAR (1) | |
| SETSTARTDT | Start or end data of operation mode | BTCOMDATE | DATS (8) | |
| SETSTARTTM | Operation mode start or end time | BTCOMTIME | TIMS (6) |


