CheckView
Performs syntax check on ABAP CDS views, including active, inactive, or hypothetical DDL source. Returns errors, warnings, and messages to ensure code quality.
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. |