RRX_REQ SAP (ReqTab. structure for collection of data) Structure details

Dictionary Type: Structure
Description: ReqTab. structure for collection of data




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




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

RRX_REQ 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 "ReqTab. structure for collection of data" 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_REQ TYPE RRX_REQ.

The RRX_REQ table consists of various fields, each holding specific information or linking keys about ReqTab. structure for collection of data data available in SAP. These include ITEMTYPE (Type of a request data record), CHANM (Characteristic), SID (Master data ID), CHAVL (Dim: Field for a User-Defined Characteristic Value).. 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_REQ 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
OBJNRCounter of a list object RRXOBJNRNUMC3NUMC3
ITEMTYPEType of a request data record RRXITEMTYPECHAR12RRXITEMTYPE
CHANMCharacteristic RSCHANMCHAR30RSIOBJNMRSC
SIDMaster data ID RSSIDINT410RSSID
CHAVLDim: Field for a User-Defined Characteristic Value RSCHAVLSSTR1333RSCHAVL
CHAVL_EXTField for any characteristic value (external display) RSCHAVLEXTSSTR1333RSCHAVLEXT
CHAPRSNTDisplay for Characteristics and Units RSCHAPRSNTCHAR1RSCHAPRSNT
NOZEROFlag for zero suppression RRXNOZEROCHAR1CHAR1
NOSUMSDim: Suppression of totals rows RRXNOSUMSCHAR1RRXNOSUMS
SUMTOPFlag: (x) = Total above RRSUMTOPCHAR1RSBOOL
CUMULDim: Cumulate RRCUMULCHAR1RSBOOL
PLEVELBW: Standardizing type CT, GT or RT RRPARTCHAR1CHAR1
ELTUIDUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
POSITPosition RRXSWAHLNUMC4RSZELNR
AXISAxis, along which a characteristic is arranged in a query RRXAXISCHAR1RRXAXIS
S_TYPSort: (K)ey, (T)ext, (V)alue (H)ierarchy RROSARTCHAR1RROSART
S_OBJCharacteristic RSCHANMCHAR30RSIOBJNMRSC
S_DIRSort direction RROSDIRCHAR1RROSDIR
S_UID_ROWUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
S_UID_COLUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
H_STRT_LVLNode level SEU_LEVELNUMC2SEU_LEVEL
H_DLTA_LVLNode level SEU_LEVELNUMC2SEU_LEVEL
HIEIDInternal hierarchy ID (unique ID) RSHIEIDCHAR25SYSUUID_25
H_DIRSort direction of hierarchy as a whole RROHDIRCHAR1RROSDIR
H_DARHierarchy display RRXHDARCHAR1RRXHDAR

Key field Non-key field



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

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

How to access SAP table RRX_REQ

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