LATQ_ENQ SAP (Persistent Lock Records for Product Allocation) Table details

Dictionary Type: Table
Description: Persistent Lock Records for Product Allocation




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




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

LATQ_ENQ is a standard SAP Table which is used to store Persistent Lock Records for Product Allocation data and is available within R/3 SAP systems depending on the version and release level.

The LATQ_ENQ table consists of various fields, each holding specific information or linking keys about Persistent Lock Records for Product Allocation data available in SAP. These include POSGUID (ATP: Encryption of DELNR and DELPS), GSTRU (Generated DDIC table for LIS, conditions, messages), ENQ_KEY (Comment), DATUM (Period to analyze - posting period).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP LATQ_ENQ table 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
POSGUIDATP: Encryption of DELNR and DELPS POSGUIDCHAR22SYSUUID_22
GSTRUGenerated DDIC table for LIS, conditions, messages GSTRUCHAR30Assigned to domainAS4TAB
ENQ_KEYComment CHAR50CHAR50TEXT50
DATUMPeriod to analyze - posting period SPBUPNUMC6PERIMCPERIOD
VODATDate DATUMDATS8DATUM
MENGE17-Char. Field CHAR17CHAR17CHAR17
DELNRMRP element number DELNRCHAR10DELNR
DELPSMRP element item DELPSNUMC6DELPS
ENQTMSR/3 ATP from External: Lock Time (Timestamp) ENQTMSDEC15APOTSTAMP

Key field Non-key field



How do I retrieve data from SAP table LATQ_ENQ using ABAP code

The following ABAP code Example will allow you to do a basic selection on LATQ_ENQ to SELECT all data from the table
DATA: WA_LATQ_ENQ TYPE LATQ_ENQ.

SELECT SINGLE *
FROM LATQ_ENQ
INTO CORRESPONDING FIELDS OF WA_LATQ_ENQ
WHERE...

How to access SAP table LATQ_ENQ

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