GetInterface
Retrieve ABAP interface definitions from SAP systems. Specify interface name and version (active or inactive) to access development information.
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 |