bw_get_dataflow
Trace the full data flow lineage of any BW object, showing all connected ADSOs, transformations, DSOs, InfoObjects, and more. Get a complete dependency graph in one step, without manual navigation.
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 |
|---|---|---|---|
| format | No | Output format. "text" (default): tree or flat table. "raw": raw XML from BW. | |
| levels | No | Number of levels to expand in each direction. -1 = all levels (default). | |
| direction | No | Direction to traverse: "upwards" (towards BW target objects: ADSO, TRFN, TRCS, IOBJ), "downwards" (towards source systems: LSYS, RSDS), or "both". Default "both". | |
| 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"). |