ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

runClass

Execute a specified ABAP class directly from the ABAP-ADT-API MCP-Server to streamline development and testing processes.

Instructions

Runs a class.

Input Schema

NameRequiredDescriptionDefault
classNameYes

Input Schema (JSON Schema)

{ "properties": { "className": { "type": "string" } }, "required": [ "className" ], "type": "object" }
ID: p1uxnf0htn