The COTPLDROPDOWN table in SAP ERP or S/4HANA stores DropDown-Listbox Values for Template columns data. There are total 4 fields in COTPLDROPDOWN table. The DropDown-Listbox Values for Template columns 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 COTPLDROPDOWN table. It is in Process Template (KABT) ABAP package and is part of the Activity-Based Costing (CO-OM-ABC) module.
SAP COTPLDROPDOWN Table Fields
Following is the list of fields that are available in SAP COTPLDROPDOWN table. The primary key fields of the table are TPLCOL (Template columntypes), LANGU (Language Key), VALUE (Single-Character Flag).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| TPLCOL | Template columntypes | COTPL_COLUMN | * | CHAR (1) |
| LANGU | Language Key | LANGU | * | LANG (1) |
| VALUE | Single-Character Flag | CHAR1 | CHAR (1) | |
| TEXT | ALV Control: Cell Content | LVC_VALUE | CHAR (128) |


