CheckStructure
Validate syntax of ABAP structures by checking active or inactive versions, or test hypothetical DDL code. Get errors and warnings.
Instructions
Perform syntax check on an ABAP structure. Can check existing structure (active/inactive) or validate hypothetical DDL code. Returns syntax errors, warnings, and messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| structure_name | Yes | Structure name (e.g., ZST_MY_STRUCTURE). | |
| version | No | Version to check: 'active' or 'inactive'. Default: inactive. | |
| ddl_code | No | Optional: DDL source code to validate instead of the saved version. |