SALADAAL SAP (SAP DB: Database Alert Threshold) Structure details

Dictionary Type: Structure
Description: SAP DB: Database Alert Threshold




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




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

SALADAAL 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 "SAP DB: Database Alert Threshold" 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_SALADAAL TYPE SALADAAL.

The SALADAAL table consists of various fields, each holding specific information or linking keys about SAP DB: Database Alert Threshold data available in SAP. These include DATA_CACH (Data cache hit ratio), CONV_CACH (Converter cache hit ratio), SQL_COMM (Number of SQL commands for each period), COMMITS (Number of commits for each period).. 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 SALADAAL 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
ALRTINTVLDatabase Alert Monitor Refresh Interval: multiples of 10s ALALRTINTLINT13INT1
DATA_CACHData cache hit ratio ALDATACACHINT410INT4
CONV_CACHConverter cache hit ratio ALCONVCACHINT410INT4
SQL_COMMNumber of SQL commands for each period ALCOMMANDSINT410INT4
COMMITSNumber of commits for each period ALCOMMITSINT410INT4
EXECUTESNumber of executes for each period ALEXECUTESINT410INT4
PREPARESNumber of prepares for each period ALPREPARESINT410INT4
ROLLBACKSUser Rollbacks per Refresh Interval ALROLLBACKINT410
CATSCANSNumber of catalog scans for each period ALCATSCANSINT410INT4
TABSCANSNumber of table scans ALTABSCANSINT410INT4
PHYREADSPhysical reads for each period ALPHYREADSINT410INT4
PHYWRITESPhysical writes for each period ALPHYWRITEINT410INT4
DB_FILLDatabase filling level ALDB_FILLINT410INT4
LOG_FILLLog filling level ALLOG_FILLINT410INT4
BACKUP_AGEAllowed age of a full backup ALBACKUPINT410INT4
UPDATE_AGEAllowed age of an update statistics action ALUPDATEINT410INT4
UPDCHECKUpdate stats last check days UPDCHECKINT410
UPDRUNUpdate stats last run days UPDRUNINT410

Key field Non-key field



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

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

How to access SAP table SALADAAL

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