SAP ABAP Data Element RSINSP_CHECK_IS_BOOL (Check Results in Boolean Value)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSIQM_INSPECTION (Package) IQM in BI: Inspection Plan
Basic Data
Data Element RSINSP_CHECK_IS_BOOL
Short Description Check Results in Boolean Value  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RS_BOOL    
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 Bool Check 
Medium 15 Bool. Check 
Long 22 Boolean Check. Result 
Heading 36 Check Results in Boolean Value 
Documentation

Definition

Indicator whether a check only provides a truth value

If the indicator is set, the check can only provide the values true or false.

  • True (true, ABAP_TRUE of type group ABAP, 'X') means that the object passed the check.
  • False (false, ABAP_FALSE of type group ABAP, 'X') means that the object did not pass the check.

If the indicator is not set, you can calculate a deviation between 0 and 100% in the check and assign this to the results of the check.

  • A deviation of 0% means that the check was passed if it did not deviate from the expected value. From the point of view of this check, the object is completely correct. In the transformation, you can use the constant siqc_c_deviance-min (type group SIQC) in a routine for this purpose.
  • A deviation of 100% means that the object is completely incorrect from the point of view of this check. In the transformation, you can use the constant siqc_c_deviance-max (type group SIQC) in a routine for this purpose.
  • All intermediate values between 0% and 100% are also allowed. All other values are not allowed and result in a runtime error.

Use

Set this indicator if the check should only provide a truth value.

Do not set this indicator if the results of the check should be a deviation between 0 and 100%.

Depending on the indicator, the target field in the transformation to which the checking results are assigned gets a different data type.

Dependencies

Example

History
Last changed by/on SAP  20130604 
SAP Release Created in 710