TMVFP SAP (Availability Check: Blocks) Pooled Table details

Dictionary Type: Pooled Table
Description: Availability Check: Blocks




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




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

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

The TMVFP table consists of various fields, each holding specific information or linking keys about Availability Check: Blocks data available in SAP. These include MTVFP (Checking Group for Availability Check), OBVFP (Initiator of the availability check), BESTP (Availability check: Purchase orders to be considered), BANFP (Availability check: Take purchase requisitions into account).. 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: Not classified


SAP TMVFP pooled 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
MTVFPChecking Group for Availability Check MTVFPCHAR2TMVFMTVFP
OBVFPInitiator of the availability check OBVFPCHAR1OBVFP
BESTPAvailability check: Purchase orders to be considered BESTPCHAR1BESTP
BANFPAvailability check: Take purchase requisitions into account BANFPCHAR1BANFP
RESBPAvailability check: Take material reservation into account RESBPCHAR1RESBP
PLAFPAvailability check: Take planned orders into account PLAFPCHAR1PLAFP
EISBPAvailability check: Include safety stock in the check EISBPCHAR1XFELD
UMLMPInclude stock in transfer between plants in receiving plant UMLMPCHAR1XFELD
VBBDPCheck sales requirements VBBDPCHAR1XFELD
SKBDPInclude dependent requirements SKBDPCHAR1XFELD
OWBZPCheck availability without replenishment lead time OWBZPCHAR1XFELD
VFPSPBlock indicator for availability and requirements VFPSPCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMVFP
INTO CORRESPONDING FIELDS OF WA_TMVFP
WHERE...

How to access SAP table TMVFP

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