activateObjects
Activate ABAP development objects returned by inactiveObjects, using their exact rows to ensure valid activation. Use activateSafe instead to verify activation and avoid leaving changed method fragments active under old implementations.
Instructions
Activate the objects you name, as rows shaped like the ones inactiveObjects returns. Prefer activateSafe, which activates and then proves it: this call can answer success:true while the object stays inactive, and activating only the class row leaves changed method fragments behind, so the old implementation keeps running under an already-active signature. Every row needs a non-empty adtcore:parentUri, which the inactive list leaves empty for programs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | Yes | Objects to activate, ideally exactly the rows returned by inactiveObjects. A JSON string is accepted too. | |
| preauditRequested | No | Whether to perform pre-audit checks |