The BTC_CRITERIA table in SAP ERP or S/4HANA stores Selection Criteria: Criteria data. There are total 5 fields in BTC_CRITERIA table. The Selection Criteria: Criteria 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 BTC_CRITERIA table. It is in Management of Selection Criteria (SBTI_CM) ABAP package and is part of the Background Processing (BC-CCM-BTC) module.
SAP BTC_CRITERIA Table Fields
Following is the list of fields that are available in SAP BTC_CRITERIA table. The primary key fields of the table are FIELD (Selection Criteria: Field).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| FIELD | Selection Criteria: Field | BTC_TYPEFIELD | CHAR (30) | |
| SIGN | Single-Character Flag | CHAR1 | CHAR (1) | |
| OPT | Component of the Version Number | CHAR2 | CHAR (2) | |
| LOW | Selection Criteria: Selection Value | BTCSELVALUE | CHAR (45) | |
| HIGH | Selection Criteria: Selection Value | BTCSELVALUE | CHAR (45) |


