abapOpenChecks icon indicating copy to clipboard operation
abapOpenChecks copied to clipboard

Open source checks for SAP Code Inspector / ABAP Test Cockpit

Results 117 abapOpenChecks issues
Sort by recently updated
recently updated
newest added

AOC Shadowed variables detect no shadowing inside a method

The check suggests you to chain consecutive declarations, which goes against SAP style guidelines. https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP.md#do-not-chain-up-front-declarations

When I activate a Function Module after, execute Pretty Painter, code changes and all Function Module interface to uppercase: Before: ![image](https://user-images.githubusercontent.com/56556686/71083528-85fbc400-2193-11ea-879b-f21b61bf457d.png) After: ![image](https://user-images.githubusercontent.com/56556686/71083546-8e53ff00-2193-11ea-8036-7bb0d1837da1.png) I don't know if this is a...

In some cases it is necessary to use MESSAGE in a global class in order to write to the job log for a program which is run as a background...

Checking the syntax of the given code in the testclasses. example is in my PR #886 - in my testclass for check 98 I used invalid syntax. A check can...

``` abap CASE sy-subrc. WHEN 0. WHEN OTHERS. WRITE: / 'hello world'. ENDCASE. ```

I worked a little bit on the topic unit test with code coverage and would implement this in a test. How do you see the topic?

https://github.com/markdownlint/markdownlint

refer to data dictionary where possible

new feature