TXI_TVMS SAP (Materials: Status in Sales and Distribution) Structure details

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




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




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

TXI_TVMS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Materials: Status in Sales and Distribution" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TXI_TVMS TYPE TXI_TVMS.

The TXI_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 MANDT (Client), VMSTA (Distribution-chain-specific material status), SPVBA (Blocked for inquiry), SPVBB (Blocked for quotation).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TXI_TVMS structure 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 VMSTACHAR2Assigned to domainVMSTA
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 structure TXI_TVMS using ABAP code?

As TXI_TVMS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TXI_TVMS as there is no data to select.

How to access SAP table TXI_TVMS

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