We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use READ-ONLY sparingly
Please link here to all relevant sections of the [Clean ABAP guide](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md)
Description
At the end of the section, there is the comment "To avoid misunderstandings: Protecting variables .... "
Since 7.57 it is possible to create Immutable Variables with FINAL https://help.sap.com/doc/abapdocu_757_index_htm/7.57/en-US/index.htm?file=abenfinal_inline.htm
The text was updated successfully, but these errors were encountered:
Please have a closer look into the comment of Björn of the closed PR.
Sorry, something went wrong.
Discussion of what to do with respect to final is in #285 already, in addition to the PR linked by rdibbern above.
No branches or pull requests
Use READ-ONLY sparingly
Description
Since 7.57 it is possible to create Immutable Variables with FINAL
https://help.sap.com/doc/abapdocu_757_index_htm/7.57/en-US/index.htm?file=abenfinal_inline.htm
The text was updated successfully, but these errors were encountered: