GetStructure
Retrieve ABAP structure definition for active or inactive versions. Specify a structure name to get its fields and components.
Instructions
Retrieve ABAP structure definition. Supports reading active or inactive version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |
| structure_name | Yes | Structure name (e.g., Z_MY_STRUCTURE). |