ABAP
Language-specific information about the way SonarQube Cloud supports the analysis of ABAP.
Last updated
Was this helpful?
Language-specific information about the way SonarQube Cloud supports the analysis of ABAP.
This language is available only in the Enterprise plan. See the Subscription plans page for details.
To discover and update the ABAP-specific properties, navigate in SonarQube Cloud to Your Project > Administration > General Settings > Languages > ABAP. See Configuration overview for more information about setting properties.
In order to analyze your source code with SonarQube Cloud you need to first extract it from SAP onto a file system. 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 ALM 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?

