activateByName
Activate an ABAP object by name and URL and verify the inactive list to detect objects that remain inactive, correcting false success responses.
Instructions
Activate an ABAP object by name and URL, then check the inactive list to see whether it really happened. The backend call behind this answers success:true for objects that stay inactive - notably a freshly created class - so the answer carries verified/stillInactive as well, and success is lowered to false when anything is left inactive. activateSafe is still the better tool: it activates exactly the rows inactiveObjects reports, including method fragments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectUrl | Yes | URL of the object | |
| objectName | Yes | Name of the object | |
| mainInclude | No | Main include context | |
| preauditRequested | No | Whether to perform pre-audit checks |