bw_list_source_systems
Discover logical source systems in SAP BW, optionally filtered by type, to obtain metadata and child paths for querying datasources.
Instructions
List logical source systems (LSYS) registered in the BW datasource structure. If source_system_type is provided, lists only source systems of that type (e.g. "ODP_SAP", "ODP_BW", "FILE"). If omitted, lists all source systems across all types. Returns each LSYS with name, description, source_system_type, status, self_url, and children_path (pass children_path directly to bw_list_datasources as the source_system argument).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_system_type | No | Optional source system type filter. Known values: ODP_BW, ODP_SAP, ODP_CDS, ODP, FILE. Omit to list all source systems. |