SAP ABAP Data Element VSCONJ (AND/OR link in a selection condition)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SMAC (Package) R/3 Matchcode Development
Basic Data
Data Element VSCONJ
Short Description AND/OR link in a selection condition  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type VSCONJ    
Data Type CHAR   Character String 
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 10 AND/OR 
Medium 15 AND/OR 
Long 20 AND/OR 
Heading AND/OR 
Documentation

Definition

Field value comparisons in selection conditions can be linked with the logical operators 'AND' and 'OR'. 'OR' operations, however, are only permitted between field value comparisons which refer to the same field.

Use

Procedure

Examples

Dependencies

Note that here 'OR' has priority over 'AND'.

The condition <BED1> AND <BED2> OR <BED3> is therefore interpreted as
<BED1> AND (<BED2> OR <BED3>).

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