CheckView
Run syntax checks on ABAP CDS views, including active or inactive versions, or validate custom DDL source; returns errors and warnings.
Instructions
Perform syntax check on an ABAP CDS view. Can check existing view (active/inactive) or validate hypothetical DDL source. Returns syntax errors, warnings, and messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_name | Yes | CDS view name (e.g., ZI_MY_VIEW). | |
| version | No | Version to check: 'active' or 'inactive'. Default: inactive. | |
| ddl_source | No | Optional: DDL source code to validate instead of the saved version. |