bw_xref
Analyze dependencies by finding all objects referencing a specific BW object, such as transformations for an aDSO or process chains for a DTP.
Instructions
Find where-used / dependencies for a BW object. Returns all objects that reference the given object. Use this to find the Transformation and DTPs that reference an aDSO, or to find which DTPs depend on a Transformation. Use object_type=DTPA to find the process chain(s) a DTP belongs to — this is preferred over bw_get_dtp when only the process chain is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | Object type: ADSO, TRFN, DTPA, IOBJ, etc. | |
| object_name | Yes | Object name (e.g. "ADSO_NAME" or "TRFN_UUID_KEY"). | |
| source_system | No | Required for object_type "RSDS". Logical source system name (e.g. "LSYS_NAME"). The correct padded objectName is built automatically. |