SAP ABAP Data Element DCENDE0006 (Do not execute checks or execute them as warnings only)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDVI (Package) ABAP/4 Dictionary: Views, Lock Objects
Basic Data
Data Element DCENDE0006
Short Description Do not execute checks or execute them as warnings only  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type DD_CHECK    
Data Type CHAR   Character String 
Length 6    
Decimal Places 0    
Output Length 6    
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 Do not chk 
Medium 15 Do not check 
Long 20 No checks 
Heading N.chck 
Documentation

Definition

This parameter defines the checks which the called program should perform.

The following values are valid:

  • ' ': Standard case. All the checks are performed and if there is an error, an error message is output. In the program itself, however, individual checks are switched off or reduced to warnings.
  • 'W': All the checks are performed and cause warnings if there is an error.
  • 'X': No checks are performed.
  • 'MEMxxx': The checks of the called program are controlled internally by a structured parameter par. This parameter must already have been placed in ABAP memory under the key MEMxxx. Otherwise processing is as for the standard case. (Parameter par is generally named controlstring_wa, whereby controlstring is a structure created in the ABAP Dictionary for this purpose.)

History
Last changed by/on SAP  19950825 
SAP Release Created in