ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

activateByName

Activate ABAP objects by specifying their name and URL within the ABAP-ADT-API MCP-Server. Supports pre-audit checks for enhanced object validation.

Instructions

Activate an ABAP object using name and URL

Input Schema

NameRequiredDescriptionDefault
mainIncludeNoMain include context
objectNameYesName of the object
objectUrlYesURL of the object
preauditRequestedNoWhether to perform pre-audit checks

Input Schema (JSON Schema)

{ "properties": { "mainInclude": { "description": "Main include context", "optional": true, "type": "string" }, "objectName": { "description": "Name of the object", "type": "string" }, "objectUrl": { "description": "URL of the object", "type": "string" }, "preauditRequested": { "description": "Whether to perform pre-audit checks", "optional": true, "type": "boolean" } }, "required": [ "objectName", "objectUrl" ], "type": "object" }
ID: p1uxnf0htn