sap_scroll_table_control
Navigate to a specified row in a SAP GUI table control by providing the table ID and row index.
Instructions
Scroll a GuiTableControl to a specific row position.
Does NOT work on ALV grids (they handle scrolling internally). For reading data at a specific offset, prefer sap_read_table with start_row parameter — it handles scrolling automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | ||
| position | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||