Skip to main content
Glama

MCP ABAP ADT

GetTableContents

Extract contents from an ABAP table by specifying its name and row limit using the MCP ABAP ADT server for efficient data retrieval in SAP systems.

Instructions

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" }

You must be authenticated.

Other Tools from MCP ABAP ADT

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mario-andreschak/mcp-abap-adt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server