create_cds_view
Create a CDS view in SAP by providing name, description, and DDL source. The tool writes and activates the definition. Optionally set package and system ID.
Instructions
Create a new CDS view (DDL source) in the SAP system. Creates the DDL source, writes the definition, and activates it. By default creates in $TMP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | CDS view name (must start with Z or Y, e.g. ZHANZ_MY_VIEW) | |
| description | Yes | Short description (max 70 chars) | |
| source | Yes | CDS DDL source code including annotations and define view statement | |
| package | No | Development package (default: $TMP) | |
| system_id | No | SAP system ID (e.g. DEV). Omit to use default system. |