Background documentation-28014: Var-object has been overwritten Locate this document in the navigation structure

 

Explanation

A IN-PLACE-Change was executed on an object of variable size which enlarged the object.

User Response

Make sure that the size of variable objects does not change when executing IN-PLACE-Changes on them. If a size change is necessary, then it is required to use the method for changing the size normally and not the method for IN-PLACE-Changes.