ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

syntaxCheckCode

Check ABAP source code syntax for errors to ensure accuracy and compliance. Validate code directly within the ABAP-ADT-API MCP-Server development workflow.

Instructions

Perform ABAP syntax check with source code

Input Schema

NameRequiredDescriptionDefault
codeYes
mainProgramNo
mainUrlNo
urlNo
versionNo

Input Schema (JSON Schema)

{ "properties": { "code": { "type": "string" }, "mainProgram": { "optional": true, "type": "string" }, "mainUrl": { "optional": true, "type": "string" }, "url": { "optional": true, "type": "string" }, "version": { "optional": true, "type": "string" } }, "required": [ "code" ], "type": "object" }
ID: p1uxnf0htn