RSR_SX_BU_CHA_SETTINGS SAP (BU-Relevant Properties) Structure details

Dictionary Type: Structure
Description: BU-Relevant Properties




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




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

RSR_SX_BU_CHA_SETTINGS 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 "BU-Relevant Properties" 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_RSR_SX_BU_CHA_SETTINGS TYPE RSR_SX_BU_CHA_SETTINGS.

The RSR_SX_BU_CHA_SETTINGS table consists of various fields, each holding specific information or linking keys about BU-Relevant Properties data available in SAP. These include FILTER_GLOB (), TX_CHECK (), TS_SUCC (), FILTER_DYN ().. 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 RSR_SX_BU_CHA_SETTINGS 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
CHANMIDInternal ID of the CHANM RRCHANMIDINT410RSSID
FILTER_GLOB 0
TX_CHECK 0
TS_SUCC 0
FILTER_DYN 0
TX_CHECK 0
TS_SUCC 0
LFH 0
CHANMIDMaster data ID RSSIDINT410RSSID
HIESIDSID for Hierarchy ID RSRHIESIDINT410RSSID
SVERVersion in Inclusion Table Key RSRSVERCHAR1CHAR1
SPCNMBW-DM field alias (cannot be longer than 18) RSALIASCHAR18
NAVIGATIONBoolean RS_BOOLCHAR1RS_BOOL
HACTIVEBoolean RS_BOOLCHAR1RS_BOOL
SELTYPType of resolved selection RRRSELTYPCHAR1CHAR1
FILTER 0
CHECKTYPType of Filter RRCHECKTYPCHAR1CHAR1
SIDMaster data ID RSSIDINT410RSSID
EQSID 0
RANGES 0
RANGES_E 0
RANGEK 0
RANGEK_E 0
NODE 0
NODE_SET 0
TABLDRB 0
SUMME_QBoolean RS_BOOLCHAR1RS_BOOL
HIEUNIQUEUniqueness of a Hierarchy RSHIEUNIQENUMC1RSHIEUNIQE
DISJUNCTBoolean RS_BOOLCHAR1RS_BOOL
FIXSIDBoolean RS_BOOLCHAR1RS_BOOL
HIESIDSID for Hierarchy ID RSRHIESIDINT410RSSID
MAXLEVELLevel of a Hierarchy Node (as Integer) RSRTLEVELINT410RSRTLEVEL
SVERVersion in Inclusion Table Key RSRSVERCHAR1CHAR1
CONSTSELSelection independent of the drilldown RSZCONSTSELCHAR1RSBOOL
FEMS0Boolean RS_BOOLCHAR1RS_BOOL
FEMSNBoolean RS_BOOLCHAR1RS_BOOL
SLICERBoolean RS_BOOLCHAR1RS_BOOL
FILTER_ANYBoolean RS_BOOLCHAR1RS_BOOL
RESOLVEBoolean RS_BOOLCHAR1RS_BOOL
BURControl Flag for BU RRBURCHAR1CHAR1
NOT_ZEROBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

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

How to access SAP table RSR_SX_BU_CHA_SETTINGS

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