RSEXPBUFG64 is an SAP Structure so does not store data like a database table does but can be used 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_RSEXPBUFG64 TYPE RSEXPBUFG64 .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
BUFFER_L | RSBUF_SIZE_B | DEC | 20 | Size of a buffer instance (Bytes) | ||
MAX_OBJ_N | RSBUF_MAX_OBJ_N | DEC | 20 | Maximum number of objects in a buffer instance | ||
BLOCK_L | RSBUF_BLOCK_SIZE_B | DEC | 20 | Size of a data block in a buffer instance (Bytes) | ||
HASH_VEC_S | RSBUF_HASH_VEC_N | DEC | 20 | Hash Vector Size (number of elements) | ||
MUTEX_N | RSBUF_MUTEX_N | DEC | 20 | Number of mutexes used | ||
MAX_OBJ_S | RSBUF_MAX_OBJ_SIZE_B | DEC | 20 | Maximum size of a buffered object | ||
EST_LOB_S | RSBUF_OBSOLETE | DEC | 20 | Attribute is not used anymore | ||
PREF_OB_S | RSBUF_OBSOLETE | DEC | 20 | Attribute is not used anymore | ||
WP_N | RSBUF_WP_N | DEC | 20 | Number of work processes | ||
SEMKEY | RSBUF_SEMKEY | DEC | 20 | Semaphore key used for this buffer instance | ||
SCLASS | RSBUF_SCLASS | DEC | 20 | Synchronisation class of a buffer instance | ||
MAX_BLKS | RSBUF_MAX_BLOCKS_N | DEC | 20 | Maximum number of data blocks in a buffer instance | ||
USED_BLKS | RSBUF_USED_BLOCKS_N | DEC | 20 | Number of currently used data blocks in a buffer instance | ||
VAL_OBJ_N | RSBUF_VALID_OBJ_N | DEC | 20 | Number of valid objects in a buffer instance | ||
OBJECT_N | RSBUF_OBJ_N | DEC | 20 | Number of objects in a buffer instance | ||
VAL_DAT_L | RSBUF_OBJ_SIZE_B | DEC | 20 | Size of a buffered object (Bytes) | ||
FREE_VEC_L | RSBUF_FREE_LIST_VEC_N | DEC | 20 | Number of free lists in a buffer instance | ||
I_FREE_INX | RSBUF_OBSOLETE | DEC | 20 | Attribute is not used anymore | ||
S_RETR_N | RSBUF_S_RETRIEVE_N | DEC | 20 | Number of successful retrieve operations | ||
M_RETR_N | RSBUF_M_RETRIEVE_N | DEC | 20 | Number of retrieval misses | ||
LOAD_INS_N | RSBUF_OBSOLETE | DEC | 20 | Attribute is not used anymore | ||
LOAD_REP_N | RSBUF_LOAD_N | DEC | 20 | Number of executed buffer load operations | ||
LOAD_DUP_N | RSBUF_OBSOLETE | DEC | 20 | Attribute is not used anymore | ||
S_INVAL_N | RSBUF_S_INVAL_N | DEC | 20 | Number of successful invalidations in a buffer instance | ||
M_INVAL_N | RSBUF_M_INVAL_N | DEC | 20 | Number of nvalidation misses in a buffer instance | ||
S_REM_N | RSBUF_S_REMOVE_N | DEC | 20 | Number of successful remove operations in a buffer instance | ||
M_REM_N | RSBUF_M_REMOVE_N | DEC | 20 | Number of removal misses | ||
S_UPD_N | RSBUF_OBSOLETE | DEC | 20 | Attribute is not used anymore | ||
M_UPD_N | RSBUF_OBSOLETE | DEC | 20 | Attribute is not used anymore | ||
INSERT_N | RSBUF_OBSOLETE | DEC | 20 | Attribute is not used anymore | ||
INVAL_N | RSBUF_RESET_N | DEC | 20 | Number of (soft) buffer resets | ||
RECOV_N | RSBUF_OBSOLETE | DEC | 20 | Attribute is not used anymore | ||
HARD_RST_N | RSBUF_HARD_RESET_N | DEC | 20 | Number of (hard) buffer resets | ||
LOB_REQ_N | RSBUF_LOB_REQ_N | DEC | 20 | Number of requests for large buffer objects | ||
LOB_MAX_L | RSBUF_LOB_MAX_B | DEC | 20 | Size of largest object in a buffer instance | ||
COLL_L_LOC | RSBUF_COLL_ON_RETRIEVE_N | DEC | 20 | Number of hash collisions when retrieving buffered objects | ||
COLL_ON_IN | RSBUF_COLL_ON_LOAD_N | DEC | 20 | Number of hash collisions when loading objects into buffer | ||
COLL_L_IN | RSBUF_OBSOLETE | DEC | 20 | Attribute is not used anymore | ||
COLL_L_MAX | RSBUF_COLL_MAX_N | DEC | 20 | Max. hash collision list | ||
DIS_DIR_N | RSBUF_DISPL_DIR_N | DEC | 20 | Number of objects displaced due to directory overflow | ||
DIS_DSP_N | RSBUF_DISPL_DATA_SPACE_N | DEC | 20 | Number of objects displaced due to data space overflow | ||
OBJ_SWAP_N | RSBUF_DISPL_OBJ_N | DEC | 20 | Total number of objects displaced from a buffer instance | ||
BLK_SWAP_N | RSBUF_DISPL_BLOCKS_N | DEC | 20 | Total number of blocks displaced from a buffer instance | ||
IDENT_V | RSBUF_IDENT | CHAR | 8 | Buffer instance identifier | ||
DESCR_V | RSDBCHAR80 | CHAR | 80 | Data element for RSDBBUFF / DB_BMN_TEST | ||
INST_T | RSBUF_STARTUP_TS | CHAR | 14 | Startup time of buffer instance | ||
RESET_T | RSBUF_LAST_RESET_TS | CHAR | 14 | Date of last buffer reset |
Key field | |
Non-key field |
RSEXPBUFG64 - Global statisctics structure for dbexpbuf.c RSEXPBUFG - Global statisctics structure for dbexpbuf.c RSEXP - Function Builder: Export Parameters RSEXFCODE - Table structure for 'SET PF-STATUS EXCLUDING ...' RSEXC - Function module: Exceptions RSEX2IN - Field description for conversion - external --> internal