RSFMEUF_FNS SAP (Extract structure for Financing Source) Structure details

Dictionary Type: Structure
Description: Extract structure for Financing Source




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




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

RSFMEUF_FNS 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 "Extract structure for Financing Source" 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_RSFMEUF_FNS TYPE RSFMEUF_FNS.

The RSFMEUF_FNS table consists of various fields, each holding specific information or linking keys about Extract structure for Financing Source 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 (Deep)


SAP RSFMEUF_FNS 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_FNSCHAR31FMEUFFNSFMEUF_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
CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PSTRDTValidity Start Date (Posting Date) FMEUF_PSTRDTDATS8DATS
PENDDTValidity End Date (Posting Date) FMEUF_PENDDTDATS8DATS
DSTRDTValidity Start Date (Document Date) FMEUF_DSTRDTDATS8DATSDAY
DENDDTValidity End Date (Document Date) FMEUF_DENDDTDATS8DATS
PAYSTRDTValidity Start Date (Payment Date ) FMEUF_PAYSTRDTDATS8DATS
PAYENDDTValidity End Date (Payment Date) FMEUF_PAYENDDTDATS8DATS
COMPLIndicator Range Is Complete (Used Internally) COMPLCHAR1YNFLG

Key field Non-key field



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

As RSFMEUF_FNS 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 RSFMEUF_FNS as there is no data to select.

How to access SAP table RSFMEUF_FNS

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