CWLAT0013E   The 0 value for the 1 temporary variable of the 2 data type is not valid.

Explanation

The temporary variable, which is also known as the local variable, must have the following values for the corresponding data type: Integer data types byte From +127 to -128 short From +32767 to -32768 int From +2147483647 to -2147483648 long From +9223372036854775807 to -9223372036854775808 Real numbers data types float From 3.4028235E38 to 1.4E-45 double From 1.7976931348623157E308 to 4.9E-324 Other data types char 16-bit Unicode character Boolean true or false

User response

In the business object mapping editor, in the Properties view, on the Details tab, update the local variable with a valid value.