FMIFIHD SAP (FI Header Table in Funds Management) Table details

Dictionary Type: Table
Description: FI Header Table in Funds Management




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




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

FMIFIHD is a standard SAP Table which is used to store FI Header Table in Funds Management data and is available within R/3 SAP systems depending on the version and release level.

The FMIFIHD table consists of various fields, each holding specific information or linking keys about FI Header Table in Funds Management data available in SAP. These include FMBELNR (Document Number of FM Line Item), FIKRS (Financial Management Area), BUDAT (Posting Date in the Document), BLDAT (Document Date in 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: Can be enhanced (character-type)


SAP FMIFIHD 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 MANDTCLNT3T000MANDT
FMBELNRDocument Number of FM Line Item FM_BELNRCHAR10ALPHABELNR
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
VORGNCO Business Transaction CO_VORGANGCHAR4TJ01J_VORGANG
BKTXTDocument Header Text BKTXTCHAR25TEXT25
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
AWTYPReference Transaction AWTYPCHAR5TTYPAWTYP
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWORGReference Organizational Units AWORGCHAR10AWORG
AWSYSLogical System LOGSYSTEMCHAR10TBDLSALPHALOGSYS
XREVSCancelation flag STNKZCHAR1CHAR1
REFBNReference Document Number CO_REFBNCHAR10ALPHABELNR
REFBKCompany code of FI document CO_REFBKCHAR4Assigned to domainBUKRS
REFGJFiscal year of reference document CO_REFGJNUMC4GJAHRGJAHR
LOEKZDeletion Indicator KBLLOEKZCHAR1CHAR1_X

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMIFIHD
INTO CORRESPONDING FIELDS OF WA_FMIFIHD
WHERE...

How to access SAP table FMIFIHD

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