LDQ_PROGRESS SAP (Pointer Table of Local Data Queue (Start, Progress, End)) Table details

Dictionary Type: Table
Description: Pointer Table of Local Data Queue (Start, Progress, End)




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




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

LDQ_PROGRESS is a standard SAP Table which is used to store Pointer Table of Local Data Queue (Start, Progress, End) data and is available within R/3 SAP systems depending on the version and release level.

The LDQ_PROGRESS table consists of various fields, each holding specific information or linking keys about Pointer Table of Local Data Queue (Start, Progress, End) data available in SAP. These include CLIENT (Client), QUEUE_NAME (Queue Name for Local Data Queue), KIND (LDQ Type of Counter (T = TOP; R = Read; L = Last)), QUEUE_COUNTER (Queue Count of Local Data Queue).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP LDQ_PROGRESS 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
APPLICATION_NAMEApplication Name for Local Data Queue LDQ_APPLICATION_NAMECHAR40LDQ_APPLICATION
CLIENTClient MANDTCLNT3Assigned to domainMANDT
QUEUE_NAMEQueue Name for Local Data Queue LDQ_QUEUE_NAMECHAR40LDQ_QUEUE_NAME
KINDLDQ Type of Counter (T = TOP; R = Read; L = Last) LDQ_COUNTER_KINDCHAR1LDQ_COUNTER_KIND
QUEUE_COUNTERQueue Count of Local Data Queue LDQ_UNIT_COUNTERDEC16LDQ_UNIT_COUNTER

Key field Non-key field



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

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

SELECT SINGLE *
FROM LDQ_PROGRESS
INTO CORRESPONDING FIELDS OF WA_LDQ_PROGRESS
WHERE...

How to access SAP table LDQ_PROGRESS

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