FIELD-SYMBOL is faster than INTO DATA because FIELD-SYMBOL does not copy any row into a working area before updating the internal table. FS is storing the location of the records so we can update the data instantly. Here's the comparation between FIELD-SYMBOL and INTO DATA