bw_get_dataflow
Trace data flow graph for any BW object to visualize its full lineage, including all connected objects upstream and downstream, simplifying impact analysis.
Instructions
Trace the data flow graph for a BW object. Returns a tree (≤ 30 nodes) or flat table (> 30 nodes) showing all connected objects (ADSO, RSDS, TRFN, DTPA, TRCS, IOBJ, HCPR, LSYS, ELEM) with their type, name, description, and status. BW direction convention: "upwards" traverses towards BW target objects (ADSO, TRFN, TRCS, IOBJ); "downwards" traverses towards source systems (LSYS, RSDS). Use this to understand the full lineage of an object without navigating each connection manually. IMPORTANT: Always print the complete tool result verbatim as a fenced code block in your chat response — never omit or summarize it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | Technical name of the BW object (e.g. "ADSO_NAME", "DS_NAME"). | |
| object_type | Yes | BW object type: ADSO, RSDS, HCPR, TRFN, DTPA, IOBJ, TRCS, LSYS. | |
| source_system | No | Required when object_type is RSDS. Logical source system name (e.g. "LSYS_NAME"). | |
| direction | No | Direction to traverse: "upwards" (towards BW target objects: ADSO, TRFN, TRCS, IOBJ), "downwards" (towards source systems: LSYS, RSDS), or "both". Default "both". | |
| levels | No | Number of levels to expand in each direction. -1 = all levels (default). | |
| format | No | Output format. "text" (default): tree or flat table. "raw": raw XML from BW. |