DB2_COL_PROFILE SAP (DB2 SAP Collector Profile to store the Config of db2qprof) Structure details

Dictionary Type: Structure
Description: DB2 SAP Collector Profile to store the Config of db2qprof




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




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

DB2_COL_PROFILE 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 "DB2 SAP Collector Profile to store the Config of db2qprof" 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_DB2_COL_PROFILE TYPE DB2_COL_PROFILE.

The DB2_COL_PROFILE table consists of various fields, each holding specific information or linking keys about DB2 SAP Collector Profile to store the Config of db2qprof data available in SAP. These include DSC_HIST_STMT_NO (Retain Top n Stetements in Statement Cache History), DSC_OFFSET_STATSTIME (Offeset in minutes to Start Statement Cache History), DSCHIST_CLEAN_INTERVAL (Retain n Days in Statement Cache History), ACC_TIME_EVAL (Global Times Interval in minutes (n * ZPARM STATIME().. 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 DB2_COL_PROFILE 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
DSC_HIST_EVAL Statement Cache Hist Interval in minutes (n * ZPARM STATIME(0
DSC_HIST_STMT_NO Retain Top n Stetements in Statement Cache History0
DSC_OFFSET_STATSTIME Offeset in minutes to Start Statement Cache History0
DSCHIST_CLEAN_INTERVAL Retain n Days in Statement Cache History0
ACC_TIME_EVAL Global Times Interval in minutes (n * ZPARM STATIME(0
GLOTIME_CLEAN_INTERVAL Retain n Days of Global Times0
DB02_KEEP_DAYS Number of entries to retain in DB02 day history per object0
DB02_KEEP_WEEKS Number of entries to retain in DB02 week history per object0
DB02_KEEP_MONTHS Number of entries to retain in DB02 month history per object0
DB02_COLLECT 0=DB02 history OFF, 1=DB02 history ON0
DB02_OFFSET 0
ALERTS_CLEAN_INTERVAL Retain n Days in Alert History0
DBM1_TIME_EVAL DBM1 Strg Hist Times Interval in minutes (n * ZPARM STATIME(0
STRG_CLEAN_INTERVAL Retain n Days in DBM1 storage History0
DB02_THRESHOLD_YELLOW DB02 Space Alert Limit for yellow traffic light in %0
DB02_THRESHOLD_RED DB02 Space Alert Limit for redaffic light in %0
STOP_AT_DB2_SHUTDOWN ALR behavior when DB2 stops: 0=ALR disconnects, 1=ALR stops0

Key field Non-key field



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

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

How to access SAP table DB2_COL_PROFILE

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