The FMARCINFO table in SAP ERP or S/4HANA stores Messages of initial archiving run RFFM_FMARC data. There are total 13 fields in FMARCINFO table. The Messages of initial archiving run RFFM_FMARC 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 FMARCINFO table. It is in Updating Funds Management (FMFS) ABAP package and is part of the Funds Management (PSM-FM) module.
SAP FMARCINFO Table Fields
Following is the list of fields that are available in SAP FMARCINFO table. The primary key fields of the table are MANDT (Client), PROZESS (Loop Index), ID (Numerical field, 15 characters long).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| PROZESS | Loop Index | SYINDEX | INT4 (10) | |
| ID | Numerical field, 15 characters long | NUMC15 | NUMC (15) | |
| BUKRS | Company Code | BUKRS | * | CHAR (4) |
| BELNR | Accounting Document Number | BELNR_D | CHAR (10) | |
| GJAHR | Fiscal Year | GJAHR | NUMC (4) | |
| START_DATE | Day On Which Accounting Document Was Entered | CPUDT | DATS (8) | |
| START_TIME | Time of Entry | CPUTM | TIMS (6) | |
| SPENT_TIME | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
| SIZE_HEADER | Number of Rows in Internal Tables | SYTFILL | INT4 (10) | |
| SIZE_ITEMS | Number of Rows in Internal Tables | SYTFILL | INT4 (10) | |
| TEXT | Text (100 characters) | TEXT100 | CHAR (100) | |
| MSG_TYPE | Two digit number | NUMC2 | NUMC (2) |


