bw_get_datasource
Retrieve the complete structure of a SAP BW DataSource, including metadata, field definitions, and adapter configuration, in text or raw format.
Instructions
Read the full structure of a DataSource (RSDS) — metadata, all fields with types and properties, and adapter configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasource_name | Yes | Technical name of the DataSource (e.g. "DS_NAME"). | |
| source_system | Yes | Logical source system name (e.g. "LSYS_NAME"). | |
| format | No | Output format. "text" (default): compact human-readable summary. "raw": raw XML from BW. |