TMVF SAP (Availability Check Control) Table details

Dictionary Type: Table
Description: Availability Check Control




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




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

TMVF is a standard SAP Table which is used to store Availability Check Control data and is available within R/3 SAP systems depending on the version and release level.

The TMVF table consists of various fields, each holding specific information or linking keys about Availability Check Control data available in SAP. These include MTVFP (Checking Group for Availability Check), SUMAU (Total sales order requirements), SUMLF (Total delivery requirements), SWBZT (Replenishment lead time).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = TMVFT


SAP TMVF 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
MTVFPChecking Group for Availability Check MTVFPCHAR2MTVFP
SUMAUTotal sales order requirements SUMAUCHAR1SUMBD
SUMLFTotal delivery requirements SUMLFCHAR1SUMBD
SWBZTReplenishment lead time SWBZTDEC3DEC3
ACENQMaterial block in availability check with transfer of qties ACENQCHAR1XFELD
VERPNNo availability check VERPNCHAR1XFELD
ONVBAAvailability check with cumulative, confirmed quantities ONVBANUMC1ONVBA
RELREAvailability with cum. quantities: Response to shortfall RELRENUMC1RELRE
KZRVPIndicator for relevance during check against planning KZRVPCHAR1KZRVP

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMVF
INTO CORRESPONDING FIELDS OF WA_TMVF
WHERE...

How to access SAP table TMVF

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