RRX_CHA SAP (BRAIN Int.: Report description-chars) Structure details

Dictionary Type: Structure
Description: BRAIN Int.: Report description-chars




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




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

RRX_CHA 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 "BRAIN Int.: Report description-chars" 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_RRX_CHA TYPE RRX_CHA.

The RRX_CHA table consists of various fields, each holding specific information or linking keys about BRAIN Int.: Report description-chars data available in SAP. These include IOBJNM (InfoObject), IOBJTXT (Long description), SUMABLE (Flag: Dimension can be aggregated), IS_STRUCTURE (Flag: Dimension is a structure).. 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 RRX_CHA 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
IOBJNMInfoObject RSIOBJNMCHAR30RSIOBJNMRSC
IOBJTXTLong description RSTXTLGCHAR60TEXT60
SUMABLEFlag: Dimension can be aggregated RRXSUMABLECHAR1RSBOOL
IS_STRUCTUREFlag: Dimension is a structure RRXISSTRUCTURECHAR1CHAR1
AXISAxis, along which a characteristic is arranged in a query RRXAXISCHAR1RRXAXIS
POSITPosition RRXSWAHLNUMC4RSZELNR
CHAVL_EXTField for any characteristic value (external display) RSCHAVLEXTSSTR1333RSCHAVLEXT
CHAVL_TXTLong Description RSTXTXLSSTR1333RSTXTXL
CHAVLDim: Field for a User-Defined Characteristic Value RSCHAVLSSTR1333RSCHAVL
NODE_IOBJNMInfoObject RSIOBJNMCHAR30RSIOBJNMRSC
CUMULDim: Cumulate RRCUMULCHAR1RSBOOL
PLEVELDim: Standardizing type RRPLEVELCHAR1RRPLEVEL
NOSUMSDim: Suppression of totals rows RRXNOSUMSCHAR1RRXNOSUMS
IOBJPRSNTDisplay for Characteristics and Units RSCHAPRSNTCHAR1RSCHAPRSNT
STRT_LVLDim: Initial value for hierarchy level of the expansion RRSTARTLVLNUMC2SEU_LEVEL
HRY_ACTIVEFlag: Entered hierarchy is active display hierarchy RRXHRYACTIVECHAR1CHAR1
HIENMHierarchy name RSHIENMCHAR30RSHIENM
VERSIONBW: Unequivocal ID in room and time (numbers and letters) RSUNIIDC25CHAR25RSUNIIDC25
DATETOBW: Unequivocal ID in room and time (numbers and letters) RSUNIIDC25CHAR25RSUNIIDC25
S_TYPSort: (K)ey, (T)ext, (V)alue (H)ierarchy RROSARTCHAR1RROSART
S_OBJCharacteristic RSCHANMCHAR30RSIOBJNMRSC
S_DIRSort direction RROSDIRCHAR1RROSDIR
S_ELTUID1UUID in compressed form SYSUUID_25CHAR25SYSUUID_25
S_ELTUID2UUID in compressed form SYSUUID_25CHAR25SYSUUID_25
HS_TYPSort: (K)ey, (T)ext, (V)alue (H)ierarchy RROSARTCHAR1RROSART
HS_OBJCharacteristic RSCHANMCHAR30RSIOBJNMRSC
HS_DIRSort direction RROSDIRCHAR1RROSDIR
HS_ELTUID1UUID in compressed form SYSUUID_25CHAR25SYSUUID_25
HS_ELTUID2UUID in compressed form SYSUUID_25CHAR25SYSUUID_25
HPLEVELDim: Standardizing type RRPLEVELCHAR1RRPLEVEL
NODEIDInternal ID number of a hierarchy node RSHIENODIDNUMC8RSHIENODID
COND_NRLink to a condition RRXCONDNRNUMC4NUMC4
CONTAINS_KYFBoolean RS_BOOLCHAR1RS_BOOL
GISTPGeographical type for a characteristic RSGISTPNUMC1RSGISTP
GISATTRINMGeographical attribute RSGISATTRINMCHAR30Assigned to domainFDNAME
ACTIVE_SELECTIONIs there anything in the dynamic filter? RRXSELECTIONCHAR1
ACTIVE_CONDITIONIs there a requirement active on the characteristic? RRXCONDITIONCHAR1RS_BOOL
HRY_NODE_POSITPositions of the nodes in reference to their leaves RRXHRYNODEPOSITCHAR1RRXHRYNODEPOSIT
HIENMFLAGFlag for 'typing' an entry RSZTYPEFLAGNUMC1RSZTYPEFLAG
VERSIONFLAGFlag for 'typing' an entry RSZTYPEFLAGNUMC1RSZTYPEFLAG
DATETOFLAGFlag for 'typing' an entry RSZTYPEFLAGNUMC1RSZTYPEFLAG
FLAT_POSITLogical sequence (position) RSZPOSNINT410RSZPOSN
FLAT_S_POSITLogical sequence (position) RSZPOSNINT410RSZPOSN
FLAT_S_TYPSort: (K)ey, (T)ext, (V)alue (H)ierarchy RROSARTCHAR1RROSART
FLAT_S_DIRSort direction RROSDIRCHAR1RROSDIR
ALEAFNODSPDo Not Display Leaves for Inner-Nodes in the Query RSSHCRLEAFDSPCHAR1RSSHCRLEAFDSP
ALEAFNODCHDisplay for Generated Leaves Cannot Be Changed RSSHCLDSPCHCHAR1RSSHCLDSPCH
SPOCConditional Node Suppression RRXSPOCCHAR1RRXSPOC
ELTUIDUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
FLAG2 0
THJTKey Date Derivation Type RSRHIERTHJTCHAR10CHAR10
FLAG4 0
SELECTION_TYPESingle-Character Indicator CHAR1CHAR1CHAR1
CHANMIDInternal ID of the CHANM RRCHANMIDINT410RSSID
SID_INDEXLoop Index SYINDEXINT410SYST_LONG
SIDMaster data ID RSSIDINT410RSSID
ORDINALRow Index of Internal Tables SYTABIXINT410SYST_LONG
CHAPRSNTCAPermitted settings for characteristic display RSPRSNTCACHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table RRX_CHA

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