IFMEUF_CERT_AMTS_TEST SAP (Structure for reading ECATT data container) Structure details

Dictionary Type: Structure
Description: Structure for reading ECATT data container




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




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

IFMEUF_CERT_AMTS_TEST 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 "Structure for reading ECATT data container" 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_CERT_AMTS_TEST TYPE IFMEUF_CERT_AMTS_TEST.

The IFMEUF_CERT_AMTS_TEST table consists of various fields, each holding specific information or linking keys about Structure for reading ECATT data container data available in SAP. These include AWTYP (Reference Transaction), AWSYS (Logical System), AWKEY (Reference Key), AWPOS (Reference line item).. 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_CERT_AMTS_TEST 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
CERT_ITEM 0
AWTYPReference Transaction AWTYPCHAR5AWTYP
AWSYSLogical System LOGSYSTEMCHAR10ALPHALOGSYS
AWKEYReference Key AWKEYCHAR20AWKEY
AWPOSReference line item AWPOSCHAR10AWPOS
FINEXCDocument Category for Expenditure Certification FMEUF_CATCHAR2FMEUF_CAT
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
BELNRExpenditure Document Number FMEUF_EXNCHAR10ALPHABELNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
FINEXLExpenditure Document Line FMEUF_EXLNUMC3NUM3
DOC_CURRCurrency Key WAERSCUKY5WAERSFWS
CURR_CONV_DATCurrency Conversion Date FMEUF_CONV_DATDATS8DATUM
PAY_DATPayment Date FMEUF_PAY_DATDATS8DATUM
OPERAOperation Identification FMEUF_OPERACHAR24FMEUF_OPERA
DOCGRPDocument Group FMEUF_DOCGRPCHAR2CHAR2
GROSSGross Amount of Document Line FMEUF_AMT_GROSSCURR15(2) FMEUF_AMT
NETNet amount of document line FMEUF_AMT_NETCURR15(2) FMEUF_AMT
ELIGEligible Amount of Document Line FMEUF_DOCAMTCURR15(2) FMEUF_AMT
PART_PAYPartial payment FMEUF_PART_PAYCHAR1XFELD
APP_AMTApportionment amount FMEUF_APP_AMTCURR15(2) FMEUF_AMT
CURRCurrency Key WAERSCUKY5WAERSFWS
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
CUST_CORRECTData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
FINSRCFinancing Source FMEUF_FNSCHAR31FMEUF_FNS
RUNAMTCertified Contribution FMEUF_RUNAMTCURR15(2) FMEUF_AMT
COMPLDocument Line Item Completely Certified FMEUF_COMPLCHAR1BOOLE
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
FINALZCertification Finalized for Expenditure Documents FMEUF_LOCKCHAR1XFELD
TIMESLTime Slice FMEUF_TIMESLCHAR4CHAR4
CERTIFCertified Amount (User Input Field) FMEUF_CERTIFCURR15(2) FMEUF_AMT
CERTIF_SYSSystem Proposal of Certified Amount FMEUF_CERTIF_SYSCURR15(2) FMEUF_AMT
IGNORE_LINEIgnore Line FMEUF_IGNORECHAR1XFELD
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 IFMEUF_CERT_AMTS_TEST using ABAP code?

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

How to access SAP table IFMEUF_CERT_AMTS_TEST

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