EVE_THRESHOLD_S SAP (Severity for Threshold Values) Table details

Dictionary Type: Table
Description: Severity for Threshold Values




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




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

EVE_THRESHOLD_S is a standard SAP Table which is used to store Severity for Threshold Values data and is available within R/3 SAP systems depending on the version and release level.

The EVE_THRESHOLD_S table consists of various fields, each holding specific information or linking keys about Severity for Threshold Values data available in SAP. These include APPLICATION (Evaluation Engine Application), SEVERITY (Severity of Threshold Value of Evaluations), NOT_MANUAL (Severity Cannot Be Set Manually), ICONNAME (Name of an Icon).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = EVE_THRESHOLD_ST


SAP EVE_THRESHOLD_S 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
CLIENTClient MANDTCLNT3T000MANDT
APPLICATIONEvaluation Engine Application EVE_TV_APPLICATIONCHAR16EVE_APPLICATIONEVE_APPLICATION
SEVERITYSeverity of Threshold Value of Evaluations EVE_TV_THRESHOLD_SEVERITYNUMC5EVE_THRESHOLD_SEVERITY
NOT_MANUALSeverity Cannot Be Set Manually EVE_TV_SEVERITY_NOT_MANUALCHAR1EVE_BOOLE
ICONNAMEName of an Icon ICONNAMECHAR30ICONNAME
ICON_URLStatus URL EVE_TV_ICON_URLCHAR255EVE_URL
ALERTCAT_AUTOAlert Category 'Severities from Evaluation' EVE_TV_ALERT_CAT_AUTOCHAR30Assigned to domainSALRTDCATEVE_ALERT_CATEGORY
ALERTCAT_MANUAlert Category 'Severities Set Manually' EVE_TV_ALERT_CAT_MANUCHAR30Assigned to domainSALRTDCATEVE_ALERT_CATEGORY
ALERTCAT_AGGDAlert Category 'Aggregated Severities' EVE_TV_ALERT_CAT_AGGDCHAR30Assigned to domainSALRTDCATEVE_ALERT_CATEGORY

Key field Non-key field



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

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

SELECT SINGLE *
FROM EVE_THRESHOLD_S
INTO CORRESPONDING FIELDS OF WA_EVE_THRESHOLD_S
WHERE...

How to access SAP table EVE_THRESHOLD_S

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