TVST SAP (Organizational Unit: Shipping Points) Table details

Dictionary Type: Table
Description: Organizational Unit: Shipping Points




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




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

TVST is a standard SAP Table which is used to store Organizational Unit: Shipping Points data and is available within R/3 SAP systems depending on the version and release level.

The 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: 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 or numeric)

Text table = TVSTT


SAP TVST 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
VSTELShipping Point/Receiving Point VSTELCHAR4VSTELVST
FABKLFactory calendar key FABKLCHAR2TFACDWFCID
VTRZTRounding-up period for delivery scheduling (in days) VTRZTDEC5(2) DIFZT
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
ALANDDeparture country (country from which the goods are sent) ALANDCHAR3T005LAND1VAL
AZONEDeparture zone AZONECHAR10TZONEZONE
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_KSCHLCHAR4T685KSCHLNACCSH_NA_KSCHL
SPRASMessage language NA_SPRASLANG1T002ISOLASPRAS
ANZALNumber of messages (original + copies) NA_ANZALDEC2DEC2
VSZTPDispatch time NA_VSZTPCHAR1NA_VSZTP
NACHAMessage transmission medium NA_NACHACHAR1NA_NACHA
LAZBSDetermine loading time LAZBSCHAR1LAZBS
RIZBSDetermine pick/pack time RIZBSCHAR1RIZBS
LAZZTDefault loading time LAZZTDEC5(2) DIFZT
RIZZTDefault pick/pack time RIZZTDEC5(2) DIFZT
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) LOADTGDEC11TSTRGTSTRDURAG
LOADTNLoading time in working hours LOADTNDEC11TSTRNTSTRDURAN
PIPATGPick/pack time in workdays PIPATGDEC11TSTRGTSTRDURAG
PIPATNPick/pack time in work hours PIPATNDEC11TSTRNTSTRDURAN
TSTRIDWorking time from sales view TSTRIDSDCHAR10TTSTRSDTSTRID
ROUNDGRounding period for shipping scheduling ROUNDGDEC11TSTRGTSTRDURAG
ROUNDNRounding period in work hours ROUNDNDEC11TSTRNTSTRDURAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM TVST
INTO CORRESPONDING FIELDS OF WA_TVST
WHERE...

How to access SAP table TVST

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