GetInterface
Retrieve ABAP interface definitions from SAP systems, supporting both active deployed versions and inactive modified versions for development workflows.
Instructions
Retrieve ABAP interface definition. Supports reading active or inactive version.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interface_name | Yes | Interface name (e.g., Z_MY_INTERFACE). | |
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |