runQuery
Run SQL queries on SAP ABAP systems via ADT API to retrieve data, with optional row limits and decoding for analysis.
Instructions
Runs a SQL query on the target system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decode | No | Whether to decode the data. | |
| sqlQuery | Yes | The SQL query to execute. | |
| rowNumber | No | The maximum number of rows to retrieve. |