ActivateView
Activate a CDS view in the ABAP system after creating or updating it, ensuring the object becomes active for use.
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. |