RSTT_SX_QUERY SAP (Query Data for Transfer) Structure details

Dictionary Type: Structure
Description: Query Data for Transfer




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




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

RSTT_SX_QUERY 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 "Query Data for Transfer" 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_RSTT_SX_QUERY TYPE RSTT_SX_QUERY.

The RSTT_SX_QUERY table consists of various fields, each holding specific information or linking keys about Query Data for Transfer data available in SAP. These include ICUBE (InfoCube), ELTUID_QUERY (UUID in compressed form), ELTUID_STRUCTURE (UUID in compressed form), STATE ().. 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: Cannot Be Enhanced


SAP RSTT_SX_QUERY 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
ICUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
ELTUID_QUERYUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
ELTUID_STRUCTUREUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
STATE 0
IS_NEWLY_CREATEDBoolean RS_BOOLCHAR1RS_BOOL
IS_DIFFERENT_FROM_DB_STATEBoolean RS_BOOLCHAR1RS_BOOL
IS_DIFFERENT_FROM_VIEWBoolean RS_BOOLCHAR1RS_BOOL
IS_READ_ONLYBoolean RS_BOOLCHAR1RS_BOOL
TH_ELTDIR 0
TH_ELTPROP 0
TH_ELTPRIO 0
TH_ELTATTR 0
TH_ELTXREF 0
TH_COMPDIR 0
TH_COMPIC 0
TH_SELECT 0
TH_RANGE 0
TH_CALC 0
TH_CELL 0
TH_VAR 0
TH_UID_SERVER 0
TH_ELTDIR_DB 0
TH_ELTTXT 0

Key field Non-key field



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

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

How to access SAP table RSTT_SX_QUERY

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