The FMCIT table in SAP ERP or S/4HANA stores Commitment items texts data. There are total 13 fields in FMCIT table. The Commitment items texts 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 FMCIT table. It is in Funds Management: Master Data Core Objects (FMMD_CORE) ABAP package and is part of the Master Data (PSM-FM-MD) module.
SAP FMCIT Table Fields
Following is the list of fields that are available in SAP FMCIT table. The primary key fields of the table are MANDT (Client), SPRAS (Language Key), FIKRS (Financial Management Area), GJAHR (Fiscal Year), FIPEX (Commitment item).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| SPRAS | Language Key | SPRAS | T002 | LANG (1) |
| FIKRS | Financial Management Area | FIKRS | FM01 | CHAR (4) |
| GJAHR | Fiscal Year | GJAHR | NUMC (4) | |
| FIPEX | Commitment item | FM_FIPEX | FMCI | CHAR (24) |
| BEZEI | Name | FM_BEZEICH | CHAR (20) | |
| TEXT1 | Description | FM_BESCHR0 | CHAR (50) | |
| TEXT2 | Description 2 | FM_BESCHR2 | CHAR (50) | |
| TEXT3 | Description 3 | FM_BESCHR3 | CHAR (50) | |
| MCTXT | Search Term for Matchcode Search | FM_MCTXT | CHAR (20) | |
| DUMMY_FMCITEXT | Single-Character Flag | CHAR1 | CHAR (1) | |
| ORIGINAL_DESC | Original Description | SAFM_ORGDESC | CHAR (150) | |
| ALTERNATIVE_DESC | Alternative Description | SAFM_ALTDESC | CHAR (100) |


