ActivateInterface
Activate an ABAP interface after creation or update to make it active and usable in ABAP development tools.
Instructions
Activate an ABAP interface. Use after CreateInterface or UpdateInterface if the object remains inactive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interface_name | Yes | Interface name (e.g., ZIF_MY_INTERFACE). | |
| 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. |