Documentation - Metadata API
Breadcrumbs

Relations

The Relation file contains all “connected” InfoProviders, BW Queries, reusable Key Figure, Transformations and DataSources as nodes and their relations as edges. Below you can see an example for the BW Query 00O2TFIS8KH7TIIRUUIONW8BZ and the HCPR /IMO/V_FIGL03 and their connection as edge.

In the relations file the relations between InfoProvider and Transformations is shown. In comparison, transformations are excluded from the mappings file.

XML
<?xml version="1.0" encoding="utf-8"?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns">
  <graph id="G" edgedefault="directed" parse.nodes="1688" parse.edges="1621" parse.order="nodesfirst" parse.nodeids="free" parse.edgeids="free">
    <node id="00O2TFIS8KH7TIIRUUIONW8BZ|REP" />
    <node id="/IMO/V_FIGL03|HCPR" />
	...
    <edge id="0" source="/IMO/V_FIGL03|HCPR" target="00O2TFIS8KH7TIIRUUIONW8BZ|REP" />
    ...
  </graph>
</graphml>