activateObjects
Activate ABAP development objects in SAP systems by providing object references with required properties like URI, type, name, and parent URI. Supports optional pre-audit checks for validation.
Instructions
Activate ABAP objects using object references
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | Yes | JSON array of objects to activate. Each object must have adtcore:uri, adtcore:type, adtcore:name, and adtcore:parentUri properties | |
| preauditRequested | No | Whether to perform pre-audit checks |