The CLOI_MODEL_MAT table in SAP ERP or S/4HANA stores Material of planned model, sent by POI data. There are total 6 fields in CLOI_MODEL_MAT table. The Material of planned model, sent by POI 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 CLOI_MODEL_MAT table. It is in for logistics optimization interface (CLOI) ABAP package and is part of the Production Optimization Interface (POI) (LO-SCI-POI) module.
SAP CLOI_MODEL_MAT Table Fields
Following is the list of fields that are available in SAP CLOI_MODEL_MAT table. The primary key fields of the table are MANDT (Client), MODEL_TYPE (Type of optimization system), MODEL (Model name, unique model identifier), MATNR (Material Number), WERKS (Plant).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| MODEL_TYPE | Type of optimization system | CBP_SYSTEM_ID | CHAR (1) | |
| MODEL | Model name, unique model identifier | CBP_MODEL | TCBP_MOD | CHAR (10) |
| MATNR | Material Number | MATNR | MARA | CHAR (40) |
| WERKS | Plant | WERKS_D | MARC | CHAR (4) |
| BOMLEV | BOM level, determined in POI download | CLOI_BOMLEV | INT1 (3) |


