ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

findDefinition

Locate the definition of symbols in ABAP code by specifying source, line, and column details to streamline development and code analysis.

Instructions

Find symbol definition

Input Schema

NameRequiredDescriptionDefault
endColYes
implementationNo
lineYes
mainProgramNo
sourceYes
startColYes
urlYes

Input Schema (JSON Schema)

{ "properties": { "endCol": { "type": "number" }, "implementation": { "optional": true, "type": "boolean" }, "line": { "type": "number" }, "mainProgram": { "optional": true, "type": "string" }, "source": { "type": "string" }, "startCol": { "type": "number" }, "url": { "type": "string" } }, "required": [ "url", "source", "line", "startCol", "endCol" ], "type": "object" }
ID: p1uxnf0htn