DB4_VIEW_PERF_OVERVIEW SAP (DB4: View data for performance overview) Structure details

Dictionary Type: Structure
Description: DB4: View data for performance overview




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




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

DB4_VIEW_PERF_OVERVIEW 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 "DB4: View data for performance overview" 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_DB4_VIEW_PERF_OVERVIEW TYPE DB4_VIEW_PERF_OVERVIEW.

The DB4_VIEW_PERF_OVERVIEW table consists of various fields, each holding specific information or linking keys about DB4: View data for performance overview data available in SAP. These include SCHEMA_NAME (Library name), SAP_TYPE (SAP Type), ASP_NUMBER (Auxiliary Storage Pool ASP Number), ASP_DEVICE (Auxiliary Storage Pool ASP Device).. 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 DB4_VIEW_PERF_OVERVIEW 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
SAP_SID SAP System name0
SCHEMA_NAME Library name0
SAP_TYPE SAP Type0
ASP_NUMBER Auxiliary Storage Pool ASP Number0
ASP_DEVICE Auxiliary Storage Pool ASP Device0
HOST_ID_KEY Host identifier selected0
HOST_ID Host identifier0
HOST_NAME Host name0
IPLDATA_HOST_NAME_TAB 0
OSRELEASE Release0
SERIAL_NUMBER Serial Number0
IPL_TIME_NR IPL Number selected0
IPL_NUMBER IPL Number0
IPL_TIME IPL Time0
IPLDATA_TIME_TAB 0
CUMULATIVE Cumulative order number0
CUM_LEVEL Cumulative level0
CUM_STATUS Cumulative status0
HIPER Hiper order number0
HIPER_LEVEL Hiper level0
HIPER_STATUS Hiper status0
DBGROUP DBGroup order number0
DBGROUP_LEVEL DBGroup level0
DBGROUP_STATUS DBGroup status0
SQL_SUMMARY_TS_KEY SQL Summary id0
SQL_SUMMARY_TS_LOCAL Analysis Time (Local)0
SQL_SUMMARY_TS_UTC Analysis Time (UTC)0
SQL_SUMMARY_TS_LOCAL_LIST 0
SUM_INTERVAL_SECS Elapsed time (s)0
SUM_NUMBER_CALLS Number of calls0
SUM_TIME_PER_CALL_MS Time per call (ms)0
SUM_NUMBER_ROWS Number of rows0
SUM_TBLSCAN_NUMBER Table scans0
SUM_TBLSCAN_TOT_MS Total time table scans0
SUM_TMPMETH_NUMBER Temporary methods0
SUM_TMPMETH_TOT_MS Total time temporary methods0
NUMBER_PACKAGES Number of SQL Packages0
PKG_TOTALSIZE_KB Total size of SQL Packages0
LARGE_PKG01_LIBRFILE Largest SQL Package0
LARGE_PKG01_LIB Library largest SQL Package0
LARGE_PKG01_NAME File largest SQL Package0
LARGE_PKG01_SIZE_KB Size of largest SQL Package (KB)0
CPU_DATA_TS_ID Timestamp id0
CPU_DATA_TS_LOCAL Analysis Time (Local) CPU data0
CPU_DATA_TS_UTC Analysis Time (UTC) CPU data0
CPU_DATA_TS_LIST 0
MIN_AVAIL_MIN Minimum available CPUs0
AVG_AVAIL_USED_AVG Average available CPU (%)0
AVG_WAIT_DBLOCK_SECS_WP_AVG Average dblock/wp (s)0
MAX_WAIT_DBLOCK_SECS_WP_MAX Maximum dblock/wp (s)0
AVG_WAIT_NDBLOCK_SECS_WP_AVG Average non-dblock/wp (s)0
MAX_WAIT_NDBLOCK_SECS_WP_MAX Maximum non-dblock/wp (s)0
AVG_DISK_ASP_SIZE_MB Average disk size (MB)0
MAX_DISK_ASP_FULL_PERCENT Maximum disk full percent (%)0
DISK_BALANCE_QUALITY Disk balance quality (%)0
MAX_DISK_SERVTIME_MAX Maximum disk service time (ms)0
AVG_DISK_SERVTIME_AVG Average isk service time (ms)0
PICK_RCV Dynpro field name0

Key field Non-key field



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

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

How to access SAP table DB4_VIEW_PERF_OVERVIEW

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