ActivateTable
Activate an ABAP table that remains inactive after creation or modification. Use this tool to ensure the table is active in the system.
Instructions
Activate an ABAP table. Use after CreateTable or UpdateTable if the object remains inactive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name (e.g., ZTB_MY_TABLE). | |
| 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. |