FMEUFEXPL SAP (OBSOLETE --- Certification Line Items) Structure details

Dictionary Type: Structure
Description: OBSOLETE --- Certification Line Items




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




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

FMEUFEXPL 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 "OBSOLETE --- Certification Line Items" 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_FMEUFEXPL TYPE FMEUFEXPL.

The FMEUFEXPL table consists of various fields, each holding specific information or linking keys about OBSOLETE --- Certification Line Items data available in SAP. These include MANDT (Client), CERDT (Certification Date), CERNO (Certification Number), AWTYP (Reference Transaction).. 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 FMEUFEXPL 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
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 structure FMEUFEXPL using ABAP code?

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

How to access SAP table FMEUFEXPL

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