GetInterface
Retrieve an ABAP interface definition by name, with support for active or inactive versions to inspect modified but not activated interfaces.
Instructions
Retrieve ABAP interface definition. Supports reading active or inactive version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |
| interface_name | Yes | Interface name (e.g., Z_MY_INTERFACE). |