LDQ_UNIT_DETAILS SAP (LDQ: Unit Details) Structure details

Dictionary Type: Structure
Description: LDQ: Unit Details




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




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

LDQ_UNIT_DETAILS 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 "LDQ: Unit Details" 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_LDQ_UNIT_DETAILS TYPE LDQ_UNIT_DETAILS.

The LDQ_UNIT_DETAILS table consists of various fields, each holding specific information or linking keys about LDQ: Unit Details data available in SAP. These include APPLICATION_NAME (Application Name for Local Data Queue), CLIENT (Client), QUEUE_NAME (Queue Name for Local Data Queue), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP LDQ_UNIT_DETAILS 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
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
QUEUE_COUNTERQueue Count of Local Data Queue LDQ_UNIT_COUNTERDEC16LDQ_UNIT_COUNTER
UNIT_IDID of Unit in Local Data Queue LDQ_UNIT_IDCHAR32SYSUUID_C
UNIT_ID_COUNTERUnit ID Extension for Identification of Single Queues LDQ_UNIT_ID_COUNTERINT410
UNIT_SIZESize of Application Data LDQ_DATA_SIZEINT410
UNIT_DATA_FORMATFormat of Application Data LDQ_DATA_FORMATCHAR1CHAR1
CPROGABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
TCODETransaction Code SYTCODECHAR20Assigned to domainTCODE
HOST_NAMEApplication Server Name MSNAME2CHAR40MSNAME2
USER_NAMEUser Name SYUNAMECHAR12SYCHAR12
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
INSERT_TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
UNIT_DESCRIPTIONDescription Field of LDQ Unit LDQ_UNIT_DESCRIPTIONSSTR255
UNIT_STATELDQ: Unit State LDQ_UNIT_STATECHAR1LDQ_UNIT_STATE

Key field Non-key field



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

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

How to access SAP table LDQ_UNIT_DETAILS

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