The CIF_IMAX table in SAP ERP or S/4HANA stores Maximum Vectors for Target System and Publishing Type data. There are total 6 fields in CIF_IMAX table. The Maximum Vectors for Target System and Publishing Type 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 CIF_IMAX table. It is in Core Interface (CIF) ABAP package and is part of the Interfaces (SCM-APO-INT) module.
SAP CIF_IMAX Table Fields
Following is the list of fields that are available in SAP CIF_IMAX table. The primary key fields of the table are MANDT (Client), IMTYP (Filter Object Type for Which Runtime Version is Generated), SEGMENT (Segment Number for Integration Model APO Interface), LOGSYS (Logical system).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| IMTYP | Filter Object Type for Which Runtime Version is Generated | CIFIMTYP | CHAR (10) | |
| SEGMENT | Segment Number for Integration Model APO Interface | CIFIMSEG | NUMC (4) | |
| LOGSYS | Logical system | LOGSYS | * | CHAR (10) |
| LDATA | INT2 Field for CIFIMDATA | CIFIMLDATA | INT2 (5) | |
| DATA | Data Vector for Integration Model APO Interface | CIFIMDATA | LRAW (7000) |


