GetStructure
Retrieve ABAP structure definitions from SAP systems. Read active or inactive versions of structures to support development and analysis tasks.
Instructions
Retrieve ABAP structure definition. Supports reading active or inactive version.
Input Schema
TableJSON 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 |