ActivateServiceBinding
Activate an ABAP service binding after creation or update when it remains inactive.
Instructions
Activate an ABAP service binding. Use after CreateServiceBinding or UpdateServiceBinding if the object remains inactive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Service binding name (e.g., ZSB_MY_SERVICE). | |
| 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. |