ActivateStructure
Activates an inactive ABAP structure after creating or updating it. Use when the object remains inactive to make it active.
Instructions
Activate an ABAP structure. Use after CreateStructure or UpdateStructure if the object remains inactive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| structure_name | Yes | Structure name (e.g., ZST_MY_STRUCTURE). |