RSZA_SX_PROP_QUERY SAP (Query Properties (for Help Window)) Structure details

Dictionary Type: Structure
Description: Query Properties (for Help Window)




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




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

RSZA_SX_PROP_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 Properties (for Help Window)" 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_RSZA_SX_PROP_QUERY TYPE RSZA_SX_PROP_QUERY.

The RSZA_SX_PROP_QUERY table consists of various fields, each holding specific information or linking keys about Query Properties (for Help Window) data available in SAP. These include COMPID (Name (ID) of a reporting component), IS_NEWLY_CREATED (Boolean), NOMULTTXT (Query: Suppression of Repitition Texts), SHOWFORMATS (Query: Format display).. 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 RSZA_SX_PROP_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
TXTLGLong description RSTXTLGCHAR60TEXT60
COMPIDName (ID) of a reporting component RSZCOMPIDCHAR30Assigned to domainRSZCOMPIDRSZCOMPID
IS_NEWLY_CREATEDBoolean RS_BOOLCHAR1RS_BOOL
NOMULTTXTQuery: Suppression of Repitition Texts RRXNOMULTTXTCHAR1RSBOOL
SHOWFORMATSQuery: Format display RRXSHOWFORMATSCHAR1RSBOOL
SUMPOSITQuery: Position of the results row RRXSUMPOSITCHAR1RRXSUMPOSIT
NOSTYLESQuery: Suppression of styles in the output RRXNOSTYLESCHAR1RSBOOL
SIGNPRSNTQuery: +/- Sign Display RRXSIGNPRSNTCHAR1RRXSIGNPRSNT
NOZEROQuery: Zero Suppression from 3.0B RSZNOZEROCHAR1RSZNOZERO
KEYDATEFLAGFlag for 'typing' an entry RSZTYPEFLAGNUMC1RSZTYPEFLAG
KEYDATEDim: Field for a Characteristic Value Shorter Than 60 Char. RSCHAVL60CHAR60RSCHAVL60
RFCSUPPORTQuery: RFC Publishing as VirtualProvider (yes/no) RRXRFCSUPPORTCHAR1RSBOOL
EQSUPPORTQuery: RFC Publishing as VirtualProvider (yes/no) RRXRFCSUPPORTCHAR1RSBOOL
FLAT_LISTBoolean RS_BOOLCHAR1RS_BOOL
ZEROPRSNTQuery: Zero display RSZZEROPRSNTNUMC1RSZZEROPRSNT
ZEROSTRINGQuery: Zero String Display RSZZEROSTRINGCHAR60TEXT60
DOKUURLQuery: Display document links RSZDOKUURLCHAR1RSZDOKUURL
BORURLQuery: Display BOR URL RSZBORURLCHAR1RSBOOL
HIERROWSQuery: Universal display hierarchy in the rows RSZHIERROWSCHAR1RSBOOL
HIERCOLSQuery: Universal display hierarchy in the columns RZSHIERCOLSCHAR1RSBOOL
HIERROWSLEVELDim: Initial value for hierarchy level of the expansion RRSTARTLVLNUMC2SEU_LEVEL
HIERCOLSLEVELDim: Initial value for hierarchy level of the expansion RRSTARTLVLNUMC2SEU_LEVEL
WEBQDENABLEDQuery: May Be Edited with Web Query Designer RSZWEBQDENABLEDCHAR1RSZWEBQDENABLED
INPUTMODUSMode of Input Processing RRINPUTMODUSNUMC1RRINPUTMODUS
INPUTABLEALLMake All Basic Indicators Ready for Input RRINPUTBASICCHAR1RS_BOOL
ACTUALDATADim: Field for a Characteristic Value Shorter Than 60 Char. RSCHAVL60CHAR60RSCHAVL60
ACTUALDATAFLAGFlag for 'typing' an entry RSZTYPEFLAGNUMC1RSZTYPEFLAG
ADDNLSDim: Field for a Characteristic Value Shorter Than 60 Char. RSCHAVL60CHAR60RSCHAVL60
ADDNLSFLAGFlag for 'typing' an entry RSZTYPEFLAGNUMC1RSZTYPEFLAG
ZEROSUPP_TYPEZero Suppression Type RSZA_ZEROSUPP_TYPECHAR10RSZA_ZEROSUPP_TYPE
ZEROSUPP_AXISZero Suppression: Selection of Axes RSZA_ZEROSUPP_AXISCHAR10RSZA_ZEROSUPP_AXIS
DOKU_MASTERBoolean RS_BOOLCHAR1RS_BOOL
DOKU_METABoolean RS_BOOLCHAR1RS_BOOL
DOKU_INFOBoolean RS_BOOLCHAR1RS_BOOL
T_VARIABLE 0
OWNEROwner (Person Responsible) RSOWNERCHAR12Assigned to domainXUBNAMERS_OWNER
TSTPNMLast changed by RSTSTPNMCHAR12Assigned to domainXUBNAME
TSTPDATRFC: Change date RSZ_X_TSTPDATCHAR8CHAR8
TSTPTIMRFC: Change time RSZ_X_TSTPTIMCHAR6CHAR6
T_HIERROWS 0
T_HIERCOLS 0

Key field Non-key field



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

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

How to access SAP table RSZA_SX_PROP_QUERY

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