RRAXES SAP (Drilldown Characteristics for Current List) Structure details

Dictionary Type: Structure
Description: Drilldown Characteristics for Current List




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




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

RRAXES 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 "Drilldown Characteristics for Current List" 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_RRAXES TYPE RRAXES.

The RRAXES table consists of various fields, each holding specific information or linking keys about Drilldown Characteristics for Current List data available in SAP. These include SORT (Desired Sort Sequence of Data), SORT (Desired Sort Sequence of Data), CHANMID (Internal ID of the CHANM), CHANMID (Internal ID of the CHANM).. 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 RRAXES 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
AXISAxis, along which a characteristic is arranged in a query RRXAXISCHAR1RRXAXIS
SORTDesired Sort Sequence of Data RSRSFSORTINT410RSRSFSORT
SORTDesired Sort Sequence of Data RSRSFSORTINT410RSRSFSORT
CHANMIDInternal ID of the CHANM RRCHANMIDINT410RSSID
CHANMIDInternal ID of the CHANM RRCHANMIDINT410RSSID
SID_INDEXAssigned key field in the data container RSSIDINDEXINT410SYST_LONG
SID_INDEXAssigned key field in the data container RSSIDINDEXINT410SYST_LONG
SID_INDEXHAssigned key field in the data container RSSIDINDEXINT410SYST_LONG
SIDMaster data ID RSSIDINT410RSSID
SID_INDEXHAssigned key field in the data container RSSIDINDEXINT410SYST_LONG
FIXCharacteristic is specified RRFIXSIDCHAR1BOOLE
SIDMaster data ID RSSIDINT410RSSID
FIXCharacteristic is specified RRFIXSIDCHAR1BOOLE
NOSUMSDim: Suppression of totals rows RRXNOSUMSCHAR1RRXNOSUMS
NOSUMSDim: Suppression of totals rows RRXNOSUMSCHAR1RRXNOSUMS
CHILDRENChildren or Descendants of Exactly One Node RRCHILDRENCHAR1RS_BOOL
DSTATEStatus of a hierarchy node with respect to tree structure RRXDRILLSTATECHAR1RRXDRILLSTATE
CHILDRENChildren or Descendants of Exactly One Node RRCHILDRENCHAR1RS_BOOL
DSTATEStatus of a hierarchy node with respect to tree structure RRXDRILLSTATECHAR1RRXDRILLSTATE
TLEVELLevel of a Hierarchy Node (as Integer) RSRTLEVELINT410RSRTLEVEL
TLEVELLevel of a Hierarchy Node (as Integer) RSRTLEVELINT410RSRTLEVEL
TLSHIFTShift in display level RRTLSHIFTINT410INT4
EMPTYDisplay Values Not Posted RREMPTYCHAR1RREMPTY
TLSHIFTShift in display level RRTLSHIFTINT410INT4
EMPTYDisplay Values Not Posted RREMPTYCHAR1RREMPTY

Key field Non-key field



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

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

How to access SAP table RRAXES

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