LHUQUA SAP (Quants for HUs at Goods Movements) Structure details

Dictionary Type: Structure
Description: Quants for HUs at Goods Movements




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




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

LHUQUA 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 "Quants for HUs at Goods Movements" 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_LHUQUA TYPE LHUQUA.

The LHUQUA table consists of various fields, each holding specific information or linking keys about Quants for HUs at Goods Movements data available in SAP. These include LENUM (Storage Unit Number), LETYP (Storage Unit Type), MATNR (Material Number), WERKS (Plant).. 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: Not classified


SAP LHUQUA 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
ZEILERow Index of Internal Tables SYTABIXINT410SYST_LONG
LENUMStorage Unit Number LENUMCHAR20Assigned to domainLENUMLENUMLEN
LETYPStorage Unit Type LVS_LETYPCHAR3Assigned to domainLVS_LETYP
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
LGTYPStorage Type LGTYPCHAR3Assigned to domainLGTYPLGTH_T301
LGPLAStorage Bin LGPLACHAR10Assigned to domainLGPLALGPLAG1
UMMATReceiving/Issuing Material UMMATCHAR18Assigned to domainMATN1MATNR
UMWRKReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
UMLGOReceiving/Issuing Storage Location UMLGOCHAR4Assigned to domainLGORT
UMCHAReceiving/Issuing Batch UMCHACHAR10Assigned to domainCHARG
UMBSQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
UMSOKSpecial Stock Indicator for Physical Stock Transfer UMSOKCHAR1Assigned to domainSOBKZ
USONUSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
MENGETotal Quantity LQUA_GESMEQUAN13(3) MENSH
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VHARTPackaging Material Type VHIARTCHAR4Assigned to domainTRATY
LDUMMIndicator GR bin for SU posted LDUMMCHAR1XFELD
VSCHNInd: interim storage posting for source stor.type and bin T333_VSCHNCHAR1XFELD
NSCHNInd: interim storage posting for source stor.type and bin T333_VSCHNCHAR1XFELD
QKAPVCapacity usage of transferred material LTAP_VKAPVDEC11(3) DEC8_3
UQKPVCapacity usage of transferred material LTAP_VKAPVDEC11(3) DEC8_3
LKAPACapacity check for source storage type LTAP_VKAPACHAR1T331_KAPAP
KKAPVCapacity usage of storage unit type LVS_KKAPVDEC11(3) DEC8_3
MAXLEMaximum number of storage units in storage bin LAGP_MAXLEDEC5LAGP_MAXLE
PLPOSPosition in storage bin LVS_PLPOSCHAR2LVS_PLPOS
STEINPutaway strategy T331_STEINCHAR1T331_STEIN
HU_LGORTContent is Located at an HU-managed Storage Location HU_LGORTCHAR1HU_LGORT
HUSTAHandling unit status HU_STATUSCHAR4HU_STATUS
SUMMELevel of totals information T331BSUMMECHAR1T331BSUMME
BRGEWGross Weight BRGEWQUAN13(3) MENG13
UBRGWGross Weight BRGEWQUAN13(3) MENG13
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
UGWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
WDATU_BSUEBDate of Goods Receipt LVS_WDATUDATS8DATUM
VFDAT_BSUEBShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
ZEUGN_BSUEBCertificate Number LVS_ZEUGNCHAR10LVS_ZEUGN
QPLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
PLAUFSection of a storage bin LVS_PLAUFCHAR1Assigned to domainLVS_PLAUF

Key field Non-key field



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

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

How to access SAP table LHUQUA

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