GetTableContents
Retrieve data preview from ABAP database tables or CDS views, returning rows of data like SE16/SE16N.
Instructions
[read-only] Retrieve contents (data preview) of an ABAP database table or CDS view. Returns rows of data like SE16/SE16N.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_rows | No | Maximum number of rows to retrieve | |
| table_name | Yes | Name of the ABAP table | |
| acknowledge_risk | No | Set to true ONLY after the user has explicitly authorized row extraction from an 'ask'-tier protected table. The approval is logged to stderr for audit. Has no effect on 'deny'-tier tables. |