AQTXTQ SAP (SAP Query: Text Table for Queries) Table details

Dictionary Type: Table
Description: SAP Query: Text Table for Queries




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




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

AQTXTQ is a standard SAP Table which is used to store SAP Query: Text Table for Queries data and is available within R/3 SAP systems depending on the version and release level.

The AQTXTQ table consists of various fields, each holding specific information or linking keys about SAP Query: Text Table for Queries data available in SAP. These include SCFLAG (SAP Query (T): Origin), CLASS (SAP Query (T): Object type), OBJECT (SAP Query (T): Object name), EXPCLT (SAP Query (T): Export client).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP AQTXTQ table 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
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
SCFLAGSAP Query (T): Origin AQT_SCFLAGCHAR1AQS_C1
CLASSSAP Query (T): Object type AQT_CLASSCHAR1AQS_C1
OBJECTSAP Query (T): Object name AQT_OBJECTCHAR4AQS_C4
EXPCLTSAP Query (T): Export client AQT_EXPCLTCHAR3AQS_C3
EXPSYSSAP Query (T): Export system AQT_EXPSYSCHAR3AQS_C3
TPOOLSAP Query (T): Text pool AQT_TPOOLCHAR1AQS_C1
TINDXSAP Query (T): Text index AQT_TINDXNUMC5AQS_N5
VNAMESAP Query (T): Variant name AQT_VNAMECHAR14AQS_C14
APPLSAP Query (T): Application AQT_APPLCHAR1AQS_C1
CCNTSAP Query (T): Sequence number AQT_CCNTNUMC6AQS_N6
MAXLSAP Query (T): Maximum length AQT_MAXLNUMC3AQS_N3
TEXTSAP Query (T): Text of length 255 AQT_TXT255CHAR255AQS_C255K

Key field Non-key field



How do I retrieve data from SAP table AQTXTQ using ABAP code

The following ABAP code Example will allow you to do a basic selection on AQTXTQ to SELECT all data from the table
DATA: WA_AQTXTQ TYPE AQTXTQ.

SELECT SINGLE *
FROM AQTXTQ
INTO CORRESPONDING FIELDS OF WA_AQTXTQ
WHERE...

How to access SAP table AQTXTQ

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