The DOKTL table in SAP ERP or S/4HANA stores Documentation – text lines data. There are total 8 fields in DOKTL table. The Documentation – text lines 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 DOKTL table. It is in Documentation Maintenance (SDOC) ABAP package and is part of the Documentation Tools (BC-DOC-DTL) module.
SAP DOKTL Table Fields
Following is the list of fields that are available in SAP DOKTL table. The primary key fields of the table are ID (Document class), OBJECT (Documentation Object), LANGU (Documentation language), TYP (Documentation type), DOKVERSION (Version of Documentation Module), LINE (Line number within the documentation element).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| ID | Document class | DOKU_ID | DOKIL | CHAR (2) |
| OBJECT | Documentation Object | DOKU_OBJ | CHAR (60) | |
| LANGU | Documentation language | DOKU_LANGU | T002 | LANG (1) |
| TYP | Documentation type | DOKU_TYP | CHAR (1) | |
| DOKVERSION | Version of Documentation Module | DOKVERS | NUMC (4) | |
| LINE | Line number within the documentation element | DOKU_LINE | NUMC (6) | |
| DOKFORMAT | Documentation format from SAPscript | DOK_FORMAT | CHAR (2) | |
| DOKTEXT | Text line in the documentation module | DOK_TEXT | CHAR (72) |


