Avoid use of certain statements
avoid_use
Description
Detects usage of certain statements.
Extended Information
DEFAULT KEY: https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#avoid-default-key
Macros: https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abenmacros_guidl.htm
STATICS: use CLASS-DATA instead
DESCRIBE TABLE LINES: use lines() instead (quickfix exists)
TEST-SEAMS: https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#use-test-seams-as-temporary-workaround
BREAK points