tableContents
Retrieves rows from an ABAP table or view, optionally filtered by SQL query, with configurable row limit and data decoding.
Instructions
Retrieves the contents of an ABAP table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decode | No | Whether to decode the data. | |
| sqlQuery | No | An optional SQL query to filter the data. | |
| rowNumber | No | The maximum number of rows to retrieve. | |
| connection | No | Optional: SAP connection name to use for THIS call only (overrides the active connection; see listConnections). Immune to server restarts and concurrent switches. | |
| ddicEntityName | Yes | The name of the DDIC entity (table or view). |