GetStructure
Retrieve ABAP structure definitions from SAP systems. Specify structure name and version (active or inactive) to access technical details for development.
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 |