FMEUF_PREL_FS_CO SAP (Obsolete!! To be removed!!) Table details

Dictionary Type: Table
Description: Obsolete!! To be removed!!




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




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

FMEUF_PREL_FS_CO is a standard SAP Table which is used to store Obsolete!! To be removed!! data and is available within R/3 SAP systems depending on the version and release level.

The FMEUF_PREL_FS_CO table consists of various fields, each holding specific information or linking keys about Obsolete!! To be removed!! 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 FMEUF_PREL_FS_CO 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
CEXAMTCertified Expenditure FMEUF_CEXAMTCURR15(2) FMEUF_AMT
CCOAMTCertified Contribution FMEUF_CCOAMTCURR15(2) FMEUF_AMT
CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMEUF_PREL_FS_CO
INTO CORRESPONDING FIELDS OF WA_FMEUF_PREL_FS_CO
WHERE...

How to access SAP table FMEUF_PREL_FS_CO

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