DB2ASUTIL SAP (Performance Values for OS/390 Address Spaces) Structure details

Dictionary Type: Structure
Description: Performance Values for OS/390 Address Spaces




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




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

DB2ASUTIL 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 "Performance Values for OS/390 Address Spaces" 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_DB2ASUTIL TYPE DB2ASUTIL.

The DB2ASUTIL table consists of various fields, each holding specific information or linking keys about Performance Values for OS/390 Address Spaces data available in SAP. These include RES_TIME (Transaction resident time), OUT_TIME (Transaction out time), CON_TIME (Device connect time), TCB_TIME (Total TCB 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: Not classified


SAP DB2ASUTIL 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
JOBNAMEJob name DB2ASJOBNCHAR8DB2COLCHRN
RES_TIMETransaction resident time DB2ASRESTNUMC7DB2COLINT
OUT_TIMETransaction out time DB2ASOUTTNUMC7DB2COLINT
CON_TIMEDevice connect time DB2ASCONTNUMC7DB2COLINT
TCB_TIMETotal TCB time DB2ASTCBTNUMC7DB2COLINT
SRB_TIMETotal SRB time DB2ASSRBTNUMC7DB2COLINT
CPU_TIMETotal CPU time DB2ASCPUTNUMC7DB2COLINT
CPU_UTILCPU utilization DB2ASCPUUCHAR6DB2COLCHR1
PAGE_INNumber of frames paged in DB2ASPGINNUMC7DB2COLINT
PAGE_OUTNumber of frames paged out DB2ASPGOTNUMC7DB2COLINT
REALAverage number of real frames DB2ASREALNUMC7DB2COLINT
BELOW_FFNumber of frames below the line DB2ASBELONUMC7DB2COLINT
PRIV_FFNumber of private frames DB2ASPRIVNUMC7DB2COLINT
EXCP_CNTException count DB2ASEXCPNUMC7DB2COLINT

Key field Non-key field



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

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

How to access SAP table DB2ASUTIL

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