UpdateView
Update existing CDS or Classic View by locking, checking, uploading new DDL source, unlocking, and optionally activating the change.
Instructions
Update DDL source code of an existing CDS View or Classic View. Locks the view, checks new code, uploads new DDL source, unlocks, and optionally activates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activate | No | Activate after update. Default: false. | |
| view_name | Yes | View name (e.g., ZOK_R_TEST_0002). | |
| ddl_source | Yes | Complete DDL source code. | |
| transport_request | No | Transport request number (e.g., E19K905635). Required for transportable packages. |