The CNTLSTRINF table in SAP ERP or S/4HANA stores Attributes of a stream data. There are total 16 fields in CNTLSTRINF table. The Attributes of a stream 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 CNTLSTRINF 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 CNTLSTRINF Table Fields
Following is the list of fields that are available in SAP CNTLSTRINF table. The primary key fields of the table are FILENAME (Character field of length 40), PLATFORM (Character field, 8 characters long).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| FILENAME | Character field of length 40 | CHAR40 | CHAR (40) | |
| PLATFORM | Character field, 8 characters long | CHAR8 | CHAR (8) | |
| PROCID | Char 80 | CHAR80 | CHAR (80) | |
| NATIVENAME | Text, 40 Characters Long | TEXT40 | CHAR (40) | |
| DBGREL | Single-Character Flag | CHAR1 | CHAR (1) | |
| VERSION | 30 Characters | CHAR30 | CHAR (30) | |
| SPRACHE | Single-Character Flag | CHAR1 | CHAR (1) | |
| REGISTER | Single-Character Flag | CHAR1 | CHAR (1) | |
| LENGTH | Character Field with Length 10 | CHAR10 | CHAR (10) | |
| DESCRIPT | Text (80 Characters) | TEXT80 | CHAR (80) | |
| OWNER | 30 Characters | CHAR30 | CHAR (30) | |
| DATUM | Character field, 8 characters long | CHAR8 | CHAR (8) | |
| REFCOUNT | 4 Byte Signed Integer | INT4 | INT4 (10) | |
| FILEBASE | Text (30 Characters) | TEXT30 | CHAR (30) | |
| SOURCEBASE | Char 20 | CHAR20 | CHAR (20) | |
| SOURCEEXT | Local file for upload/download | LOCALFILE | CHAR (128) |


