ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

mainPrograms

Retrieve main programs associated with a specific include using the ABAP-ADT-API MCP-Server, enabling streamlined ABAP development workflows and code analysis.

Instructions

Retrieves the main programs for a given include.

Input Schema

NameRequiredDescriptionDefault
includeUrlYesThe URL of the include.

Input Schema (JSON Schema)

{ "properties": { "includeUrl": { "description": "The URL of the include.", "type": "string" } }, "required": [ "includeUrl" ], "type": "object" }
ID: p1uxnf0htn