SAP ABAP Data Element SLDW_ESTAT (Check Status for Whitelist Element)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC (Application Component) Security
     SLDW (Package) Generic Whitelist Administration
Basic Data
Data Element SLDW_ESTAT
Short Description Check Status for Whitelist Element  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SLDW_ESTAT    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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 10 Status (D) 
Medium 15 Check Status(D) 
Long 40 Check Status for Whitelist Element(Dev.) 
Heading 40 Check Status for Whitelist Element(Dev.) 
Documentation

Definition

The check status of a whitelist element controls the interpretation of the result during the whitelist check.
Possible statuses are:

  • X - Allowed whitelist element (standard case)
    The whitelist element is a valid entry of the whitelist. The check for this element results in the return code 0.
  • A - Element for check notification (attention mode)
    During the check on this element, the system explicitly notifies the user about the whitelist check using a warning. After the notification, the system continues processing. The check for this element results in the return code 6 (Meaning: Notification of whitelist check).
  • D - Element not allowed (marked for deletion)
    The whitelist element is not a valid entry of the whitelist. The check for this element results in the return code 12 (Meaning: Failed whitelist check).
  • <Space> - Undefined
    Whitelist elements to which no valid check status has yet been assigned are handled as invalid elements during the check.

Use

Dependencies

Example

History
Last changed by/on SAP  20141013 
SAP Release Created in 740