RSTBXOBUF64 SAP (Table buffer statistics object structure) Structure details

Dictionary Type: Structure
Description: Table buffer statistics object structure




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




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

RSTBXOBUF64 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_RSTBXOBUF64 TYPE RSTBXOBUF64.

The RSTBXOBUF64 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: Cannot Be Enhanced


SAP RSTBXOBUF64 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 RSRECCOUNT64DEC20RSDB_MSIZE
NT_FOUND_NNumber of 'Not Founds' RSNOTFOUND64DEC20RSDB_MSIZE
MX_ENTRY_NMaximum Number of Entries RSMAXREC64DEC20RSDB_MSIZE
DATA_L(Net) size of object RSDATALEN64DEC20RSDB_MSIZE
REC_LLength of Record RSRECLEN64DEC20RSDB_MSIZE
NT_REC_L(Nametab)Length of Record RSNTRECLEN64DEC20RSDB_MSIZE
KEY_LKey Length RSKEYLEN64DEC20RSDB_MSIZE
GEN_KEY_LLength of the generic key RSGENKEYL64DEC20RSDB_MSIZE
EXTENT_NNumber of extents RSEXTENTN64DEC20RSDB_MSIZE
BLOCK_NNo. of blocks RSBLOCKN64DEC20RSDB_MSIZE
READ_CRead count RSREADCNT64DEC20RSDB_MSIZE
MODINV_CModification counter RSMODCNT64DEC20RSDB_MSIZE
ARCH_ACC_CArchived read counter RSARCHCNT64DEC20RSDB_MSIZE
FIX_CFixing counter RSFIXCOUNT64DEC20RSDB_MSIZE
INVAL_CCounter for reloading control RSINVALC64DEC20RSDB_MSIZE
PENALTY_CCounter for Controlling Record Reload with Parallel Access RSPENALTYCOUNT64DEC20RSDB_MSIZE
KEY_FLD_NNumber of Fields in Key RSKEYFLDCOUNT64DEC20RSDB_MSIZE
GENKEY_FLD_NNumber of Fields in Generic Key RSGENKEYFLDCOUNT64DEC20RSDB_MSIZE
KEY_STR_NNumber of Strings in Key RSKEYSTRCOUNT64DEC20RSDB_MSIZE
GENKEY_STR_NNumber of Strings in Generic Key RSGENKEYSTRCOUNT64DEC20RSDB_MSIZE
STRING_NNumber of Strings in the Table RSSTRCOUNT64DEC20RSDB_MSIZE
STR_DATA_LNet Length of String of a Buffered Object RSSTRLEN64DEC20RSDB_MSIZE
STR_EXT_NNumber of String Extents RSSTREXTN64DEC20RSDB_MSIZE
STR_BLK_NNumber of String Blocks RSSTRBLKN64DEC20RSDB_MSIZE
NT_GENKEY_DATA_L(Net) Size of NT/Generic Key Extents of Buffered Object RSNTGENKEYLEN64DEC20RSDB_MSIZE
NT_GENKEY_BLK_NNumber of Blocks in NT/Generic Key Extents RSNTGENKEYBLK64DEC20RSDB_MSIZE
KEY_MODEComparison Mode of Key RSKEYCOMPMODECHAR1
GENKEY_MODEComparison Mode of Generic Key RSGENKEYCOMPMODECHAR1
STAT_IDStatus RSSTATIDCHAR8
TAB_NAMETable name 8-byte aligned RSTABNAMECHAR32
GEN_NAMEGeneric key 8 byte aligned RSGENKEYCHAR900BUFCHAR900
GEN_STRINGSShort Strings of Generic Key RSGENKEYSTRINGSCHAR900BUFCHAR900

Key field Non-key field



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

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

How to access SAP table RSTBXOBUF64

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