bw_reporting_preview
Preview BICS query results by specifying provider and row characteristics, with optional columns and pagination controls. Returns flat rows inline or writes full query view to file.
Instructions
Convenience BICS preview: GET metadata → put named characteristics on ROWS (optional COLUMNS) → POST refresh. Same as Eclipse Dashboard Preview for ADSO / characteristic / Composite Provider. Inline response is flatRows (paginated); set outputPath for the full QueryView.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | Characteristic names for the ROWS axis (e.g. ["0PROFIT_CTR", "0COMP_CODE"]). | |
| toRow | No | Result-set end row inclusive (default ~1000 on server). | |
| columns | No | Optional characteristic names for COLUMNS. Omit to keep the key-figure structure on COLUMNS. | |
| fromRow | No | Result-set start row (default 0). | |
| provider | Yes | Provider technical name, with or without ! (e.g. ZL_FID09). | |
| outputPath | No | If provided, the full result is written to this path (under the workdir) and the tool returns only a small summary envelope { ok, outputPath, bytes, summary }. Objects/arrays are written as JSON; ONLY the bw_*_get_xml family writes the raw XML string as plain text (that file is directly reusable as xmlPath in a later save call). Other *_get tools (e.g. bw_dtp_get, bw_trfn_get) write the PARSED XML-to-JSON tree, not raw XML — use the matching bw_*_get_xml tool when you need the raw XML string. Use outputPath for large responses (XML, table data, logs, dataflow graphs). When set, tools skip inline pagination/projection so the file contains the complete payload. |