TXW_TVST SAP (Organizational Unit: Shipping Points) Structure details

Dictionary Type: Structure
Description: Organizational Unit: Shipping Points




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




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

TXW_TVST 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 "Organizational Unit: Shipping Points" 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_TXW_TVST TYPE TXW_TVST.

The TXW_TVST table consists of various fields, each holding specific information or linking keys about Organizational Unit: Shipping Points data available in SAP. These include VSTEL (Shipping Point/Receiving Point), FABKL (Factory calendar key), VTRZT (Rounding-up period for delivery scheduling (in days)), ADRNR (Address).. 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 TXW_TVST 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 MANDTCLNT3Assigned to domainMANDT
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
FABKLFactory calendar key FABKLCHAR2Assigned to domainWFCID
VTRZTRounding-up period for delivery scheduling (in days) TXW_VTRZTCHAR6CHAR6
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
ALANDDeparture country (country from which the goods are sent) ALANDCHAR3Assigned to domainLAND1VAL
AZONEDeparture zone AZONECHAR10Assigned to domainZONE
TXNAM_ADRText name for form text module short address TXNAM_ADRCHAR16TXNAM16
TXNAM_KOPText name for form text module letter header TXNAM_KOPCHAR16TXNAM16
TXNAM_FUSText name for formula text module footer lines TXNAM_FUSCHAR16TXNAM16
TXNAM_GRUText name for form text module: Greeting TXNAM_GRUCHAR16TXNAM16
KSCHLOutput Type NA_KSCHLCHAR4Assigned to domainKSCHLNACCSH_NA_KSCHL
SPRASMessage language NA_SPRASLANG1Assigned to domainISOLASPRAS
ANZALNumber of messages (original + copies) TXW_NA_ANZALCHAR2CHAR2
VSZTPDispatch time NA_VSZTPCHAR1NA_VSZTP
NACHAMessage transmission medium NA_NACHACHAR1NA_NACHA
LAZBSDetermine loading time LAZBSCHAR1LAZBS
RIZBSDetermine pick/pack time RIZBSCHAR1RIZBS
LAZZTDefault loading time TXW_LAZZTCHAR6CHAR6
RIZZTDefault pick/pack time TXW_RIZZTCHAR6CHAR6
KOQUISubject to pick confirmation KOQUI_TVSTCHAR1KOQUI_TVST
KOMSUPicking subsystem KOMSUCHAR10CHAR10
IMESSDisplay information messages in collective processing log IMESSCHAR1XFELD
TXNAM_SDBText names for layout-set module SDS sender TXNAM_SDBCHAR16TXNAM16
ALW_SWSwitch: use route schedules ALW_SWCHAR1XFELD
LOADTGGross loading time (ignoring work times) TXW_LOADTGCHAR10CHAR10
LOADTNLoading time in working hours TXW_LOADTNCHAR10CHAR10
PIPATGPick/pack time in workdays TXW_PIPATGCHAR10CHAR10
PIPATNPick/pack time in work hours TXW_PIPATNCHAR10CHAR10
TSTRIDWorking time from sales view TSTRIDSDCHAR10Assigned to domainTSTRID
ROUNDGRounding period for shipping scheduling TXW_ROUNDGCHAR10CHAR10
ROUNDNRounding period in work hours TXW_ROUNDNCHAR10CHAR10
VTEXTDescription BEZEI30CHAR30TEXT30

Key field Non-key field



How do I retrieve data from SAP structure TXW_TVST using ABAP code?

As TXW_TVST 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 TXW_TVST as there is no data to select.

How to access SAP table TXW_TVST

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