DB6ALRTCFG SAP (DB6: Alert Configuration Data) Table details

Dictionary Type: Table
Description: DB6: Alert Configuration Data




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




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

DB6ALRTCFG is a standard SAP Table which is used to store DB6: Alert Configuration Data data and is available within R/3 SAP systems depending on the version and release level.

The DB6ALRTCFG table consists of various fields, each holding specific information or linking keys about DB6: Alert Configuration Data data available in SAP. These include COLLECTOR (Alert: Logical Name of Tool), OBJECT (Alert: Short Name of Monitoring Type), ATTRIBUTE (Alert: Short Name of Monitoring Type), ALRTVALUE (Alert: alert value (1 = green, 2 = yellow, ....)).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DB6ALRTCFG table 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
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
COLLECTORAlert: Logical Name of Tool ALTOOLKEYCHAR40TEXT40
OBJECTAlert: Short Name of Monitoring Type ALMTNAMESHCHAR40CHAR40
ATTRIBUTEAlert: Short Name of Monitoring Type ALMTNAMESHCHAR40CHAR40
ALRTVALUEAlert: alert value (1 = green, 2 = yellow, ....) ALVALUEINT410
ALRTMSGNOMessage Number SYMSGNONUMC3SYMSGNO
REACTMSGNOMessage Number SYMSGNONUMC3SYMSGNO
OPERATOR Operator for Comparison: EQ,GE,LE,GT,LT,NE,BT,NB,IN,NI0
PARAMLIST Value for Comparison(List Separator = ; Range Separator = :)0
PARAMUNITALert: Unit for Perfomance Values ALUNITCHAR4TEXT4
ATTRTYPEAlert: monitoring type class (perf., single msg.,...) ALTIDMTCLCHAR3CHAR3
COMPONENT 0
PARTITN Partition Number0
PATH Path to Object Within Monitoring Tree0
ACTIVE Entry Activated (Y/N)0
CUSTOMIZE Entry May Be Changed by Customer (Y/N)0
REACT Type of Alert Reaction0
MODDATEDB6: Timestamp (Format: YYYYMMDDHHMMSS) DB6TSTAMPCHAR14
MODUSERUser Name SYUNAMECHAR12SYCHAR12
MODCOMMENT Comment0
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
COCKPIT_ACTION Identification of Analysis Action within DBA Cockpit0

Key field Non-key field



How do I retrieve data from SAP table DB6ALRTCFG using ABAP code

The following ABAP code Example will allow you to do a basic selection on DB6ALRTCFG to SELECT all data from the table
DATA: WA_DB6ALRTCFG TYPE DB6ALRTCFG.

SELECT SINGLE *
FROM DB6ALRTCFG
INTO CORRESPONDING FIELDS OF WA_DB6ALRTCFG
WHERE...

How to access SAP table DB6ALRTCFG

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