CheckStructure
Check the syntax of an ABAP structure, including active, inactive, or custom DDL code. Get errors, warnings, and messages to validate structure definitions.
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 |
|---|---|---|---|
| version | No | Version to check: 'active' or 'inactive'. Default: inactive. | |
| ddl_code | No | Optional: DDL source code to validate instead of the saved version. | |
| structure_name | Yes | Structure name (e.g., ZST_MY_STRUCTURE). |