adt_get_table_data
Read rows from a DDIC table or CDS view with optional WHERE clause and row limit. Values are decoded to human-readable form.
Instructions
Read rows from a DDIC table or CDS view (read-only). Supports an optional WHERE clause and a row limit. Values are decoded to human-readable form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| where | No | Optional SQL WHERE clause, e.g. SPRSL = 'E' AND ARBGB = '00' | |
| entity | Yes | DDIC table or CDS view name, e.g. T100 or ZI_SALES | |
| maxRows | No | Row limit (1-1000) |