GetTableContents
Retrieve ABAP table data with configurable row limits and line-based pagination for large XML output.
Instructions
Retrieve contents of an ABAP table. max_rows limits SAP rows; startLine/maxLines page the returned textual XML when its serialized size is still large.
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. | |
| max_rows | No | Maximum number of rows to retrieve | |
| startLine | No | 1-based line number to start from (default 1). Beyond EOF returns an empty page with hasMore=false. | |
| table_name | Yes | Name of the ABAP table |