Prefer INSERT INTO TABLE over APPEND
prefer_insert_into_table
Description
Prefer INSERT INTO TABLE over APPEND
Extended Information
INSERT INTO TABLE respects the table type, while APPEND always adds to the end regardless of table type.
https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md