GetInterface
Retrieve the definition of an ABAP interface. Choose active or inactive version for development or 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). |