Entering Characteristics and Characteristic Values 
Characteristics
You enter the language-independent name of the characteristic.
No distinction is made between upper and lower case letters in characteristic names.The following restrictions apply when using characteristics in dependencies:
·
No characteristics with data types TIME, DATE, or CURR (currency)·
No characteristics with a user-defined data type, because dependencies can only read single characteristics.Character Values
COLOR = ‘RED’
-
If the characteristic values are not case sensitive, the values are automatically converted to upper case letters:color = ‘red’
is converted internally to COLOR = ‘RED’-
If a characteristic value is case sensitive, you must use upper and lower case letters as maintained in the characteristic.Numeric Values
Width = 15
Width = 2.34
-100
314E-2
0.314E+01

The system checks alphanumeric values to see if they exist in the characteristic.
There is no check for numeric values.