sap_read_table
Reads table data from the current SAP GUI screen, auto-detecting ALV grids or standard tables. Supports pagination and column selection.
Instructions
Read data from an ALV grid or table on the current screen.
Auto-detects the table type. The response includes a 'table_type' field ('GuiGridView' for ALV or 'GuiTableControl') so you know which type-specific tools to use next (e.g., sap_get_alv_toolbar for ALV, sap_scroll_table_control for TableControl).
Use columns_only=true for schema discovery (returns column metadata only, no data). Use columns to fetch only specific columns (CSV). Use start_row to paginate through large tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | ||
| max_rows | No | ||
| columns | No | ||
| columns_only | No | ||
| start_row | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||