You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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.