RSTBXOBUF SAP (Table buffer statistics object structure) Structure details

Dictionary Type: Structure
Description: Table buffer statistics object structure




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




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

RSTBXOBUF 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 "Table buffer statistics object structure" 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_RSTBXOBUF TYPE RSTBXOBUF.

The RSTBXOBUF table consists of various fields, each holding specific information or linking keys about Table buffer statistics object structure data available in SAP. These include NT_FOUND_N (Number of 'Not Founds'), MX_ENTRY_N (Maximum Number of Entries), DATA_L ((Net) size of object), REC_L (Length of Record).. 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 RSTBXOBUF 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
ENTRY_NNumber of entries RSRECCOUNTINT410RSDBINT4
NT_FOUND_NNumber of 'Not Founds' RSNOTFOUNDINT410RSDBINT4
MX_ENTRY_NMaximum Number of Entries RSMAXRECINT410RSDBINT4
DATA_L(Net) size of object RSDATALENINT410RSDBINT4
REC_LLength of Record RSRECLENINT410RSDBINT4
NT_REC_L(Nametab)Length of Record RSNTRECLENINT410RSDBINT4
KEY_LKey length RSKEYLENINT410RSDBINT4
GEN_KEY_LLength of the generic key RSGENKEYLINT410RSDBINT4
EXTENT_NNumber of extents RSEXTENTNINT410RSDBINT4
BLOCK_NNo. of blocks RSBLOCKNINT410RSDBINT4
READ_CRead counter RSREADCNTINT410RSDBINT4
MODINV_CModification counter RSMODCNTINT410RSDBINT4
ARCH_ACC_CArchived read counter RSARCHCNTINT410RSDBINT4
FIX_CFixing counter RSFIXCOUNTINT410RSDBINT4
INVAL_CCounter for reloading control RSINVALCINT410RSDBINT4
STRING_NNumber of Strings in the Table RSSTRCOUNTINT410RSDBINT4
STR_DATA_LNet Length of String of a Buffered Object RSSTRLENINT410RSDBINT4
STR_EXT_NNumber of String Extents RSSTREXTNINT410RSDBINT4
STR_BLK_NNumber of String Blocks RSSTRBLKNINT410RSDBINT4
STAT_IDStatus RSSTATIDCHAR8
TAB_NAMETable name 8-byte aligned RSTABNAMECHAR32
GEN_NAMEGeneric key 8 byte aligned RSGENKEYCHAR900BUFCHAR900

Key field Non-key field



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

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

How to access SAP table RSTBXOBUF

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