RSZX_EPAR_I4SEL_GET SAP (Export Parameter for RSZX_INFO4SELECTOR_GET) Structure details

Dictionary Type: Structure
Description: Export Parameter for RSZX_INFO4SELECTOR_GET




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




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

RSZX_EPAR_I4SEL_GET 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 "Export Parameter for RSZX_INFO4SELECTOR_GET" 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_RSZX_EPAR_I4SEL_GET TYPE RSZX_EPAR_I4SEL_GET.

The RSZX_EPAR_I4SEL_GET table consists of various fields, each holding specific information or linking keys about Export Parameter for RSZX_INFO4SELECTOR_GET data available in SAP. These include HNODE_MULTI (Variety of selector items), RANGE_MULTI (Variety of selector items), PATTERN_MULTI (Variety of selector items), EMPTYSEL_ALLOWED (Boolean).. 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 RSZX_EPAR_I4SEL_GET 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
CHAVL_MULTIVariety of selector items RSZMULTIPLICITYCHAR1RSZMULTIPLICITY
HNODE_MULTIVariety of selector items RSZMULTIPLICITYCHAR1RSZMULTIPLICITY
RANGE_MULTIVariety of selector items RSZMULTIPLICITYCHAR1RSZMULTIPLICITY
PATTERN_MULTIVariety of selector items RSZMULTIPLICITYCHAR1RSZMULTIPLICITY
EMPTYSEL_ALLOWEDBoolean RS_BOOLCHAR1RS_BOOL
CHAVL_EXCLUDEBoolean RS_BOOLCHAR1RS_BOOL
HNODE_EXCLUDEBoolean RS_BOOLCHAR1RS_BOOL
RANGE_EXCLUDEBoolean RS_BOOLCHAR1RS_BOOL
PATTERN_EXCLUDEBoolean RS_BOOLCHAR1RS_BOOL
VARSALLOWEDBoolean RS_BOOLCHAR1RS_BOOL
FILTERALLOWEDBoolean RS_BOOLCHAR1RS_BOOL
OPT_FIRSTN_ENABLEBoolean RS_BOOLCHAR1RS_BOOL
OPT_FIRSTN_INITVALBoolean RS_BOOLCHAR1RS_BOOL
OPT_AUTH_ENABLEBoolean RS_BOOLCHAR1RS_BOOL
OPT_AUTH_INITVALBoolean RS_BOOLCHAR1RS_BOOL
OPT_FACTS_ENABLEBoolean RS_BOOLCHAR1RS_BOOL
OPT_FACTS_INITVALBoolean RS_BOOLCHAR1RS_BOOL
OPT_INFOCUBE_ENABLEBoolean RS_BOOLCHAR1RS_BOOL
OPT_INFOCUBE_INITVALBoolean RS_BOOLCHAR1RS_BOOL
CHAVLTEXTTYPE 0
SYLANGU 0
MASK_DATEVB Date string RRXMASKDATCHAR20CHAR20

Key field Non-key field



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

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

How to access SAP table RSZX_EPAR_I4SEL_GET

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