CreateView
Create a CDS view or classic view in SAP ABAP with initial state, then use UpdateView to set the DDL source code.
Instructions
Create CDS View or Classic View in SAP. Creates the view object in initial state. Use UpdateView to set DDL source code afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_name | Yes | View name (e.g., ZOK_R_TEST_0002, Z_I_MY_VIEW). | |
| description | No | Optional description (defaults to view_name). | |
| package_name | Yes | Package name (e.g., ZOK_LAB, $TMP for local objects) | |
| transport_request | No | Transport request number (required for transportable packages). |