LEINT_QUANT SAP (Storage bin Quant structure) Structure details

Dictionary Type: Structure
Description: Storage bin Quant structure




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




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

LEINT_QUANT 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 "Storage bin Quant structure" 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_QUANT TYPE LEINT_QUANT.

The LEINT_QUANT table consists of various fields, each holding specific information or linking keys about Storage bin Quant structure data available in SAP. These include MANDT (Client), LGNUM (Warehouse Number / Warehouse Complex), LQNUM (Quant), 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 LEINT_QUANT 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
LQNUMQuant LVS_LQNUMNUMC10LVS_LQNUMLQN
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
LGTYPStorage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGPLAStorage Bin LGPLACHAR10LAGPLGPLALGPLAG1
PLPOSPosition in storage bin LVS_PLPOSCHAR2LVS_PLPOS
SKZUEBlocking indicator: for putaways (user) LQUA_SKZUECHAR1XFELD
SKZUABlocking Indicator: For Stock Removals (User) LQUA_SKZUACHAR1XFELD
SKZSEBlocking indicator: current placement into stock (system) LQUA_SKZSECHAR1XFELD
SKZSABlocking Indicator: Current Stock Removal (System) LQUA_SKZSACHAR1XFELD
SKZSIBlocking Indicator: Current Inventory (System) LQUA_SKZSICHAR1XFELD
SPGRUBlocking reason LVS_SPGRUCHAR1T330LVS_SPGRU
ZEUGNCertificate Number LVS_ZEUGNCHAR10LVS_ZEUGN
BDATUDate of last movement LQUA_BDATUDATS8DATUM
BZEITTime of last movement LQUA_BZEITTIMS6UZEIT
BTANRDocument Number of Last Stock Change in Quant LQUA_BTANRNUMC10TANUM
BTAPSItem in transfer order of last stock transfer LQUA_BTAPSNUMC4TAPOS
EDATUDate of last placement into stock LQUA_EDATUDATS8DATUM
EZEITTime of last placement into stock LQUA_EZEITTIMS6UZEIT
ADATUDate of last stock removal LQUA_ADATUDATS8DATUM
AZEITTime of last stock removal LQUA_AZEITTIMS6UZEIT
ZDATUDate of last addition to existing stock LQUA_ZDATUDATS8DATUM
WDATUDate of Goods Receipt LVS_WDATUDATS8DATUM
WENUMGoods Receipt Number LVS_WENUMCHAR10ALPHABELNR
WEPOSGoods receipt item LVS_WEPOSNUMC4MBLPO
LETYPStorage Unit Type LVS_LETYPCHAR3T307LVS_LETYP
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
GESMETotal Quantity LQUA_GESMEQUAN13(3) MENSH
VERMEAvailable stock LQUA_VERMEQUAN13(3) MENSH
EINMEStock for putaway LQUA_EINMEQUAN13(3) MENSH
AUSMEQuantity to remove LQUA_AUSMEQUAN13(3) MENSH
MGEWIWeight of material LQUA_MGEWIDEC11(3) DEC8_3
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
TBNUMTransfer Requirement Number TBNUMNUMC10Assigned to domainTBNUMTBN
IVNUMNumber of system inventory record LVS_IVNUMCHAR10ALPHABELNRIVN
IVPOSItem number in inventory document LVS_IVPOSNUMC4LVS_IVPOS
BETYPRequirement Type LVS_BETYPCHAR1Assigned to domainLVS_BETYP
BENUMRequirement Number LVS_BENUMCHAR10ALPHALVS_BENUM
LENUMStorage Unit Number LENUMCHAR20LEINLENUMLENUMLEN
QPLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
VFDATShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
QKAPVCapacity usage of quant LQUA_QKAPVDEC11(3) DEC8_3
KOBERPicking Area KOBERCHAR3Assigned to domainKOBER
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
VIRGOQuant does not contain GR data LQUA_VIRGOCHAR1XFELD
TRAMEOpen Transfer Quantity LQUA_TRAMEQUAN13(3) MENSH
KZHUQIndicator: Quant is on a handling unit LQUA_KZHUQCHAR1XFELD
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
IDATUDate of last inventory of quant LQUA_IDATUDATS8DATUM
MSR_INSP_GUIDInspection GUID MSR_INSP_GUIDRAW16

Key field Non-key field



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

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

How to access SAP table LEINT_QUANT

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