Skip to content

abaplint/abaplint-sci-server

Repository files navigation

abaplint SCI Server

This project enables abaplint to be run in the context of SAP Code Inspector (SCI), allowing immediate feedback to the ABAP developers in their standard editor, SE24 / SE80 / SE38 / ABAP in Eclipse. And also works seamlessly with other places where the code inspector is triggered like ABAP Test Cockpit (ATC).

Overview

The integration requires two parts: The abaplint Server (this project) and the abaplint Client. When performing code checks through one of the supported editors or transactions, the abaplint Client will collect the necessary objects and dependencies and send them to the abaplint Server to be processed. The server responds with all of the abaplint findings, which are displayed like any other check results in the SAP tools.

Components

Important: The code under test leaves your ABAP system! Be sure to use a secure and controllable abaplint Server.

Deployment Options

The server is provided as a NodeJs application and Docker image. It can therefore be deployed in several ways, for example:

  • Using SAP Cloud Foundry
  • Using Docker On-premise
  • Using Azure Container Instance
  • Using Kyma
  • Using Helm

See Deployment Options

Homepage

The homepage of your server will show the abaplint version, some details about the server environment, and a list of the most recent abaplint API requests.

abaplint Server homepage

Development Notes

Docker Development Notes