TVTY SAP (Packaging Material Types) Table details

Dictionary Type: Table
Description: Packaging Material Types




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




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

TVTY is a standard SAP Table which is used to store Packaging Material Types data and is available within R/3 SAP systems depending on the version and release level.

The TVTY table consists of various fields, each holding specific information or linking keys about Packaging Material Types data available in SAP. These include TRATY (Packaging Material Type), KAPPL (Application for output conditions), KALSM (Output determination procedure), KSCHL (Output Type).. 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 = TVTYT


SAP TVTY 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
TRATYPackaging Material Type VHIARTCHAR4TRATY
KAPPLApplication for output conditions NA_KAPPLCHAR2Assigned to domainKAPPLNA_KAPPL
KALSMOutput determination procedure KALSMBCHAR6T683KALSM
KSCHLOutput Type NA_KSCHLCHAR4T685KSCHLNACCSH_NA_KSCHL
SORTFSort Sequence for Displaying Handling Unit SORT_VHARTNUMC4NUMC4
WERFDPlant Determination for Handling Units WERFDCHAR1WERFD
VELTPPackaging Material Category VELTPCHAR1VELTP
GRUVSData transfer routine when dividing by quantity/weight GRUVS_TVTYNUMC3Assigned to domainGRPNO
NRVERGType of external handling unit number assignment VV_NRVRGCHAR1VV_NRVGR
SSCC18HU Type for EAN128 (AI 01) EAN128_HU_ARTCHAR1EAN128_HU_ART
INT_NKRNumber range interval for internal number assignment VV_INT_NKRCHAR2CHAR2
EXT_NKRExternal number range interval for HU number assignment VV_EXT_NKRCHAR2CHAR2
TARAVARIndicator: Tare Weight of Packaging Material is Variable HUM_TARAVARCHAR1XFELD
STSMAStatus Profile for Handling-Unit User Status HUM_STSMACHAR8Assigned to domainJ_STSMA
KZPGNIndicator: Generate Delivery Items HUM_KZPGNCHAR1HUM_KZPGN_DOM

Key field Non-key field



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

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

SELECT SINGLE *
FROM TVTY
INTO CORRESPONDING FIELDS OF WA_TVTY
WHERE...

How to access SAP table TVTY

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