The CNV_PE_IF_MAP table in SAP ERP or S/4HANA stores Interface mapping in posting engine data. There are total 7 fields in CNV_PE_IF_MAP table. The Interface mapping in posting engine 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 CNV_PE_IF_MAP table. It is in PE: Interface objects (CNV_PE_IF) ABAP package and is part of the Landscape Transformation (CA-LT) module.
SAP CNV_PE_IF_MAP Table Fields
Following is the list of fields that are available in SAP CNV_PE_IF_MAP table. The primary key fields of the table are MANDT (Client), ID (ID of an Interface Mapping).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| ID | ID of an Interface Mapping | CNV_PE_IF_MAP_ID | CHAR (32) | |
| IF1_ID | ID of an Interface | CNV_PE_IF_ID | CHAR (32) | |
| IF2_ID | ID of an Interface | CNV_PE_IF_ID | CHAR (32) | |
| MAP_TYPE | Type of Interface Mapping in Posting Engine | CNV_PE_IF_MAP_TYPE | NUMC (2) | |
| IF1_ID_IS_TRULE | Flag (X = yes, initial = no) | CNV_MBT_FLAG | CHAR (1) | |
| IF2_ID_IS_TRULE | Flag (X = yes, initial = no) | CNV_MBT_FLAG | CHAR (1) |


