GetInterface
Retrieve an ABAP interface definition from an SAP system, reading either the active or inactive version to support development and debugging.
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). |