QUE_RSAQDEL0_ALV SAP (Structure for RSAQDEL0) Structure details

Dictionary Type: Structure
Description: Structure for RSAQDEL0




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




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

QUE_RSAQDEL0_ALV 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 "Structure for RSAQDEL0" 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_QUE_RSAQDEL0_ALV TYPE QUE_RSAQDEL0_ALV.

The QUE_RSAQDEL0_ALV table consists of various fields, each holding specific information or linking keys about Structure for RSAQDEL0 data available in SAP. These include SORT1 (SAP Query (S): InfoSet), FNAME (SAP Query (S): Field name (table field)), SORT2 (SAP Query (S): InfoSet), QNUM (SAP Query (S): Query name).. 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 (character-type or numeric)


SAP QUE_RSAQDEL0_ALV 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
MARKSAP Query (S): Flag AQS_FLAGCHAR1AQT_FLAG
SORT1SAP Query (S): InfoSet AQS_SGNAMECHAR24AQT_SGNAME
FNAMESAP Query (S): Field name (table field) AQS_FNAMECHAR70AQT_FNAME
SORT2SAP Query (S): InfoSet AQS_SGNAMECHAR24AQT_SGNAME
QNUMSAP Query (S): Query name AQS_QUNAMECHAR14AQT_QUNAME
QTEXTSAP Query (S): Text of length 60 AQS_TXT60CHAR60AQS_C60K
TABSAP Query (S): Table name AQS_TNAMECHAR30AQT_TNAME
DDTEXTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
FIELDSAP Query (S): Field name (table field) AQS_FNAMECHAR70AQT_FNAME
FIELDTEXTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
CNTCharacter field of length 6 CHAR6CHAR6CHAR6
SGSAP Query (S): InfoSet AQS_SGNAMECHAR24AQT_SGNAME
BGSAP Query (S): InfoSet AQS_SGNAMECHAR24AQT_SGNAME
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

Key field Non-key field



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

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

How to access SAP table QUE_RSAQDEL0_ALV

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