/SDF/DB6ALRTCFG SAP (DB2 UDB: Alert Configuration Data) Table details

Dictionary Type: Table
Description: DB2 UDB: Alert Configuration Data




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




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

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

The /SDF/DB6ALRTCFG table consists of various fields, each holding specific information or linking keys about DB2 UDB: Alert Configuration Data data available in SAP. These include OBJECT (Alert: Short Name of Monitorin Type), ATTRIBUTE (Alert: Short Name of Monitorin Type), ALRTVALUE (Alert: alert value (1 = green, 2 = yellow, ....)), ALRTMSGNO (Messages, message number).. 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: Not classified


SAP /SDF/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
COLLECTOR Alert: Logical Name of Tool0
OBJECT Alert: Short Name of Monitorin Type0
ATTRIBUTE Alert: Short Name of Monitorin Type0
ALRTVALUE Alert: alert value (1 = green, 2 = yellow, ....)0
ALRTMSGNO Messages, message number0
REACTMSGNO Messages, message number0
OPERATOR Operator for Comparison: EQ,GE,LE,GT,LT,NE,BT,NB,IN,NI0
PARAMLIST Value for Comparison(List Separator = ; Range Separator = :)0
PARAMUNIT ALert: Unit for Perfomance Values0
ATTRTYPE Alert: monitoring type class (perf., single msg.,...)0
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
MODDATE DB2 Universal Database: Timestamp (Format: YYYYMMDDHHMMSS)0
MODUSER R/3 System, user logon name0
MODCOMMENT Comment0

Key field Non-key field



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

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

SELECT SINGLE *
FROM /SDF/DB6ALRTCFG
INTO CORRESPONDING FIELDS OF WA_/SDF/DB6ALRTCFG
WHERE...

How to access SAP table /SDF/DB6ALRTCFG

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