For the complete documentation index, see llms.txt. This page is also available as Markdown.

ABAP

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.

Language specific properties

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.

Source code extraction

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.

In-line suppression of issues

Adding the * NOSONAR or " NOSONAR comment on the line will suppress all issues on that line.

Last updated

Was this helpful?