sap_read_table_paginated
Read SAP table data in paginated chunks using offset and limit to handle large result sets without overloading memory.
Instructions
Read table data with pagination support for large result sets. Use offset and limit to page through results. Recommended for tables with 500-5000 rows. For larger tables, consider streaming. Fields in WHERE clause and field_list are validated against table structure. Use sap_get_field_metadata or sap_read_table_structure first to discover correct field names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||