GetStructure
Retrieve the fields and types of an ABAP structure, with options for active or inactive version.
Instructions
Retrieve ABAP structure definition. Supports reading active or inactive version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| structure_name | Yes | Structure name (e.g., Z_MY_STRUCTURE). | |
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |