TVMS SAP (Materials: Status in Sales and Distribution) Table details

Dictionary Type: Table
Description: Materials: Status in Sales and Distribution




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




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

TVMS is a standard SAP Table which is used to store Materials: Status in Sales and Distribution data and is available within R/3 SAP systems depending on the version and release level.

The TVMS table consists of various fields, each holding specific information or linking keys about Materials: Status in Sales and Distribution data available in SAP. These include VMSTA (Distribution-chain-specific material status), SPVBA (Blocked for inquiry), SPVBB (Blocked for quotation), SPVBC (Blocked for sales order).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TVMST


SAP TVMS 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
VMSTADistribution-chain-specific material status VMSTACHAR2VMSTA
SPVBABlocked for inquiry SPVBACHAR1FEDIA
SPVBBBlocked for quotation SPVBBCHAR1FEDIA
SPVBCBlocked for sales order SPVBCCHAR1FEDIA
SPVBDBlocked for product proposal SPVBDCHAR1FEDIA
SPVBEBlocked for scheduling agreement SPVBECHAR1FEDIA
SPVBFBlocked for value contract SPVBF_VMSCHAR1FEDIA
SPVBGBlocked for contract SPVBGCHAR1FEDIA
SPVBHBlocked for returns SPVBHCHAR1FEDIA
SPVBIBlocked for free of charge delivery SPVBICHAR1FEDIA
SPVBJBlocked for delivery SPVBJCHAR1FEDIA
SPVBKBlocked for credit memo request SPVBKCHAR1FEDIA
SPVBLBlocked for debit memo request SPVBLCHAR1FEDIA
LIFSPSchedule line blocked for delivery LIFSP_EPCHAR2TVLSLIFSP
WAUFTBlocked for allocation table WAUFTCHAR1FEDIA
WREPLBlocked for Replenishment WREPLCHAR1FEDIA
WSTORBlocked for store order WSTORCHAR1FEDIA
.INCLU--AP 0
JSPQPLocked for Quantity Planning JSPQPCHAR1FEDIA
JSPOGLocked for Order Generation JSPOGCHAR1FEDIA
JSPRPLocked for Returns JSPRPCHAR1FEDIA
JSPIPLocked for Insert Planning JSPIPCHAR1FEDIA

Key field Non-key field



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

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

SELECT SINGLE *
FROM TVMS
INTO CORRESPONDING FIELDS OF WA_TVMS
WHERE...

How to access SAP table TVMS

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