RRKBST SAP (BW: Status bar for table B) Structure details

Dictionary Type: Structure
Description: BW: Status bar for table B




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




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

RRKBST 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 "BW: Status bar for table B" 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_RRKBST TYPE RRKBST.

The RRKBST table consists of various fields, each holding specific information or linking keys about BW: Status bar for table B data available in SAP. These include CSTATUS (BW: Status of conditions in B), DSTATUS (Status of the drill flags in the B), HSTATUS (Status of the hierarchy), ISTATUS (Status of internal key).. 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 RRKBST 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
BSTATUSBW: Positioned in B RRBSTATCHAR1RSBOOL
CSTATUSBW: Status of conditions in B RRCSTATCHAR1CHAR1
DSTATUSStatus of the drill flags in the B RRDSTATCHAR1CHAR1
HSTATUSStatus of the hierarchy RRHSTATCHAR1CHAR1
ISTATUSStatus of internal key RRISTATCHAR1CHAR1
PSTATUSBW: Percentage display RRPSTATCHAR1CHAR1
SSTATUSBW: Status of sort B RRSSTATCHAR1CHAR1
TSTATUSBW: Status of the texts in B RRTSTATCHAR1CHAR1
VSTATUSBW: Status of the values in B RRVSTATCHAR1RSBOOL
CT_STATUSBW: Status of operator %CT RRCTSTATCHAR1CHAR1
ONLY_VALUESBW: B only OK w.r.t. the values RROVSTATCHAR1RS_BOOL
ALLVALUETable B was only created for one value RRAVSTATCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table RRKBST

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