FMEUFFNS SAP (Financing Source) Table details

Dictionary Type: Table
Description: Financing Source




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




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

FMEUFFNS is a standard SAP Table which is used to store Financing Source data and is available within R/3 SAP systems depending on the version and release level.

The FMEUFFNS table consists of various fields, each holding specific information or linking keys about Financing Source data available in SAP. These include FINSRC (Financing Source), FINTYP (Financing Source Type), FUND_CAT (Funding Category), INTERV (Intervention).. 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)

Text table = FMEUFFNST


SAP FMEUFFNS 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
FINSRCFinancing Source FMEUF_FNSCHAR31FMEUF_FNS
FINTYPFinancing Source Type FMEUF_TYPCHAR4FMEUFTYPFMEUF_TYP
FUND_CATFunding Category FMEUF_FUNDCATCHAR4FMEUFFCATFMEUF_FUNDCAT
INTERVIntervention FMEUF_INTCHAR6FMEUFINTFMEUF_INT
LEVEL1Level 1 FMEUF_LEV1CHAR4Assigned to domainCHAR4
LEVEL2Level 2 FMEUF_LEV2CHAR4Assigned to domainCHAR4
LEVEL3Level 3 FMEUF_LEV3CHAR4Assigned to domainCHAR4
LEVEL4Level 4 FMEUF_LEV4CHAR4CHAR4
UTILZUsage of the Financing Source in Respect of Others FMEUF_UTILZCHAR1FMEUF_UTILZ
OVCRTRATEOverexpenditure Percentage FMEUF_OVCRTRATEDEC5(2) PRZ32
CURRCurrency Key WAERSCUKY5TCURCWAERSFWS
DSTRDTValidity Start Date (Document Date) FMEUF_DSTRDTDATS8DATSDAY
DENDDTValidity End Date (Document Date) FMEUF_DENDDTDATS8DATS
PSTRDTValidity Start Date (Posting Date) FMEUF_PSTRDTDATS8DATS
PENDDTValidity End Date (Posting Date) FMEUF_PENDDTDATS8DATS
PAYSTRDTValidity Start Date (Payment Date ) FMEUF_PAYSTRDTDATS8DATS
PAYENDDTValidity End Date (Payment Date) FMEUF_PAYENDDTDATS8DATS
FIKRS_RFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
FONDS_RFund FM_FUNDCHAR10FMFINCODEBP_GEBERFIC
FICTR_RFunds Center FM_FICTRCHAR16FMFCTRFISTLFIS
MEASUR_RFunded Program FM_MEASURECHAR24FMMEASUREFM_MEASUREFM_MEASURE
FAREA_RFunctional Area FM_FAREACHAR16TFKBFKBERFBE
FIPEX_RCommitment Item FM_FIPEXCHAR24FMCIFM_FIPEXFPS
GRANT_NBRGrant GM_GRANT_NBRCHAR20GMGRALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
EXT_REFExternal Reference FMEUF_EXTREFCHAR20CHAR20
RESP_AUTHResponsible Person FMEUF_RESPCHAR12USNAM
COMPLCompletion Indicator FMEUF_FS_COMPLCHAR1BOOLE
COMPL_NO_RESETCompletion Indicator FMEUF_FS_COMPLCHAR1BOOLE
CRUSERCreated by KBLERFCHAR12USNAM
CRDATAEntry date KBLERDATDATS8DATUM
CHUSERLast changed by KBLAENCHAR12USNAM
CHDATADate of Last Change KBLAEDATDATS8DATUM
CHTIMETime UZEITTIMS6UZEIT
DELFLAGLogical Deletion Indicator FMEUF_DELCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMEUFFNS
INTO CORRESPONDING FIELDS OF WA_FMEUFFNS
WHERE...

How to access SAP table FMEUFFNS

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