MCP ABAP ADT

by mario-andreschak
Verified

GetTableContents

Retrieve contents of an ABAP table

Input Schema

NameRequiredDescriptionDefault
max_rowsNoMaximum number of rows to retrieve
table_nameYesName of the ABAP table

Input Schema (JSON Schema)

{ "properties": { "max_rows": { "default": 100, "description": "Maximum number of rows to retrieve", "type": "number" }, "table_name": { "description": "Name of the ABAP table", "type": "string" } }, "required": [ "table_name" ], "type": "object" }