MCP ABAP ADT

by mario-andreschak
Verified

GetTable

Retrieve ABAP table structure

Input Schema

NameRequiredDescriptionDefault
table_nameYesName of the ABAP table

Input Schema (JSON Schema)

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