tableContents
Retrieve ABAP table contents with optional SQL filtering, row limits, and decoding. Access table data from SAP ABAP systems via ADT API.
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). |