SAP LOSSLESS ASSIGNMENT - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

lossless assignment
Assignment between two non- compatible data objects, where 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
BEGIN_SECTION VERSION 5 OUT and the addition EXACT of the obsolete statement MOVE
END_SECTION VERSION 5 OUT can be used to check whether an assignment is lossless.
ABAP_MORE_INFO