The CNTLSTRLIS table in SAP ERP or S/4HANA stores Control stream list data. There are total 5 fields in CNTLSTRLIS table. The Control stream list 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 CNTLSTRLIS table. It is in Control Enabling Technology / Control Framework (SCET) ABAP package and is part of the SAP GUI for Windows (BC-FES-GUI) module.
SAP CNTLSTRLIS Table Fields
Following is the list of fields that are available in SAP CNTLSTRLIS table. The primary key fields of the table are NAME (Error message text – long text of the error), PLATFORM (Character field, 8 characters long), LFDNR (4 Byte Signed Integer).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| NAME | Error message text – long text of the error | TEXT70 | CHAR (70) | |
| PLATFORM | Character field, 8 characters long | CHAR8 | CHAR (8) | |
| LFDNR | 4 Byte Signed Integer | INT4 | INT4 (10) | |
| FILENAME | Character field of length 40 | CHAR40 | CHAR (40) | |
| SUB_NAME | Text, 40 Characters Long | TEXT40 | CHAR (40) |


