ActivateView
Activate a CDS view that was created or updated but remains inactive, making it active and usable in the ABAP system.
Instructions
Activate a CDS view. Use after CreateView or UpdateView if the object remains inactive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_name | Yes | View name (e.g., ZVW_MY_VIEW). | |
| 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. |