FMRC_FMIFIIT SAP (Reconciliation of Lines from FM) Table details

Dictionary Type: Table
Description: Reconciliation of Lines from FM




ABAP Code to SELECT data from FMRC_FMIFIIT
Related tables to FMRC_FMIFIIT
Access table FMRC_FMIFIIT




Table field list including key, data, relationships and ABAP select examples

FMRC_FMIFIIT is a standard SAP Table which is used to store Reconciliation of Lines from FM data and is available within R/3 SAP systems depending on the version and release level.

The FMRC_FMIFIIT table consists of various fields, each holding specific information or linking keys about Reconciliation of Lines from FM data available in SAP. These include BUKRS (Company Code), GJAHR (Fiscal Year), BELNR (Accounting Document Number), BUZEI (Number of Line Item Within Accounting Document).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FMRC_FMIFIIT table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BUDATPosting Date in the Document BUDATDATS8DATUM
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
PSOBTPosting Day PSOBTDATS8DATUM
FMGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR

Key field Non-key field



How do I retrieve data from SAP table FMRC_FMIFIIT using ABAP code

The following ABAP code Example will allow you to do a basic selection on FMRC_FMIFIIT to SELECT all data from the table
DATA: WA_FMRC_FMIFIIT TYPE FMRC_FMIFIIT.

SELECT SINGLE *
FROM FMRC_FMIFIIT
INTO CORRESPONDING FIELDS OF WA_FMRC_FMIFIIT
WHERE...

How to access SAP table FMRC_FMIFIIT

Within an ECC or HANA version of SAP you can also view further information about FMRC_FMIFIIT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!