tableContents
Retrieve data from an ABAP table or view, with optional row limit and SQL filtering.
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. | |
| ddicEntityName | Yes | The name of the DDIC entity (table or view). |