ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

classIncludes

Retrieve the include structure of an ABAP class using the ABAP-ADT-API MCP-Server to enhance object management and streamline development workflows.

Instructions

Get class includes structure

Input Schema

NameRequiredDescriptionDefault
clasYesThe class name

Input Schema (JSON Schema)

{ "properties": { "clas": { "description": "The class name", "type": "string" } }, "required": [ "clas" ], "type": "object" }
ID: p1uxnf0htn