-
Notifications
You must be signed in to change notification settings - Fork 70
add new check for 'Prefer INSERT INTO TABLE to APPEND TO' #623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
The current implementation/documentation looks fine, but the check should probably not emit findings for the special case of APPEND ... SORTED BY ...
statements (cf. ABAP keyword documentation) since the special behaviour of the SORTED BY
addition cannot be emulated with an INSERT statement.
Could we add that the finding is suppressed if a SORTED BY
addition is present?
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
#415