ActivateDomain
Activate an ABAP domain that remains inactive after creation or update. Use with CreateDomain or UpdateDomain to finalize activation.
Instructions
Activate an ABAP domain. Use after CreateDomain or UpdateDomain if the object remains inactive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_name | Yes | Domain name (e.g., ZDM_MY_DOMAIN). | |
| session_id | No | Session ID from GetSession. If not provided, a new session will be created. | |
| session_state | No | Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided. |