FMIA SAP (Actual Line Item Table for Funds Management) Table details

Dictionary Type: Table
Description: Actual Line Item Table for Funds Management




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




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

FMIA is a standard SAP Table which is used to store Actual Line Item Table for Funds Management data and is available within R/3 SAP systems depending on the version and release level.

The FMIA table consists of various fields, each holding specific information or linking keys about Actual Line Item Table for Funds Management data available in SAP. These include GL_SIRID (Record number of the line item record), RLDNR (Ledger), RRCTY (Record Type), RVERS (Version).. 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: Can be enhanced (character-type or numeric)


SAP FMIA 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
RCLNTClient MANDTCLNT3T000MANDT
GL_SIRIDRecord number of the line item record GU_RECIDCHAR18OBJNROBN
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
RRCTYRecord Type RRCTYCHAR1RRCTY
RVERSVersion RVERSCHAR3T894ALPHARVERSGVS
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RTCURCurrency Key RTCURCUKY5TCURCWAERSFWS
POPERPosting period POPERNUMC3POPERPOPR
DOCCTDocument Type DOCCTCHAR1DOCCTGCT
DOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DOCLNDocument line DOCLNCHAR3DOCLN
RBUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RFISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
RFONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
PFONDSPartner Fund FM_PFUNDCHAR10Assigned to domainBP_GEBERPARTNER_FUND
RFIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
RWRTTPValue Type FM_WRTTPCHAR2FM_WRTTP
RBTARTAmount type FM_BTARTCHAR4FM_BTART
RGNJHRYear of Cash Effectivity GNJHRNUMC4GJAHRGJAHRGNJHR
RHKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
RSTATSFunds Management Statistical Indicator FM_STATSCHAR1FM_STATS
RCFLEVCarryforward level FM_CFLEVCHAR1FM_CFLEV
ROBJNRZObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
RVRGNGCO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
RUSERDIMCustomer Field for FM Actual and Commitment Data FM_USERDIMCHAR10CHAR10
RFAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
RMEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
RBUSABusiness Area GSBERCHAR4TGSBGSBERGSB
TSLValue in Transaction Currency VTCUR9CURR17(2) WERTV9
HSLValue in local currency VLCUR9CURR17(2) WERTV9
SGTXTItem Text SGTXTCHAR50TEXT50
AUTOMIndicator: Automatic posting lines AUTOMCHAR1TEXT1
DOCTYFI-SL Document Type DOCTYCHAR2T889DOCTYBAR
ACTIVBusiness Transaction GLVORCHAR4CHAR4
BUDATPosting Date in the Document BUDATDATS8DATUM
WSDATValue Date for Currency Translation WSDATDATS8DATUMWSD
REFDOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
REFRYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REFDOCLNNumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
REFDOCCTDocument Type DOCCTCHAR1DOCCTGCT
REFACTIVBusiness Transaction GLVORCHAR4CHAR4
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
AWTYPReference Transaction AWTYPCHAR5TTYPAWTYP
AWORGReference Organizational Units AWORGCHAR10AWORG
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
DISTKEYDistribution keys FM_DISTKEYCHAR4FM_DISTKEY
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
.INCLU--AP 0
RVBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMIA
INTO CORRESPONDING FIELDS OF WA_FMIA
WHERE...

How to access SAP table FMIA

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