AQHDSG SAP (SAP Query (S): HEADSG Headers for Functional Areas) Structure details

Dictionary Type: Structure
Description: SAP Query (S): HEADSG Headers for Functional Areas




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




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

AQHDSG 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): HEADSG Headers for Functional Areas" 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_AQHDSG TYPE AQHDSG.

The AQHDSG table consists of various fields, each holding specific information or linking keys about SAP Query (S): HEADSG Headers for Functional Areas data available in SAP. These include ART (SAP Query (S): Flag), LOGDB (SAP Query (S): Name of a logical database), TSTRUC (SAP Query (S): Table name), RP (SAP Query (S): Flag).. 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 AQHDSG 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
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
RPSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
TINDXSAP Query (S): Text Index AQS_TINDXNUMC5AQT_TINDX
SECUSAP Query (S): Authorization group AQS_SECUCHAR8AQS_C8SH_SECU
FIXPOINTSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
SELSCREENSAP Query (S): Selection screen version AQS_SELVERCHAR3AQS_C3
SSETSGSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
DSNNAMESAP Query (S): Text of length 60 AQS_TXT60CHAR60AQS_C60K
DSNMODESAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
PROGRAMSAP Query (S): Program name (long) AQS_PGNAMECHAR40AQT_PGNAME
STATESAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
GENERATEDSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
OPTGENSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
SGCNAMSAP Query (S): Name of user AQS_NAMECHAR12AQS_C12
SGCDATSAP Query (S): Date AQS_DATUMDATS8AQS_D
SGUNAMSAP Query (S): Name of user AQS_NAMECHAR12AQS_C12
SGUDATSAP Query (S): Date AQS_DATUMDATS8AQS_D
SGUTIMSAP Query (S): Time AQS_TIMETIMS6AQS_T
MAXTIMESAP Query (S): Access restriction AQS_MAXACCCHAR6AQS_C6
MAXDBACCSAP Query (S): Access restriction AQS_MAXACCCHAR6AQS_C6
QRELSAP Query (S): Query release AQS_QRELCHAR6AQS_C6
DEVCSAP Query (S): Packet AQS_DEVCCHAR30AQT_DEVC
OBJSELSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
OBJSTRUCSAP Query (S): Table name AQS_TNAMECHAR30AQT_TNAME
WITH_TEXTSSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
DATA_PROGSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
APISAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
CONTROLSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG

Key field Non-key field



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

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

How to access SAP table AQHDSG

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