Changes
/* Mapping configuration */
{{Attention|The mapping information must be enveloped by a XML tag <UbikXMLMap>!}}
=== Section: <Import > / <Export > ===* Configuration of the general import and export mapping parameters
<source lang="xml">
<Import EvaluateReferences=”1” EvaluateRelations=”0” DataEnvelope=”UbikXMLData”>
{{Hint|The default envelope for the XML data is '''<UbikXMLData>''' and can be modified via the mapping configuration settings.}}
=== Section: <NameOfXmlElement> (ClassMapping) ===
* Configuration of the general import and export mapping parameters
<source lang="xml">
<NameOfXmlElement MetaClass=”SAPObject”> or
<NameOfXmlElement MetaClass=”UID:11ffa6b5-0ada-41f5-bcd8-89fff9247d4d”>
…
</NameOfXmlElement>
</source>
==== Attributes ====
{| class="wikitable" | width = "88%"
|-
! Attribute!! Values!! Description
|-
| EvaluateReferences|| 0 or 1 || Set to 1 if references shall be evaluated (default = 1)
|-
| EvaluateRelations|| 0 or 1 || Set to 1 if relations shall be evaluated (default = 1)
|-
| DataEnvelope|| Text || Specify XML envelope (root node, default = UbikXMLData)
|-
| EvaluateUTS|| 0 or 1 || Set to 1 to export UpdateTimeStamp of objects (default = 0)
|}
== Classes ==