SAP ABAP Data Element SAUNIT_D_ATTRIBUTE_RISK_LEVEL (Risk Level)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-UT (Application Component) ABAP Unit
     SABP_UNIT_CORE_API (Package) ABAP Unit: Public API
Basic Data
Data Element SAUNIT_D_ATTRIBUTE_RISK_LEVEL
Short Description Risk Level  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SAUNIT_ATTRIBUTE_RISK_LEVEL    
Data Type INT1   1-byte integer, integer number <= 255 
Length 3    
Decimal Places 0    
Output Length 3    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short  
Medium  
Long 20 Risk Level 
Heading  
Documentation

Definition

The RISK LEVEL describes the effects that a test can have on the data security of the system:

  • CRITICAL -     such as changes to system settings or Customizing
  • DANGEROUS -     such as changes to persistent data
  • HARMLESS    -     no effects on persistent data or system settings

The RISK LEVEL is assigned by the following extension to the CLASS DEFINITION statement of a test class:

  • RISK LEVEL CRITICAL - default
  • RISK LEVEL DANGEROUS
  • RISK LEVEL HARMLESS

See also

Attributes of Unit Tests

History
Last changed by/on SAP  20110908 
SAP Release Created in 700