bw_list_remote_entities
Discover and list remote HANA entities from a source system to identify valid DataSource bases before creating a DataSource.
Instructions
List the remote entities (HANA views / virtual tables) a source system exposes as a DataSource basis — read-only discovery (the value help Eclipse shows on the DataSource proposal page). Each entity's technical_name is exactly what binds into bw_create_datasource as the HANA entity. Use this to find a valid hana_entity before creating a DataSource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result_size | No | Maximum number of rows to return (default 200). Check result_complete to see if truncated. | |
| source_system | Yes | Logical source system name (e.g. "LSYS_NAME"). A HANA/SDA/SDI source system. | |
| search_pattern | No | Wildcard pattern filtering on technicalName (default "*" for all). |