The ALV_CHCK table in SAP ERP or S/4HANA stores Check Table for ALV_T_T2 data. There are total 3 fields in ALV_CHCK table. The Check Table for ALV_T_T2 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 ALV_CHCK table. It is in Generic list types (SLIS) ABAP package and is part of the SAP List Viewer (BC-SRV-ALV) module.
SAP ALV_CHCK Table Fields
Following is the list of fields that are available in SAP ALV_CHCK table. The primary key fields of the table are MANDT (Client), CARRID (Airline Code), CONNID (Flight Connection Number).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | S_MANDT | T000 | CLNT (3) |
| CARRID | Airline Code | S_CARRID | * | CHAR (3) |
| CONNID | Flight Connection Number | S_CONN_ID | * | NUMC (4) |


