sap_stream_table_data
Retrieve large SAP table data in manageable chunks using offset-based pagination. Increment the offset to page through millions of rows efficiently.
Instructions
Streams large table data using offset-based pagination. Call repeatedly with increasing offset to retrieve all data. Ideal for tables with millions of rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Starting row offset | |
| table_name | Yes | Table to stream | |
| package_size | No | Rows per chunk (recommended max: 10000) |