CheckStructure
Validate ABAP structure syntax by checking active/inactive versions or hypothetical DDL code. Returns errors, warnings, and messages.
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. |