tableContents
Retrieve data from ABAP tables or views by specifying the entity name, with options to filter results, limit rows, and decode content for ABAP development workflows.
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. |