FMEUFEXP SAP (Certified Expenditure Documents) Table details

Dictionary Type: Table
Description: Certified Expenditure Documents




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




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

FMEUFEXP is a standard SAP Table which is used to store Certified Expenditure Documents data and is available within R/3 SAP systems depending on the version and release level.

The FMEUFEXP table consists of various fields, each holding specific information or linking keys about Certified Expenditure Documents data available in SAP. These include CERDT (Certification Date), CERNO (Certification Number), AWTYP (Reference Transaction), AWSYS (Logical System).. 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)


SAP FMEUFEXP 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
CERDTCertification Date FMEUF_CDTDATS8DATS
CERNOCertification Number FMEUF_CNOCHAR6CHAR6
AWTYPReference Transaction AWTYPCHAR5TTYPAWTYP
AWSYSLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
AWKEYReference Key AWKEYCHAR20AWKEY
AWPOSReference line item AWPOSCHAR10AWPOS
FINSRCFinancing Source FMEUF_FNSCHAR31Assigned to domainFMEUF_FNS
OPERAOperation Identification FMEUF_OPERACHAR24Assigned to domainFMEUF_OPERA
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
PREV_SRelevant Previously Certified Amount (Previous Runs) FMEUF_PREV_SCURR15(2) FMEUF_AMT
PREV_TTotal Previously Certified Contribution (Previous Runs) FMEUF_PREV_TCURR15(2) FMEUF_AMT
APP_AMTApportionment amount FMEUF_APP_AMTCURR15(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
PART_PAYPartial payment FMEUF_PART_PAYCHAR1XFELD
CURRCurrency of the Financing Source FMEUF_CURRCUKY5Assigned to domainWAERS
CCDATCurrency Conversion Date FMEUF_CCDATDATS8DATS
PAYDTPayment Date FMEUF_PAYDTDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
DOCGRPDocument Group FMEUF_DOCGRPCHAR2CHAR2
COMPLDocument Line Item Completely Certified FMEUF_COMPLCHAR1BOOLE
FINALZCertification Finalized for Expenditure Documents FMEUF_LOCKCHAR1XFELD
SIMULATIONFlag for Simulation Run FMEUF_SIMUCHAR1XFELD
IGNORE_LINEIgnore Line FMEUF_IGNORECHAR1XFELD
CHECKED_LINELine checked FMEUF_CHECKEDCHAR1XFELD
CORRECTIONFlag for Correction Run FMEUF_CORR_RUNCHAR1XFELD
CORR_CERDTCorrection/corrected certification date FMEUF_CORR_CDTDATS8DATS
CORR_CERNOCorrection/corrected certification number FMEUF_CORR_CNOCHAR6CHAR6

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMEUFEXP
INTO CORRESPONDING FIELDS OF WA_FMEUFEXP
WHERE...

How to access SAP table FMEUFEXP

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