ReadInterface
Retrieve ABAP interface source code and metadata like package, responsible, and description from SAP systems. Specify interface name and version to access development information.
Instructions
[read-only] Read ABAP interface source code and metadata (package, responsible, description, etc.).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interface_name | Yes | Interface name (e.g., ZIF_MY_INTERFACE). | |
| version | No | Version to read: "active" (default) or "inactive". | active |