FMEUFCERTINFO SAP (Certification Run Info) Table details

Dictionary Type: Table
Description: Certification Run Info




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




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

FMEUFCERTINFO is a standard SAP Table which is used to store Certification Run Info data and is available within R/3 SAP systems depending on the version and release level.

The FMEUFCERTINFO table consists of various fields, each holding specific information or linking keys about Certification Run Info data available in SAP. These include CERDT (Certification Date), CERNO (Certification Number), 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP FMEUFCERTINFO 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
AWKEYReference Key AWKEYCHAR20AWKEY
AWPOSReference line item AWPOSCHAR10AWPOS
OPERAOperation Identification FMEUF_OPERACHAR24Assigned to domainFMEUF_OPERA
FINSRCFinancing Source FMEUF_FNSCHAR31Assigned to domainFMEUF_FNS
FINPRFFinancing Source Preference FMEUF_FNPNUMC2FMEUF_FN_PR
OPEN_CERTOpen contribution budget FMEUF_OPEN_CONTRCURR15(2) FMEUF_AMT
PROP_CERT_AMTProposed certified amount in current run FMEUF_PROP_CERT_AMTCURR15(2) FMEUF_AMT
CERT_REASONString LCM_STRINGSTRG0
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMEUFCERTINFO
INTO CORRESPONDING FIELDS OF WA_FMEUFCERTINFO
WHERE...

How to access SAP table FMEUFCERTINFO

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