BWConnectionDetails
Query BW connection details for a SAP Business Objects BI instance.
Select
The following queries are processed server-side:
SELECT * FROM BWConnectionDetails
SELECT * FROM BWConnectionDetails WHERE Id=1
Columns
| Name | Type | Description |
| Id [KEY] | Integer | The connection ID. |
| CUID | String | The connection CUID. |
| Name | String | The connection name. |
| Type | String | The connection type. |
| FolderId | Integer | The connection folder id. |
| Path | String | The path of the connection. |
| BWNodes | String | The list of BW node aggregates. |