ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

codeCompletionElement

Retrieve code completion element details in ABAP systems by specifying source code location, enhancing development efficiency with accurate context-aware suggestions.

Instructions

Retrieves code completion element information.

Input Schema

NameRequiredDescriptionDefault
columnYes
lineYes
sourceYes
sourceUrlYes

Input Schema (JSON Schema)

{ "properties": { "column": { "type": "number" }, "line": { "type": "number" }, "source": { "type": "string" }, "sourceUrl": { "type": "string" } }, "required": [ "sourceUrl", "source", "line", "column" ], "type": "object" }
ID: p1uxnf0htn