RRKSTATE SAP (Processor status) Structure details

Dictionary Type: Structure
Description: Processor status




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




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

RRKSTATE 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 "Processor status" 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_RRKSTATE TYPE RRKSTATE.

The RRKSTATE table consists of various fields, each holding specific information or linking keys about Processor status data available in SAP. These include CHANM (Characteristic), CHANMID (Internal ID of the CHANM), SID_INDEX (Loop Index), SID (Master data ID).. 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 RRKSTATE 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
ITEMTYPEType of a request data record RRXITEMTYPECHAR12RRXITEMTYPE
CHANMCharacteristic RSCHANMCHAR30RSIOBJNMRSC
CHANMIDInternal ID of the CHANM RRCHANMIDINT410RSSID
SID_INDEXLoop Index SYINDEXINT410SYST_LONG
SIDMaster data ID RSSIDINT410RSSID
CHAPRSNTDisplay for Characteristics and Units RSCHAPRSNTCHAR1RSCHAPRSNT
ALISTList type RROALISTCHAR1RROALIST
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
SPOCConditional Node Suppression RRXSPOCCHAR1RRXSPOC
HRY_NODE_POSITPositions of the nodes in reference to their leaves RRXHRYNODEPOSITCHAR1RRXHRYNODEPOSIT
ALEAFNODSPDo Not Display Leaves for Inner-Nodes in the Query RSSHCRLEAFDSPCHAR1RSSHCRLEAFDSP
HIENMHierarchy name RSHIENMCHAR30RSHIENM
HIENMFLAGFlag for 'typing' an entry RSZTYPEFLAGNUMC1RSZTYPEFLAG
VERSIONBW: Unequivocal ID in room and time (numbers and letters) RSUNIIDC25CHAR25RSUNIIDC25
VERSIONFLAGFlag for 'typing' an entry RSZTYPEFLAGNUMC1RSZTYPEFLAG
DATETOBW: Unequivocal ID in room and time (numbers and letters) RSUNIIDC25CHAR25RSUNIIDC25
DATETOFLAGFlag for 'typing' an entry RSZTYPEFLAGNUMC1RSZTYPEFLAG
THJTKey Date Derivation Type RSRHIERTHJTCHAR10CHAR10
MA_ACTIVEBoolean RS_BOOLCHAR1RS_BOOL
MA_IOBJPRSNTDisplay for Characteristics and Units RSCHAPRSNTCHAR1RSCHAPRSNT
MA_POSITLogical sequence (position) RSZPOSNINT410RSZPOSN
MA_S_OBJCharacteristic RSCHANMCHAR30RSIOBJNMRSC
MA_S_TYPSort: (K)ey, (T)ext, (V)alue (H)ierarchy RROSARTCHAR1RROSART
MA_S_DIRSort direction RROSDIRCHAR1RROSDIR
IS_EMPTYDisplay Values Not Posted RREMPTYCHAR1RREMPTY
MA_READ_MODERead Mode(F4) for Master Data Read Services RSMD_RS_READ_MODECHAR1RSMD_RS_READ_MODE
HIER_DISDisaggregation for Budgeting RSZHIERDISCHAR1RSZHIERDIS
INIVIEW_PRIORefresh Filter State with Query Settings RSZINIVIEWPRIOCHAR1RSZINIVIEWPRIO
NODEIDInternal ID number of a hierarchy node RSHIENODIDNUMC8RSHIENODID
H_STRT_LVLStart level of a hierarchy section RRXSTRTLVLNUMC2SEU_LEVEL
H_DLTA_LVLNumber of T levels in a hierarchy section RRXDLTALVLNUMC2SEU_LEVEL
S_ARTSort: (K)ey, (T)ext, (V)alue (H)ierarchy RROSARTCHAR1RROSART
S_DIRSort direction RROSDIRCHAR1RROSDIR
S_OBJCharacteristic RSCHANMCHAR30RSIOBJNMRSC
S_UID1UUID in compressed form SYSUUID_25CHAR25SYSUUID_25
S_UID2UUID in compressed form SYSUUID_25CHAR25SYSUUID_25

Key field Non-key field



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

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

How to access SAP table RRKSTATE

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