The CFIN_ACC_MAPFILE table in SAP ERP or S/4HANA stores Table to store account mapping propsal files data. There are total 3 fields in CFIN_ACC_MAPFILE table. The Table to store account mapping propsal files 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 CFIN_ACC_MAPFILE table. It is in Central Finance – Mapping (FINS_CFIN_MAPPING) ABAP package and is part of the Infrastructure, Tools, Mapping Framework (FI-CF-INF) module.
SAP CFIN_ACC_MAPFILE Table Fields
Following is the list of fields that are available in SAP CFIN_ACC_MAPFILE table. The primary key fields of the table are MANDT (Client), FILE_NAME (SAP object name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| FILE_NAME | SAP object name | OBJNAME | CHAR (30) | |
| CONTENT | File Content | FINS_CFIN_FILE_CONTENT | RSTR () |


