LQALS SAP (Insp.lots to be updated during creation of TO) Structure details

Dictionary Type: Structure
Description: Insp.lots to be updated during creation of TO




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




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

LQALS 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 "Insp.lots to be updated during creation of TO" 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_LQALS TYPE LQALS.

The LQALS table consists of various fields, each holding specific information or linking keys about Insp.lots to be updated during creation of TO data available in SAP. These include MENGE (Destination target quantity in stockkeeping unit), LGTYP (Destination Storage Type), LGPLA (Destination Storage Bin), STAWE (Insp.sample qty remains in GR area).. 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 LQALS 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
QPLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
MENGEDestination target quantity in stockkeeping unit LTAP_NSOLMQUAN13(3) MENG13
LGTYPDestination Storage Type LTAP_NLTYPCHAR3Assigned to domainLGTYP
LGPLADestination Storage Bin LTAP_NLPLACHAR10Assigned to domainLGPLA
STAWEInsp.sample qty remains in GR area RL03QSTAWECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table LQALS

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