ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

activateByName

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