MCP ABAP ADT

by mario-andreschak
Verified

GetStructure

Retrieve ABAP Structure

Input Schema

NameRequiredDescriptionDefault
structure_nameYesName of the ABAP Structure

Input Schema (JSON Schema)

{ "properties": { "structure_name": { "description": "Name of the ABAP Structure", "type": "string" } }, "required": [ "structure_name" ], "type": "object" }