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 lossless operator EXACT and the addition EXACT of the obsolete statement MOVE can be used to check whether an assignment is lossless.

More