RSEXPBUFG SAP (Global statisctics structure for dbexpbuf.c) Structure details

Dictionary Type: Structure
Description: Global statisctics structure for dbexpbuf.c




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




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

RSEXPBUFG 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 "Global statisctics structure for dbexpbuf.c" 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_RSEXPBUFG TYPE RSEXPBUFG.

The RSEXPBUFG table consists of various fields, each holding specific information or linking keys about Global statisctics structure for dbexpbuf.c data available in SAP. These include MAX_OBJ_N (Statistics data element for RSDBBUFF), BLOCK_L (Statistics data element for RSDBBUFF), HASH_VEC_S (Statistics data element for RSDBBUFF), MUTEX_N (Statistics data element for RSDBBUFF).. 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 RSEXPBUFG 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
BUFFER_LStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
MAX_OBJ_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
BLOCK_LStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
HASH_VEC_SStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
MUTEX_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
MAX_OBJ_SStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
EST_LOB_SStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
PREF_OB_SStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
WP_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
SEMKEYStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
SCLASSStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
MAX_BLKSStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
USED_BLKSStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
VAL_OBJ_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
OBJECT_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
VAL_DAT_LStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
FREE_VEC_LStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
I_FREE_INXStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
S_RETR_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
M_RETR_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
LOAD_INS_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
LOAD_REP_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
LOAD_DUP_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
S_INVAL_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
M_INVAL_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
S_REM_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
M_REM_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
S_UPD_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
M_UPD_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
INSERT_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
INVAL_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
RECOV_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
HARD_RST_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
LOB_REQ_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
LOB_MAX_LStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
COLL_L_LOCStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
COLL_ON_INStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
COLL_L_INStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
COLL_L_MAXStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
DIS_DIR_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
DIS_DSP_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
OBJ_SWAP_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
BLK_SWAP_NStatistics data element for RSDBBUFF RSTBXINT4INT410RSDBINT4
IDENT_VStatistics data element for RSDBBUFF RSTBXC08CHAR8RSDBCHAR8
DESCR_VData element for RSDBBUFF / DB_BMN_TEST RSDBCHAR80CHAR80RSDBCHAR80
INST_TStatistics data element for RSDBBUFF RSTBXTIMECHAR14RSDBTIME
RESET_TStatistics data element for RSDBBUFF RSTBXTIMECHAR14RSDBTIME

Key field Non-key field



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

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

How to access SAP table RSEXPBUFG

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