FMFEE_HISTORY SAP (Fee run history for interest calculation) Table details

Dictionary Type: Table
Description: Fee run history for interest calculation




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




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

FMFEE_HISTORY is a standard SAP Table which is used to store Fee run history for interest calculation data and is available within R/3 SAP systems depending on the version and release level.

The FMFEE_HISTORY table consists of various fields, each holding specific information or linking keys about Fee run history for interest calculation data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), ACTUAL_RUN_DATE (Date).. 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 FMFEE_HISTORY 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
ACTUAL_RUN_DATEDate DATUMDATS8DATUM
BASE_DATEDate DATUMDATS8DATUM
BASE_AMOUNTAmount or tax amount in the currency of the currency types ACBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
FEE_TYPEFee type FM_FEE_TYPECHAR6FM_FEE_TYPE
FEE_CATFee category FM_FEE_CATCHAR1FM_FEE_CAT
NO_DAYSNumber of days for interest calculation FM_NO_INT_DAYSNUMC5FM_NO_DAYS
INT_RATEInterest Rate INTRATEDEC10(7) INTRATE
INVOICEAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
INV_FISC_YEARFiscal Year of the Relevant Invoice (for Credit Memo) REBZJNUMC4GJAHRGJAHR
NO_LINE_ITEMSNumber of records NUMBER_FINUMC6NUM6
RUN_DATEDate DATUMDATS8DATUM
RUN_TIMESystem Time SYUZEITTIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMFEE_HISTORY
INTO CORRESPONDING FIELDS OF WA_FMFEE_HISTORY
WHERE...

How to access SAP table FMFEE_HISTORY

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