tableContents
Retrieve and filter data from ABAP tables or views using SQL queries, with options to limit rows and decode content for analysis.
Instructions
Retrieves the contents of an ABAP table.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ddicEntityName | Yes | The name of the DDIC entity (table or view). | |
| rowNumber | No | The maximum number of rows to retrieve. | |
| decode | No | Whether to decode the data. | |
| sqlQuery | No | An optional SQL query to filter the data. |