LIMTV SAP (View: Delivery Items for Material) Structure details

Dictionary Type: Structure
Description: View: Delivery Items for Material




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




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

LIMTV 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 "View: Delivery Items for Material" 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_LIMTV TYPE LIMTV.

The LIMTV table consists of various fields, each holding specific information or linking keys about View: Delivery Items for Material data available in SAP. These include POSNR (Delivery Item), SELKZ (Selection indicator for list screens), ARKTX (Short text for sales order item), MATNR (Material Number).. 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 or numeric)


SAP LIMTV 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
VBELNDelivery VBELN_VLCHAR10VBUKALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6VBUPPOSNR
SELKZSelection indicator for list screens SELKZ_LISTCHAR1SELKZ
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
LFARTDelivery Type LFARTCHAR4TVLKLFARTALT
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
LFDATDelivery date LFDATDATS8DATUM
LDDATLoading Date LDDATDATS8DATUM
WADATGoods Issue Date WADATDATS8DATUM
TDDATTransportation Planning Date TDDAT_DDATS8DATUM
KODATPicking Date KODATDATS8DATUM
ROUTERoute ROUTECHAR6TVROROUTE
LFIMGActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
NTGEWNet weight NTGEW_15QUAN15(3) MENG15
BRGEWGross weight BRGEW_15QUAN15(3) MENG15
GEWEIWeight Unit GEWEIUNIT3T006CUNITMEINS
VOLUMVolume VOLUM_15QUAN15(3) MENG15
VOLEHVolume unit VOLEHUNIT3T006CUNITMEINS
FAKSPBlock FAKSPCHAR2TVFSFAKSP
KUNNRShip-to party KUNWECHAR10KNA1ALPHAKUNNR
NAME_WEName of the ship-to party NAME1_WECHAR35NAME
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
VKGRPSales Group VKGRPCHAR3TVKGRVKGRPVKG
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
STATUSStatus of the document STATUS_VBCHAR1STATV
STATUS_BEZStatus Description STATUS_BEZCHAR20TEXT20
ADRNRAddress number of the ship-to party ADRNR_WECHAR10Assigned to domainALPHAADRNR
NAME1Name of the ship-to party NAME_WECHAR35NAME
VBTYPSD document category VBTYPCHAR1VBTYP
ACTIVList Level in which the Line Item is Active ACTIVNUMC2NUM02
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA

Key field Non-key field



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

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

How to access SAP table LIMTV

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