bw_list_source_systems
List logical source systems (LSYS) registered in BW datasource structure. Optionally filter by source system type (e.g., ODP_SAP, FILE) to get only those systems.
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. |