ABAP
ABAP analysis is available starting in commercial editions of SonarQube Server.
Last updated
Was this helpful?
ABAP analysis is available starting in commercial editions of SonarQube Server.
Discover and update the ABAP-specific analysis parameters by going to Administration > Configuration > General Settings > Languages > ABAP.
In order to analyze your source code with SonarQube Server you need to first extract it from SAP onto a filesystem. You can use your own tool or an open-source tool; Sonar does not provide any connectors or source code extraction tools.
You can also use abapGit client to manage your project in a Git repository and analyze it directly from your DevOps system.
Adding the * NOSONAR or " NOSONAR comment on the line will suppress all issues on that line.
Rather than relying on this method, we suggest refining your analysis scope to avoid creating major gaps in your code review. Because the NOSONAR comment silences all current and future issues on a line without regard for their severity, it is an imprecise tool. Even if you only intend to hide a minor stylistic point, you could unintentionally obscure a serious security flaw.
Last updated
Was this helpful?
Was this helpful?

