SAP ABAP Data Element CNV_10020_CONDNAME (Condition name)
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_CONDNAME
Short Description Condition name  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CNV_10020_NAME    
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   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Condition 
Medium 15 Condition 
Long 20 Condition name 
Heading 30 Condition 
Documentation

Definition

A condition consists of two operands linked by a logical operator. The evaluation of the condition leads to a valid or invalid result that can be used for further logic.
Different types of operands are handled by different condition types.

There are three different types of operands:

Operand type    Usage

Field    Use this type when you have to access one or more fields of the same data record. This includes also components of non-transparent fields.

Value    Use this type when you have a specifc value. This includes also multiple values that are handled by value lists.

Determination    Use this type when you have to access data of a different table. This is done by a determination path. One or more fields of the same data record can be used to provide the source value for determination.

Example

A simple evaluation rule could look like this: "For object type 'KS' the component 'Controlling area' is located at offset 2 in the non-transparent field OBJNR."

The rule contains a condition ("For object type 'KS'") that consists of the operand "Object type" (type Field) (the first two characters of the non-transparent field OBJNR) and the operand 'KS' (type Value) linked by the logical operator "=".

OBJNR    Condition    Result

KSUS010000010100    Object type = 'KS'?    valid

VB0000004972000030    Object type = 'KS'?    invalid

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