ActivateObjects
Activates ABAP repository objects after creation or update to make them active. Supports batch activation of related objects like domains, data elements, and tables.
Instructions
Activate one or multiple ABAP repository objects. Use after Create/Update when objects remain inactive, or for group activation of related objects (e.g., domains + data elements + tables together). Works with any object type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | Yes | Array of objects to activate. Each object must have 'name' and 'type'. | |
| preaudit | No | Request pre-audit before activation. Default: true |