GetInterface
Retrieve ABAP interface definitions from SAP systems. Read active deployed versions or inactive modified versions for development and analysis.
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 |