ActivateDdl
Activate a CDS view that remains inactive after creation or update, making it available for use.
Instructions
Activate a CDS view. Use after CreateDdl or UpdateDdl if the object remains inactive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ddl_name | Yes | DDL source 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. |