sap_count_rows
Estimate table row count before querying to prevent oversized data loads. Returns recommended access strategy: direct read, pagination, or streaming.
Instructions
Estimate row count for a table BEFORE fetching data. Use this to check if a query will return too much data. Returns estimated count and recommendation (direct_read, use_pagination, use_streaming). ALWAYS use this before querying large tables like BKPF, EKKO, VBAK without date filters!
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||