CheckDdl
Check syntax of ABAP CDS views. Validates active, inactive, or custom DDL source and 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 |
|---|---|---|---|
| version | No | Version to check: 'active' or 'inactive'. Default: inactive. | |
| ddl_name | Yes | CDS view name to check, passed as ddl_name (e.g., ZI_MY_VIEW). | |
| ddl_source | No | Optional: DDL source code to validate instead of the saved version. |