FMFUSE SAP (FIFM: Application of Funds from Secondary Sources) Table details

Dictionary Type: Table
Description: FIFM: Application of Funds from Secondary Sources




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




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

FMFUSE is a standard SAP Table which is used to store FIFM: Application of Funds from Secondary Sources data and is available within R/3 SAP systems depending on the version and release level.

The FMFUSE table consists of various fields, each holding specific information or linking keys about FIFM: Application of Funds from Secondary Sources data available in SAP. These include FIKRS (Financial Management Area), FINUSE (Application of Secondary Source Funds), DATAB (FM: Valid from date), DATBIS (FM: Valid to 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: Can be enhanced (character-type)

Text table = FMFUSET


SAP FMFUSE 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
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
FINUSEApplication of Secondary Source Funds FM_FINUSECHAR16FM_FINUSEFIU
DATABFM: Valid from date FM_DATABDATS8DATUMFM_DATAB
DATBISFM: Valid to date FM_DATBISDATS8DATUMFM_DATBIS
ERFNAMEFIFM: Created by FM_ERFNAMECHAR12USNAM
ERFDATFIFM: Entry Date FM_ERFDATDATS8DATUM
AENNAMEFIFM: Name of Last Person to Make a Change FM_AENNAMECHAR12USNAM
AENDATFIFM: Changed on FM_AENDATDATS8DATUM
DEPT_REGTreasury Account Symbol - Department Regular FM_DEPT_REGCHAR2FM_DEPT_REG
DEPT_TRANTreasury Account Symbol - Department Transfer FM_DEPT_TRANCHAR2FM_DEPT_TRAN
FISCAL_YRNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
MAIN_ACCTTreasury Account Symbol - Main Account FM_MAIN_ACCTCHAR4FM_MAIN_ACCT
SUB_ACCTTreasury Account Symbol - Subaccount FM_SUB_ACCTCHAR3FM_SUB_ACCT
SPLIT_NUMTreasury Account Symbol - account split sequence number FM_SPLIT_NUMCHAR3FM_SPLIT_NUM
FACTSII_RELRelevant for FACTS II FMFG_FACTSII_RELCHAR1FMFG_FACTSII_REL
PREPARERIDPreparer ID FM_PREPARERCHAR8
CERTIFIERIDCertifier ID FMFG_CERTIFIERIDCHAR8
.INCLU--AP 0
GTAS_RELGTAS Relevant Indicator FMFG_GTAS_RELCHAR1FMFG_GTAS_REL
SUBLEVLSublevel Prefix (SP) FMFG_SUBLEVLCHAR2FMFG_SUBLEVL
AGENCIDAgency Identifier (AID) FMFG_AGENCIDCHAR3FMFG_AGENCID
ALTRAIDAllocation Transfer Agency Identifier (ATA) FMFG_ALTRAIDCHAR3FMFG_ALTRAID
BEGPERBeginning Period of Availability (BPOA) FMFG_BEGPERNUMC4GJAHRFMFG_BEGPER
ENDPEREnding Period of Availability (EPOA) FMFG_ENDPERNUMC4GJAHRFMFG_ENDPER
AVTYPEAvailability Type Code (A) FMFG_AVTYPECHAR1FMFG_AVTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMFUSE
INTO CORRESPONDING FIELDS OF WA_FMFUSE
WHERE...

How to access SAP table FMFUSE

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