Prefer INSERT INTO TABLE over APPEND

 home quick fix styleguide  single file   example  edit

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

Default Configuration

Hover to see descriptions, Ctrl+Space for suggestions

Examples