Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In general a entity is described by the following attributes in the file:

  • ID (<SAP internal identifier> + “|” + <Type>)

  • Technical Name (except for Transformations)

  • UID (only for BW Queries, Calculated Key Figures, Restricted Key Figures and Transformations)

  • Type

  • Logical System (only for DataSources)

  • Descriptions (if parameter -d is set and the languages are maintained in appsettings.xml)

    • If there is no description for the languages are found, nothing is add to the file

    • If there is no description for Transformations the SAP internal logic of the building the Transformation Description is
      <source Type> + “ “ + <source Technical Name> + “ -> “ + <target Type> + “ “ + <target Technical Name>

Code Block
languagexml
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfEntity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  

...

<entity>
    

...

<id>00O2TFIS8KH7TIIRUUIONW8BZ|REP</

...

id>
    

...

<technicalName>/IMO/V_FIGL03_Q0001</

...

technicalName>
    

...

<uid>00O2TFIS8KH7TIIRUUIONW8BZ</

...

uid>
    

...

<type>REP</

...

type>
    

...

<descriptions>
      

...

<description 

...

language="D" text="FI-GL: Bilanz/

...

GuV" />
      

...

<description 

...

language="E" text="FI-GL: Financial 

...

Statement" />
    </

...

descriptions>
  </

...

entity>
  ...
</ArrayOfEntity>