runQuery
Execute SQL queries on ABAP systems to retrieve and analyze data, supporting row limits and data decoding options.
Instructions
Runs a SQL query on the target system.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sqlQuery | Yes | The SQL query to execute. | |
| rowNumber | No | The maximum number of rows to retrieve. | |
| decode | No | Whether to decode the data. |