79263884

Date: 2024-12-09 05:11:17
Score: 2
Natty:
Report link

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

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: samin