GetInterface
Retrieve ABAP interface source code from SAP systems. For large interfaces, specify a start line and maximum lines to page through the source instead of loading it all at once.
Instructions
Retrieve ABAP interface source code. For large interfaces, use startLine/maxLines to page through the source instead of retrieving it all at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxLines | No | Maximum lines to return (1-100000). Omit to request the rest; the byte cap may return fewer lines. | |
| startLine | No | 1-based line number to start from (default 1). Beyond EOF returns an empty page with hasMore=false. | |
| interface_name | Yes | Name of the ABAP interface |