Search tables by name pattern
hana_search_tablesFind SAP HANA tables by name pattern across all schemas or a specific schema, using LIKE search with configurable limits.
Instructions
Find all tables matching a LIKE pattern across all schemas (or within a specific schema). Uses SYS.TABLES. Results capped at 2000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (hard cap 2000) | |
| schema_name | No | Optional schema filter | |
| table_pattern | Yes | LIKE pattern (e.g. %ORDERS%, BKPF) |