Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

(error) TODO Alexander Dürrstein

  • Navigation Attributes = and __

List of files

File

Edition

Content

Details.<SID>.<HANA Schema>.xml

Standard Edition

Relations.<SID>.<HANA Schema>.xml

Standard Edition

Relations between Reporting Elements, InfoProvider, DataSources, and Transformations

Buildups.<SID>.<HANA Schema>.xml

Premium Edition

Mappings.<SID>.<HANA Schema>.xml

Premium Edition

Mappings between InfoObjects and Fields across InfoProvider, DataSource, and Transformations

BuildupDescriptions.<SID>.<HANA Schema>.xml

Premium Edition

Descriptions on Field/InfoObject Level

… coming soon …

Extended Edition

Standard cases

In all the files we use IDs for entities and Field/InfoObjects.

Entities

For entities the IDs are a combination of the SAP internal identifier, a separator “|”, and the entity type.

The normal case is <object ID>|<object type>, but there are exceptions (see chapter exceptions).
Examples:

  • BW Query: 00O2TFIS8KH7TIIRUUIONW8BZ|REP (00O2TFIS8KH7TIIRUUIONW8BZ is the UID and SAP internal identifier)

  • CompositeProvider: /IMO/V_FIGL03|HCPR

  • Calculated Key Figure: 18GYMPC6EXPPMBD8WHA5HY6TD|CKF (18GYMPC6EXPPMBD8WHA5HY6TD is the UID and SAP internal identifier)

Fields

For Fields/InfoObjects and Elements (locale Formulas, local Selection, Restricted and Calculated Key Figures) the IDs are a combination of the SAP internal identifier of the Field/InfoObject, a separator “|”, and the parent entity ID.

The normal case is <field/InfoObject ID>|<object ID>|<object type>, but there are exceptions (see chapter exceptions).
Examples:

  • Calculated Key Figure in BW Query: 055QGZV4AT4XGFL1YQUULKE0G|055QGZV4AT4XFZSRLRULRR4OO|REP

  • Field/InfoObject in CompositeProvider: 0AC_LEDGER|/IMO/V_FIGL03|HCPR

  • Field/InfoObject in CKF: ZKEY11|18GYMPC6EXPPMBD8WHA5HY6TD|CKF

Exceptions

DataSources

For DataSources we have another identifier, the logical system. This identifier is written on the second place. The same is done for fields of DataSources, where the logical system is on the third place.

In general rules we have

  • DataSources: <DataSource ID>|<logical System>|<object type>

  • Fields of DataSources: <field ID>|<DataSource ID>|<logical System>|<object type>

Examples

  • DataSource: Z_2LIS_02_HDR|BW4CDS|RSDS

  • Field of DataSource: EBELN|Z_2LIS_02_HDR|BW4CDS|RSDS

Fields of Open ODS Views

Open ODS Views can contain one or two so called semantics. The semantics can contain the same fields. So we have to distinguish between the semantics (there are 3 different types - F, M, and T). For that reason we inserted a semantics identifier on the second place:

General rule

  • <field ID>|<Semantics ID>|<logical System>|<object type>

Example

  • CONT_ITEM|F|ZPUROV01|FBPA

  • No labels