Background documentation-892: Variable may be overflow Locate this document in the navigation structure

 

Explanation

This warning is set if a numeric value greater than allowed by the column definition can be transferred to a table. At runtime, the error -751 can be returned; i.e. the SQL statement will not be executed then.

User Response

To avoid error -751 check the size of the value before transferring it into the table. The handling of this error must be programmed.