GetStructure
Retrieve ABAP structure definitions from SAP systems. Read active or inactive versions to analyze data models and support development 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 |