You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSERT VALUE #( ... ) INTO TABLE itab. INSERT INTO TABLE works with all table and key types, thus making it easier for you to refactor the table's type and key definitions if your performance requirements change.
Use APPEND TO only if you use a STANDARD table in an array-like fashion, if you want to stress that the added entry shall be the last row.
@00500500 Yep, closing this.
Tip: If you write "Closes #415" in the first line of the pull request (instead of just "#415" as you did in #623), merging the pull request automatically closes the referenced issue.
https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#prefer-insert-into-table-to-append-to
The text was updated successfully, but these errors were encountered: