GetStructure
Retrieve ABAP structure definitions from SAP systems. Read active or inactive versions to access deployed or modified data structures for development and analysis.
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 |