SAP ABAP Data Element CNV_10020_CCCOND (CC-Condition)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_10020 (Package) CNV package 10020
Basic Data
Data Element CNV_10020_CCCOND
Short Description CC-Condition  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CNV_10020_COND    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID CNV_10020_CONDCC  
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 CC-Cond. 
Medium 15 CC-Condition 
Long 20 CC-Condition 
Heading 10 CC-Cond. 
Documentation

Definition

A CC-condition can be used to combine conditions of different condition types and/or to define a specific evaluation sequence.

Example

In the following example conditions are used like logical operands and combined in a specific way. The meaning of the first two characters of the condition names is the according condition type.

For the complex condition ( FV1 OR FF1 ) AND ( FD1 OR FV2 ), the terms in brackets have to be evaluated at first. The logical operator AND has to be applied on the sub results.

To do so, you have to define CC1 for the first term and CC2 for the second term. CC3 is required to combine them:

  • CC1 = FV1 OR FF1
  • CC2 = FD1 OR FV2
  • CC3 = CC1 AND CC2

History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_46C