AQHDQU SAP (SAP Query (S): HEADQU Headers for Queries) Structure details

Dictionary Type: Structure
Description: SAP Query (S): HEADQU Headers for Queries




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




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

AQHDQU 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 "SAP Query (S): HEADQU Headers for Queries" 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_AQHDQU TYPE AQHDQU.

The AQHDQU table consists of various fields, each holding specific information or linking keys about SAP Query (S): HEADQU Headers for Queries data available in SAP. These include TINDX1 (SAP Query (S): Text Index), TINDX2 (SAP Query (S): Text Index), TINDX3 (SAP Query (S): Text Index), LINCT (SAP Query (S): Number (N)).. 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 AQHDQU 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
TINDXTSAP Query (S): Text Index AQS_TINDXNUMC5AQT_TINDX
TINDX1SAP Query (S): Text Index AQS_TINDXNUMC5AQT_TINDX
TINDX2SAP Query (S): Text Index AQS_TINDXNUMC5AQT_TINDX
TINDX3SAP Query (S): Text Index AQS_TINDXNUMC5AQT_TINDX
LINCTSAP Query (S): Number (N) AQS_ANZNUMC4AQS_N4
LINSZSAP Query (S): Number (N) AQS_ANZNUMC4AQS_N4
PAGENUMSAP Query (S): Number (N) AQS_ANZNUMC4AQS_N4
LINSZTABSAP Query (S): Number (N) AQS_ANZNUMC4AQS_N4
TITELSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
LEFTMSAP Query (S): Left edge when printing AQS_LEFTMNUMC2AQS_N2
LOCKSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
QUVARIANTSAP Query (S): Variant name AQS_VARICHAR14AQT_VARI
SSETSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
NOZOPTSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
DIACTSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
UPDFLAGSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
REPIDSAP Query (S): Program name (long) AQS_PGNAMECHAR40AQT_PGNAME
CLASSAP Query (S): InfoSet AQS_SGNAMECHAR24AQT_SGNAME
ARTSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
LOGDBSAP Query (S): Name of a logical database AQS_LOGDBCHAR20AQT_LOGDB
TSTRUCSAP Query (S): Table name AQS_TNAMECHAR30AQT_TNAME
FRAMESAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
COLSEPSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
TOTALSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
GRAFIKTYPSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
GRAFIKSIZESAP Query (S): Size of graphics window AQS_GSIZECHAR2AQS_C2
GRAFIKCOLSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
GRAFIKTEXTSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
GRAFIKDYNSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
LSORTSAP Query (S): Output sequence for sub-lists AQS_LSORTCHAR2AQS_C2
QUCNAMSAP Query (S): Name of user AQS_NAMECHAR12AQS_C12
QUCDATSAP Query (S): Date AQS_DATUMDATS8AQS_D
QUUNAMSAP Query (S): Name of user AQS_NAMECHAR12AQS_C12
QUUDATSAP Query (S): Date AQS_DATUMDATS8AQS_D
QUUTIMSAP Query (S): Time AQS_TIMETIMS6AQS_T
QRELSAP Query (S): Query release AQS_QRELCHAR6AQS_C6
QSYSTYPESAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
QSYSIDSAP Query (S): System ID AQS_SYSIDCHAR8AQS_C8
DEVCSAP Query (S): Packet AQS_DEVCCHAR30AQT_DEVC
LINSZ_BLSAP Query (S): Number (N) AQS_ANZNUMC4AQS_N4
JOINSIMSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
PAINTERSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
APISAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
NEWLOCFSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
OLDSTRUCSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
NO_MEMIDSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
ALVCOUNTSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
FLATSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG

Key field Non-key field



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

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

How to access SAP table AQHDQU

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