ABAP Keyword Documentation →  ABAP − Reference →  Processing Internal Data →  Assignments →  Lossless Assignments →  Lossless Assignments - Rules → 

Checking Internal Tables

The operator EXACT checks a table specified as an argument row-by-row against the table-like row type:

The table category and the table key are ignored by the check.

If the check raises an exception due to an invalid value or loss of values, the target table is filled with all rows assigned up to that point.

Notes