FMRC01_FICA SAP (Results List Comparison of FM/FI (FI-CA Documents)) Table details

Dictionary Type: Table
Description: Results List Comparison of FM/FI (FI-CA Documents)




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




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

FMRC01_FICA is a standard SAP Table which is used to store Results List Comparison of FM/FI (FI-CA Documents) data and is available within R/3 SAP systems depending on the version and release level.

The FMRC01_FICA table consists of various fields, each holding specific information or linking keys about Results List Comparison of FM/FI (FI-CA Documents) data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), AWKEY (Reference Key).. 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 FMRC01_FICA 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
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
AWKEYReference Key AWKEYCHAR20AWKEY
MONATFiscal Period MONATNUMC2MONAT
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
FKBTRFM Net Amount in FM Area Currency FM_FKBTR_KEY_KKCURR13(2) WERTV7
DMBTRFI Net Amount in Company Code Currency FM_DMBTR_KEY_KKCURR13(2) WERTV7
DIFF_HWBTRDifference of FM Area and Local Currency Net Amounts FM_DIFF_HWBTR_KEY_KKCURR13(2) WERTV7
TRBTRFM Net Amount in Transaction Currency FM_TRBTR_KEY_KKCURR13(2) WERTV7
WRBTRFI Net Amount in Transaction Currency FM_WRBTR_KEY_KKCURR13(2) WERTV7
DIFF_TRBTRDifference of Transaction Currency Net Amounts (FM) FM_DIFF_TRBTR_KEY_KKCURR13(2) WERTV7
FKBTRTFM Tax Amount in FM Area Currency FM_FKBTRT_KEY_KKCURR13(2) WERTV7
DMBTRTFI Tax Amount in Company Code Currency FM_DMBTRT_KEY_KKCURR13(2) WERTV7
DIFF_HWBTRTDifference in FM Area and Local Currency Tax Amounts FM_DIFF_HWBTRT_KEY_KKCURR13(2) WERTV7
TRBTRTFM Tax Amount in Transaction Currency FM_TRBTRT_KEY_KKCURR13(2) WERTV7
WRBTRTFI Tax Amount in Transaction Currency FM_WRBTRT_KEY_KKCURR13(2) WERTV7
DIFF_TRBTRTDifference of Transaction Currency Tax Amounts (FM) FM_DIFF_TRBTRT_KEY_KKCURR13(2) WERTV7
STTAXTax Portion from FI-CA in Transaction Currency FM_STTAX_KEY_KKCURR13(2) WERTV7
SCTAXTax Portion from FI-CA in Transaction Currency FM_SCTAX_KEY_KKCURR13(2) WERTV7
INVISIBLEThe field is invisible INVISIBLECHAR1F_MODUS
TEXTCharacter String 60 CHAR_60CHAR60CHAR_60
LCOL3-Byte field CHAR3CHAR3CHAR3

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMRC01_FICA
INTO CORRESPONDING FIELDS OF WA_FMRC01_FICA
WHERE...

How to access SAP table FMRC01_FICA

Within an ECC or HANA version of SAP you can also view further information about FMRC01_FICA 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!