LEINT_TVTY SAP (Packaging material type) Structure details

Dictionary Type: Structure
Description: Packaging material type




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




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

LEINT_TVTY 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 "Packaging material type" 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_LEINT_TVTY TYPE LEINT_TVTY.

The LEINT_TVTY table consists of various fields, each holding specific information or linking keys about Packaging material type data available in SAP. These include MANDT (Client), TRATY (Packaging Material Type), KAPPL (Application for output conditions), KALSM (Output determination procedure).. 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: Can be enhanced (character-type)


SAP LEINT_TVTY 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
TRATYPackaging Material Type VHIARTCHAR4Assigned to domainTRATY
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 structure LEINT_TVTY using ABAP code?

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

How to access SAP table LEINT_TVTY

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