FMFYCVA SAP (Value Adjustments Before Fiscal Year Change) Table details

Dictionary Type: Table
Description: Value Adjustments Before Fiscal Year Change




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




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

FMFYCVA is a standard SAP Table which is used to store Value Adjustments Before Fiscal Year Change data and is available within R/3 SAP systems depending on the version and release level.

The FMFYCVA table consists of various fields, each holding specific information or linking keys about Value Adjustments Before Fiscal Year Change data available in SAP. These include FIKRS (Financial Management Area), GJAHR (Fiscal Year), REFBN (Reference Document Number), REFBT (Reference document category).. 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 FMFYCVA 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
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REFBNReference Document Number CO_REFBNCHAR10ALPHABELNR
REFBTReference document category FM_REFBTYPNUMC3FM_REFBTYP
RFORGReference Organizational Units AWORGCHAR10AWORG
RFPOSItem number of reference document CC_RFPOSNUMC5NUMC05
RFKNTAccount assignment number of reference document CC_RFKNTNUMC5NUMC05
RFETEReference document classification number CC_RFETENUMC4Assigned to domainETENR
RCONDCounter Conditions and Level Number RCONDNUMC5RCOND
RFTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
RFSYSLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
UNAMEUser Name UNAMECHAR12UNAME
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
TRBTR_NEWTransaction Currency Amount after Change FM_TRBTR_NEWCURR15(2) WERTV8
FKBTR_NEWLocal Currency Amount after Change FM_FKBTR_NEWCURR15(2) WERTV8
TRBTR_OLDTransaction Currency Amount before Change FM_TRBTR_OLDCURR15(2) WERTV8
FKBTR_OLDLocal Currency Amount Before Change FM_FKBTR_OLDCURR15(2) WERTV8
WAERSTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
HWAERLocal currency key HSWAECUKY5Assigned to domainWAERS
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMFYCVA
INTO CORRESPONDING FIELDS OF WA_FMFYCVA
WHERE...

How to access SAP table FMFYCVA

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