AQLIMODE SAP (SAP Query (L): Execution Mode (Internal)) Structure details

Dictionary Type: Structure
Description: SAP Query (L): Execution Mode (Internal)




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




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

AQLIMODE 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 (L): Execution Mode (Internal)" 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_AQLIMODE TYPE AQLIMODE.

The AQLIMODE table consists of various fields, each holding specific information or linking keys about SAP Query (L): Execution Mode (Internal) data available in SAP. These include WORKSPACE (SAP Query (L): Work area ID), USERGROUP (SAP Query (L): Name of a user group), QUERY (SAP Query (L): Query name (old)), LID (SAP Query (L): List ID).. 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 AQLIMODE 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
WORKSPACESAP Query (L): Work area ID AQL_WSIDCHAR1AQT_WSID
USERGROUPSAP Query (L): Name of a user group AQL_UGROUPCHAR12AQT_BGNAME
QUERYSAP Query (L): Query name (old) AQL_QUERYCHAR14AQT_QUNAME
LIDSAP Query (L): List ID AQL_LIDCHAR3AQS_C3
STRUCTSAP Query (L): Table Name AQL_TNAMECHAR30AQS_C30
INFOSETSAP Query (L): InfoSet AQL_ISETCHAR24AQT_SGNAME
PERSREPORTABAP Program Name REPIDCHAR40PROGNAME
ACT_REPORTABAP Program Name REPIDCHAR40PROGNAME
SSCRREPORTABAP Program Name REPIDCHAR40PROGNAME
SSCR_ONSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
SSCR_POPUPSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
SSCR_ROW1SAP Query (L): Internal position AQL_IPOSINT410AQS_I
SSCR_COL1SAP Query (L): Internal position AQL_IPOSINT410AQS_I
SSCR_FMSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
SSCR_APISAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
NO_VARIANTSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
NO_LVARISAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
LVARIANTLayout SLIS_VARICHAR12SLIS_VARI
EXTR_ONSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
ACC_CHECKSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
ACC_NUMBERSAP Query (L): Number of times the database is accessed AQL_DBACCINT410AQS_I
NO_AUTHCHKSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
NO_SELCHKSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
SELCHK_FRCSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
PACK_ONSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
PACK_SIZESAP Query (L): Internal number AQL_INUMBINT410AQS_I
FIRST_CALLSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
PACK_ABORTSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
DKINDSAP Query (L): Flag AQL_FLAGCHAR1AQS_C1
DFORMATSAP Query (L): Flag AQL_FLAGCHAR1AQS_C1
OLDENVSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
SHOW_ONSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
PKINDSAP Query (L): Flag AQL_FLAGCHAR1AQS_C1
SHOW_ROW1SAP Query (L): Internal position AQL_IPOSINT410AQS_I
SHOW_COL1SAP Query (L): Internal position AQL_IPOSINT410AQS_I
SHOW_ROWNSAP Query (L): Internal position AQL_IPOSINT410AQS_I
SHOW_COLNSAP Query (L): Internal position AQL_IPOSINT410AQS_I
REFRESHSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
LVAR_NOSAVSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
SHOW_EMPTYSAP Query (L): Boolean Value AQL_BOOLCHAR1AQS_BOOL
LVAR 0
REPORTABAP Program Name REPIDCHAR40PROGNAME
HANDLEMgt. ID for repeated calls from the same program SLIS_HANDLCHAR4CHAR4
LOG_GROUPLogical group name SLIS_LOGGRCHAR4CHAR4
USERNAMEUser name for user-specific storage SLIS_USERCHAR12SYCHAR12
VARIANTLayout SLIS_VARICHAR12SLIS_VARI
TEXTDescription for layout SLIS_VARBZCHAR40TEXT40
DEPENDVARSDependent variant entry vector SLIS_DEPVSCHAR10CHAR10
HANDLESAP Query (L): Handle for object AQL_REFOREF0OBJECT

Key field Non-key field



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

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

How to access SAP table AQLIMODE

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