ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

activateObjects

Activate ABAP objects using object references

Input Schema

NameRequiredDescriptionDefault
objectsYesJSON array of objects to activate. Each object must have adtcore:uri, adtcore:type, adtcore:name, and adtcore:parentUri properties
preauditRequestedNoWhether to perform pre-audit checks

Input Schema (JSON Schema)

{ "properties": { "objects": { "description": "JSON array of objects to activate. Each object must have adtcore:uri, adtcore:type, adtcore:name, and adtcore:parentUri properties", "type": "string" }, "preauditRequested": { "description": "Whether to perform pre-audit checks", "optional": true, "type": "boolean" } }, "required": [ "objects" ], "type": "object" }