RSFMEUF_AMOUNTS SAP (Werte) Structure details

Dictionary Type: Structure
Description: Werte




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




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

RSFMEUF_AMOUNTS 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 "Werte" 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_AMOUNTS TYPE RSFMEUF_AMOUNTS.

The RSFMEUF_AMOUNTS table consists of various fields, each holding specific information or linking keys about Werte data available in SAP. These include CERNO (Certification Number), AWTYP (Reference Transaction), AWSYS (Logical system of source document), AWKEY (Reference Key).. 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 RSFMEUF_AMOUNTS 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
CERDTCertification Date FMEUF_CDTDATS8DATS
CERNOCertification Number FMEUF_CNOCHAR6CHAR6
AWTYPReference Transaction AWTYPCHAR5TTYPAWTYP
AWSYSLogical system of source document AWSYSCHAR10TBDLSALPHALOGSYS
AWKEYReference Key AWKEYCHAR20AWKEY
AWPOSReference line item AWPOSCHAR10AWPOS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
FINSRCFinancing Source FMEUF_FNSCHAR31FMEUFFNSFMEUF_FNS
OPERAOperation Identification FMEUF_OPERACHAR24FMEUFOPHFMEUF_OPERA
COMPLDocument Line Item Completely Certified FMEUF_COMPLCHAR1BOOLE
GROSSGross Amount of Document Line FMEUF_AMT_GROSSCURR15(2) FMEUF_AMT
NETNet amount of document line FMEUF_AMT_NETCURR15(2) FMEUF_AMT
DOCAMTEligible Amount of Document Line FMEUF_DOCAMTCURR15(2) FMEUF_AMT
CERTIF_SYSSystem Proposal of Certified Amount FMEUF_CERTIF_SYSCURR15(2) FMEUF_AMT
CERTIFCertified Amount (User Input Field) FMEUF_CERTIFCURR15(2) FMEUF_AMT
RUNAMTCertified Contribution FMEUF_RUNAMTCURR15(2) FMEUF_AMT
CURRCurrency of the Financing Source FMEUF_CURRCUKY5Assigned to domainWAERS
CCDATCurrency Conversion Date FMEUF_CCDATDATS8DATS
PROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
FIPOSCommitment Item FIPOSCHAR14FMFXPOFIPOSFIP
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table RSFMEUF_AMOUNTS

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