ABAP Keyword Documentation → ABAP Glossary
lossless assignment
Assignment between two non-
compatible
data objects in which the
source field contains a valid value, the conversion is lossless, and the target field contains a valid
value after the assignment. The addition EXACT
of the statement MOVE
can be used to check whether an assignment is lossless.