RSZ_X_SELECT SAP (RFC: Selection properties of an element) Structure details

Dictionary Type: Structure
Description: RFC: Selection properties of an element




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




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

RSZ_X_SELECT 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 "RFC: Selection properties of an element" 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_RSZ_X_SELECT TYPE RSZ_X_SELECT.

The RSZ_X_SELECT table consists of various fields, each holding specific information or linking keys about RFC: Selection properties of an element data available in SAP. These include IOBJNM (InfoObject), SORT (RFC: Sort sequence), CONIOBJNM (InfoObject), CONTYPE (Requirement type).. 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 RSZ_X_SELECT 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
ELTUIDUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
IOBJNMInfoObject RSIOBJNMCHAR30RSIOBJNMRSC
SORTRFC: Sort sequence RSZ_X_SORTCHAR10CHAR10
CONIOBJNMInfoObject RSIOBJNMCHAR30RSIOBJNMRSC
CONTYPERequirement type RRXCONTYPENUMC1RRXCONTYPE
ACTIVEFlag: Object is active/useable RSACTIVECHAR1X
EXCABSRELException refers to absolute or relative value RSRA_ABS_RELNUMC1RSRA_ABS_REL
CONSTSELSelection independent of the drilldown RSZCONSTSELCHAR1RSBOOL
COMBINE_SELSPACESpecifies How Nested Ranges Are Combined RSZCOMBINENUMC1RSZCOMBINE
COMBINE_SELSTATESpecifies How Nested Ranges Are Combined RSZCOMBINENUMC1RSZCOMBINE
SOTPPurpose in the Selection Object RSZSOTPCHAR1RSZSOTP
SORT_SELSTATERFC: Sort sequence RSZ_X_SORTCHAR10CHAR10
SOPARSELParameter Selection: Single Value, Interval, Selection Opt. RSZVPARSELCHAR1RSZVPARSEL
EXC_NO_DISP_CELLSuppress Display of Exception Output RSZ_EXC_NO_DISP_DATACHAR1RS_BOOL
EXC_DISP_TUPLEDisplay of Exception in Value Tuple RSZ_DISP_TUPLENUMC1RSZ_DISP_TUPLE
EXC_BEF_LISTCALCBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

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

How to access SAP table RSZ_X_SELECT

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