Documentation - Metadata API
Breadcrumbs

uml

XML
<?xml version="1.0" encoding="utf-8"?>
<UmlModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Collection>
    <label>Identifier of the object types in SAP (e.g. ADSO for Advanced DSOs)</label>
    <title>Title of that object type in SAP (e.g. Advanced DataStore Objects)</title>
  </Collection>
  <Collection>...</Collection>
  ...
  <UmlClass>
    <label>technical name of the object</label>
    <stereotype>object type in SAP</stereotype>
    <title>description of the object</title>
    <description><![CDATA[description of the object]]></description>
    <inCollection>collection/object type in SAP</inCollection>
	<physicalName>UID in case of BW Queries</physicalName>
  </UmlClass>
  <UmlClass>...</UmlClass>
  ...
  <UmlAttribute>
    <hasDomain>Collection/UmlClass</hasDomain>
    <label>technical name of field in SAP</label>
    <order>position of field in SAP</order>
    <title>description of field in SAP</title>
    <description><![CDATA[description of field in SAP]]></description>
  </UmlAttribute>
  <UmlAttribute>...</UmlAttribute>
  ...
  <Transformation>
    <label>source object -> target object</label>
    <stereotype>type of transformation (TRFN if SAP Transformation)</stereotype>
    <description><![CDATA[description of Transformation in SAP]]></description>
    <physicalName>UID of transformation in SAP</physicalName>
    <transformationOf>Collection/UmlClass</transformationOf>
  </Transformation>
  <Transformation>...</Transformation>
  ...
  <Rule>
    <ruleOf>identifier of transformation: Collection/UmlClass/Transformation</ruleOf>
    <stereotype>type of Rule (direct Mapping, Formula, Endroutine, etc.)</stereotype>
    <label>Rule ID from SAP</label>
    <transformsFrom>source</transformsFrom>
    <transformsTo>target</transformsTo>
  </Rule>
  <Rule>...</Rule>
  ...
  <Derivation>
    <derivedFrom>source object</derivedFrom>
    <derivedTo>target object</derivedTo>
  </Derivation>
  <Derivation>...</Derivation>
</UmlModel>