abapOpenChecks
abapOpenChecks copied to clipboard
Open source checks for SAP Code Inspector / ABAP Test Cockpit
This makes using the result of the variable analyzer easier. Before this change, it wasn't possible to easily get the statement of the token. Currently only relevant for check 102....
I want to flag the use of `me->` everywhere except in exception classes. It would be great if a filter could be added so I could set it to ignore...
Currently it is not possible to check most modified SAP standard objects when the ATC check is called via RFC. The cause is this logic within method `INFORM` of `ZCL_AOC_SUPER`:...
Fixes #1183 It isn't simply enough to call method `ENABLE_CHECKSUM` in the constructor. SAP standard requires setting the attribute `USES_CHECKSUM` in the constructor for exemptions to work correctly. For now,...
It is not possible to apply exemptions on finding level. I need it for check 102 and I've tried a few other checks - none of them support applying the...
Fixes #1157 The method `INFORM` of `ZCL_AOC_SUPER` contains logic to check if an object was modified. This only properly worked within non-RFC checks because direct database selections were used. I've...
**Symptoms**: In newer S/4HANA systems: - Error in check run - ASSSERTION_FAILED In all systems: exemption or baseline not valid for a finding of Check 01 **Reason** The lookup of...