tableContents
Retrieve data from ABAP tables or views by specifying the DDIC entity name, with options to limit rows, decode data, or apply SQL filters.
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. |