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).
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.
Important: The code under test leaves your ABAP system! Be sure to use a secure and controllable abaplint Server. For a test, you might use the common server at http://sci.abaplint.org/ (but please don't post any proprietary code).
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
Get the free SAP Cloud Foundry Trial.
cf login
npm install
npm test
npm run build
cf push
A docker image is available on Docker Hub. See Docker Deployment for details.
You can configure a Github action to automatically create an abaplint Server running in an Azure Container Instance.
If you ping the FQDN of your abaplint Server, it should reply with message like:
Server is OK, abaplint version = 2.52.5
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.