LQUA1 SAP (Help fields for loop processing of LQUA segments) Structure details

Dictionary Type: Structure
Description: Help fields for loop processing of LQUA segments




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




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

LQUA1 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 "Help fields for loop processing of LQUA segments" 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_LQUA1 TYPE LQUA1.

The LQUA1 table consists of various fields, each holding specific information or linking keys about Help fields for loop processing of LQUA segments data available in SAP. These include SELKZ (Selection for list displays), SELMG (Available stock), DAUER (Length of time of material in this bin (in days)), VBLCH (Blocks with mixed batches SOURCE).. 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 LQUA1 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
KZTYPInternal marker LTAP1KZTYPCHAR1XFELD
SELKZSelection for list displays LVS_SELKZCHAR1XFELD
SELMGAvailable stock LQUA_VERMEQUAN13(3) MENSH
DAUERLength of time of material in this bin (in days) RL03TDAUERNUMC3RL03TDAUER
VBLCHBlocks with mixed batches SOURCE LTAP_VBLCHCHAR1XFELD
VSUMMLevel of totals information SOURCE LTAP_VSUMMCHAR1T331BSUMME
LGPLA2Storage Bin LGPLACHAR10Assigned to domainLGPLALGPLAG1
CHARG2Batch Number CHARG_DCHAR10Assigned to domainCHARGCHA
SELMLSelected quantity in stockkeeping unit LQUA1SELMLQUAN13(3) MENG13
VERMLAvailable stock in stockkeeping unit LQUA1VERMLQUAN13(3) MENSH
KZNEUIndicator new quant LQUA1KZNEUCHAR1XFELD
ZUSTDBatch in Restricted-Use Stock DZUSTDCHAR1XFELD
LPTYPStorage bin type LVS_LPTYPCHAR2Assigned to domainLVS_LPTYPLPT
SKZUAPBlocking Indicator: For Stock Removals (User) LAGP_SKZUACHAR1XFELD
SKZUEPBlocking indicator: for putaways (user) LAGP_SKZUECHAR1XFELD
SKZSAPBlocking Indicator: Current Stock Removal (System) LAGP_SKZSACHAR1XFELD
SKZSEPBlocking indicator: current stock placement (system) LAGP_SKZSECHAR1XFELD
SKZSIPBlocking indicator: current inventory (system) LAGP_SKZSICHAR1XFELD
SPGRUPBlocking reason LVS_SPGRUCHAR1Assigned to domainLVS_SPGRU
LGEWIPLoad Capacity of Storage Bin LAGP_LGEWIDEC11(3) DEC8_3
GEWEIPWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
MGEWIPWeight of materials in storage bin LAGP_MGEWIDEC11(3) DEC8_3
RKAPVPAvailable capacity in storage bin LAGP_RKAPVDEC11(3) LAGP_RKAPV
LKAPVPTotal capacity of storage bin LAGP_LKAPVDEC11(3) DEC8_3
SKZUALBlocking Indicator: For Stock Removals (User) LEIN_SKZUACHAR1XFELD
SKZUELBlocking indicator: for putaways (user) LEIN_SKZUECHAR1XFELD
SPGRULBlocking reason LVS_SPGRUCHAR1Assigned to domainLVS_SPGRU
STATULStatus of Storage Unit LEIN_STATUCHAR1LEIN_STATU
WESTALGoods Movement Status for Storage Bin LEIN_WESTACHAR1LEIN_WESTA

Key field Non-key field



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

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

How to access SAP table LQUA1

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