LINV_VBZ SAP (Transfer structure LINV + LINVZ for update task) Structure details

Dictionary Type: Structure
Description: Transfer structure LINV + LINVZ for update task




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




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

LINV_VBZ 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 "Transfer structure LINV + LINVZ for update task" 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_LINV_VBZ TYPE LINV_VBZ.

The LINV_VBZ table consists of various fields, each holding specific information or linking keys about Transfer structure LINV + LINVZ for update task data available in SAP. These include MANDT (Client), LGNUM (Warehouse Number / Warehouse Complex), IVNUM (Number of system inventory record), IVPOS (Item number in inventory document).. 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 LINV_VBZ 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
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
IVNUMNumber of system inventory record LVS_IVNUMCHAR10ALPHABELNRIVN
IVPOSItem number in inventory document LVS_IVPOSNUMC4LVS_IVPOS
LQNUMQuant LVS_LQNUMNUMC10LVS_LQNUMLQN
NANUMInventory recount number LINV_NANUMNUMC2LVS_NANUMNAN
ISTATItem status of inventory at quant level LINV_ISTATCHAR1LVS_ISTAT
NVERSInventory recount version LINV_NVERSNUMC2LVS_NANUM
ISEITInventory page LVS_ISEITNUMC4LVS_ISEIT
LGTYPStorage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGPLAStorage Bin LGPLACHAR10LAGPLGPLALGPLAG1
PLPOSPosition in storage bin LVS_PLPOSCHAR2LVS_PLPOS
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
LETYPStorage Unit Type LVS_LETYPCHAR3T307LVS_LETYP
ANZLENumber of storage units corresponding to counted quantity LINV_ANZLEDEC9(3) LAGP_ANZLE
MENGECounted quantity in stockkeeping unit LINV_MENGEQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
MENGACounted quantity in alternative unit of measure LINV_MENGAQUAN13(3) MENG13
ALTMEAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3T006CUNITMEINS
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
UMRENDenominator for conversion to base units of measure UMRENDEC5UMBSN
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
WDATUDate of Goods Receipt LVS_WDATUDATS8DATUM
GESMETotal Quantity LQUA_GESMEQUAN13(3) MENSH
IDATUDate of inventory LVS_IDATUDATS8DATUM
KZINVInventory method LVS_KZINVCHAR2LVS_KZINV
IRNUMInventory reference number LVS_IRNUMCHAR10LVS_IRNUM
TANUMTransfer order number of continuous inventory procedure LINV_TANUMNUMC10TANUMTAN
TAPOSTransfer order item of continuous inventory procedure LINV_TAPOSNUMC4TAPOSTAP
LENUMStorage Unit Number LENUMCHAR20LEINLENUMLENUMLEN
VFDATShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
UNAMEName of counter for system inventory record LINV_UNAMECHAR25CHAR25
QUINVIndicator for quant inventory LINK_QUINVCHAR1XFELD
IDQUAIndicator: identical quant LINV1IDQUACHAR1XFELD
DBGEZIndicator: quant in data base counted LINV1DBGEZCHAR1XFELD
KEYInternal key for scrolling LINV1_KEYDEC5LINV1_KEY

Key field Non-key field



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

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

How to access SAP table LINV_VBZ

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