FVMK SAP (Marking File for Release of Std Cost Est in Company Code) Table details

Dictionary Type: Table
Description: Marking File for Release of Std Cost Est in Company Code




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




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

FVMK is a standard SAP Table which is used to store Marking File for Release of Std Cost Est in Company Code data and is available within R/3 SAP systems depending on the version and release level.

The FVMK table consists of various fields, each holding specific information or linking keys about Marking File for Release of Std Cost Est in Company Code data available in SAP. These include BUKRS (Company Code), BDATJ (Posting Date YYYY), POPER (Posting period), BWVAR (Valuation Variant in Costing).. 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: Not classified


SAP FVMK 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 MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BDATJPosting Date YYYY BDATJNUMC4GJAHRGJAHRBDTJ
POPERPosting period POPERNUMC3POPERPOPR
BWVARValuation Variant in Costing CK_BWVARCHAR3TCK05CK_BWVARBWV
TVERSCosting Version CK_TVERSNUMC2CK_VERSIONVSN
FREIGStandard Cost Estimate (Legal Valuation) Was Released CK_FREICHAR1XFELD
VORMKMarking for Standard Cost Estimate Reversed CK_VORMKCHAR1XFELD
BWVAR_PCValuation Variant for Profit Center Valuation CK_BWVAR_PCCHAR3Assigned to domainCK_BWVAR
TVERS_PCCosting Version for Profit Center Valuation CK_TVERS_PCNUMC2CK_VERSION
FREIG_PCStd Cost Estimate (Profit Center Valuation) Was Released CK_FREIG_PCCHAR1XFELD
BWVAR_KONZValuation Variant for Group Valuation CK_BWVAR_KONZCHAR3Assigned to domainCK_BWVAR
TVERS_KONZCosting Version for Group Valuation CK_TVERS_KONZNUMC2CK_VERSION
FREIG_KONZStandard Cost Estimate (Group Valuation) Was Released CK_FREIG_KONZCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FVMK
INTO CORRESPONDING FIELDS OF WA_FVMK
WHERE...

How to access SAP table FVMK

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