HDB_M_CONNECTION_STATISTICS SAP (Fields of table M_CONNECTION_STATISTICS) Structure details

Dictionary Type: Structure
Description: Fields of table M_CONNECTION_STATISTICS




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




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

HDB_M_CONNECTION_STATISTICS 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 "Fields of table M_CONNECTION_STATISTICS" 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_HDB_M_CONNECTION_STATISTICS TYPE HDB_M_CONNECTION_STATISTICS.

The HDB_M_CONNECTION_STATISTICS table consists of various fields, each holding specific information or linking keys about Fields of table M_CONNECTION_STATISTICS data available in SAP. These include PORT (), CONNECTION_ID (Connection ID), SELECT_EXECUTION_COUNT (Select execution count), SELECT_TOTAL_EXECUTION_TIME (Select total execution time).. 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: Can be enhanced (character-type or numeric)


SAP HDB_M_CONNECTION_STATISTICS 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
HOST 0
PORT 0
CONNECTION_ID Connection ID0
SELECT_EXECUTION_COUNT Select execution count0
SELECT_TOTAL_EXECUTION_TIME Select total execution time0
SELECT_AVG_EXECUTION_TIME Select average execution time0
SELECT_MAX_EXECUTION_TIME select max execution time0
SEL4UPD_COUNT select for update count0
SEL4UPD_TOTAL_EXECUTION_TIME select for update total execution time0
SEL4UPD_AVG_EXECUTION_TIME select for update average execution time0
SEL4UPD_MAX_EXECUTION_TIME select for update max execution time0
UPDATE_COUNT update count0
UPDATE_TOTAL_EXECUTION_TIME update total execution time0
UPDATE_AVG_EXECUTION_TIME update average execution time0
UPDATE_MAX_EXECUTION_TIME update max execution time0
UPDATE_LOCK_WAIT_COUNT update lock wait count0
UPDATE_TOTAL_LOCK_WAIT_TIME update total lock wait time0
UPDATE_AVG_LOCK_WAIT_TIME update average lock wait time0
UPDATE_MAX_LOCK_WAIT_TIME update max lock wait time0
READ_ONLY_TRANS_COUNT read only transaction count0
READ_ONLY_TRANS_TOTAL_EXETIME read only transaction total execution time0
READ_ONLY_TRANS_AVG_EXETIME read only transaction average execution time0
READ_ONLY_TRANS_MAX_EXETIME read only transaction max execution time0
UPDATE_TRANS_COUNT update transaction count0
UPDATE_TRANS_TOTAL_EXETIME update transaction total execution time0
UPDATE_TRANS_AVG_EXETIME update transaction average execution time0
UPDATE_TRANS_MAX_EXETIME update transaction max execution time0
ROLLBACK_COUNT rollback count0
ROLLBACK_TOTAL_EXECUTION_TIME rollback total execution time0
ROLLBACK_AVG_EXECUTION_TIME rollback average execution time0
ROLLBACK_MAX_EXECUTION_TIME rollback max execution time0
OTHERS_COUNT other transaction count0
OTHERS_TOTAL_EXECUTION_TIME others total execution time0
OTHERS_AVG_EXECUTION_TIME others average execution time0
OTHERS_MAX_EXECUTION_TIME others max execution time0
OTHERS_LOCK_WAIT_COUNT others lock wait count0
OTHERS_TOTAL_LOCK_WAIT_TIME others total lock wait time0
OTHERS_AVG_LOCK_WAIT_TIME others average lock wait time0
OTHERS_MAX_LOCK_WAIT_TIME others max lock wait time0

Key field Non-key field



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

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

How to access SAP table HDB_M_CONNECTION_STATISTICS

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