FMEUFPRELCONS SAP (Preliminarily Certified Amounts) Table details

Dictionary Type: Table
Description: Preliminarily Certified Amounts




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




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

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

The FMEUFPRELCONS table consists of various fields, each holding specific information or linking keys about Preliminarily Certified Amounts data available in SAP. These include FINSRC (Financing Source), TIMESL (Time Slice), CERDT (Certification Date), CERNO (Certification Number).. 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 FMEUFPRELCONS 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
FINSRCFinancing Source FMEUF_FNSCHAR31Assigned to domainFMEUF_FNS
TIMESLTime Slice FMEUF_TIMESLCHAR4CHAR4
CERDTCertification Date FMEUF_CDTDATS8DATS
CERNOCertification Number FMEUF_CNOCHAR6CHAR6
CEXAMTExpenditure Certified as Preliminary FMEUF_CEXAMT_PRELCURR15(2) FMEUF_AMT
CCOAMTContribution Certified as Preliminary FMEUF_CCOAMT_PRELCURR15(2) FMEUF_AMT
CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SIMUFlag for Simulation Run FMEUF_SIMUCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMEUFPRELCONS
INTO CORRESPONDING FIELDS OF WA_FMEUFPRELCONS
WHERE...

How to access SAP table FMEUFPRELCONS

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