sap_read_table
Read data from SAP transparent tables or views with a configurable row limit and search criteria, using the RFC_READ_TABLE interface.
Instructions
Read a SAP transparent table/view via RFC_READ_TABLE with a row limit.
where is an advanced compatibility escape hatch containing raw SAP OPTION
strings, e.g. ["BUKRS = '1000'", "AND GJAHR = '2026'"]. Prefer purpose-built
tools/resources that build safe OPTIONS centrally. The default delimiter is a
tab to reduce collisions with SAP text values. SAP truncates DATA-WA to 512
bytes server-side; for wide tables use a purpose-built Z-RFC/BAPI or
/BODS/RFC_READ_TABLE2 when available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| fields | No | ||
| where | No | ||
| rowcount | No | ||
| rowskips | No | ||
| delimiter | No | ||
| no_data | No | ||
| destination | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||