SAP ABAP Data Element BRF_C1_AS_BOOLE (Interpret CHAR1 as Boolean)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BRF (Application Component) Business Rule Framework
     SBRF (Package) Business Rule Framework
Basic Data
Data Element BRF_C1_AS_BOOLE
Short Description Interpret CHAR1 as Boolean  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type BRF_BOOLE_D    
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 C1/Boole 
Medium 20 CHAR1 as Boolean 
Long 40 Interpret CHAR1 as Boolean 
Heading 55 Interpret CHAR1 as Boolean 
Documentation

Definition

Use

Means that result type CHAR (for characters) with length 1 is automatically interpreted as being a Boolean result type.

Dependencies

You can only use this indicator for result type CHAR with length 1.

Example

An expression has expression type 0SM001(simple value request). The field of a structure has type CHAR with length 1. Its content is either SPACE or "X". This means that this field is really a Boolean field, which has been implemented as a CHAR field with length 1 for technical reasons. In this case, set this indicator.

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