tableContents
Retrieve ABAP table contents by specifying a DDIC entity name, with options to limit rows, decode data, or apply SQL filters for targeted data extraction.
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. |