IFMEUF_FNS_FULL SAP (Financing Source Attributes for POWL) Structure details

Dictionary Type: Structure
Description: Financing Source Attributes for POWL




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




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

IFMEUF_FNS_FULL is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Financing Source Attributes for POWL" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_IFMEUF_FNS_FULL TYPE IFMEUF_FNS_FULL.

The IFMEUF_FNS_FULL table consists of various fields, each holding specific information or linking keys about Financing Source Attributes for POWL data available in SAP. These include FINTYP (Financing Source Type), FUND_CAT (Funding Category), INTERV (Intervention), LEVEL1 (Level 1).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP IFMEUF_FNS_FULL structure 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
FINSRCFinancing Source FMEUF_FNSCHAR31Assigned to domainFMEUF_FNS
FINTYPFinancing Source Type FMEUF_TYPCHAR4FMEUFTYPFMEUF_TYP
FUND_CATFunding Category FMEUF_FUNDCATCHAR4FMEUFFCATFMEUF_FUNDCAT
INTERVIntervention FMEUF_INTCHAR6FMEUFINTFMEUF_INT
LEVEL1Level 1 FMEUF_LEV1CHAR4CHAR4
LEVEL2Level 2 FMEUF_LEV2CHAR4CHAR4
LEVEL3Level 3 FMEUF_LEV3CHAR4CHAR4
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
DESCSShort Description FMEUF_DESCSCHAR30TEXT30

Key field Non-key field



How do I retrieve data from SAP structure IFMEUF_FNS_FULL using ABAP code?

As IFMEUF_FNS_FULL is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on IFMEUF_FNS_FULL as there is no data to select.

How to access SAP table IFMEUF_FNS_FULL

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