CheckView
Perform syntax check on ABAP CDS views. Validates existing views or hypothetical DDL source, returning errors, warnings, and messages.
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. |