cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Datasphere Analytic Model oData: 404 Resource Not Found

mitko1994
Participant
0 Kudos
1,016

Hello,

I'm trying to write the correct URL in order to retrieve data from an AM we have on our Datasphere tenant.

The AM has multiple filter variables, 2 of which are mandatory. The mandatory variables are START_DATE and END_DATE. I currently have my URL formed the following way:

https://<tenant>.cloud.sap/api/v1/dwc/consumption/analytical/<space>/<am_id>/<am_id>(START_DATE=2023-12-29,END_DATE=2023-12-29)/Set

This results in 

{"status":404,"message":"Resource not found"}

If I request the metadata for the AM, it works fine and returns the structure

https://<tenant>.cloud.sap/api/v1/dwc/consumption/analytical/<space>/<am_id>/$metadata

 What am I doing wrong to not get any data back? Are there any restrictions? How can I troubleshoot this?

Thanks

 

Accepted Solutions (0)

Answers (2)

Answers (2)

Lora0121
Explorer
0 Kudos

@TuncayKaraca 

I am also curious about this.

The AM model I am trying to consume via OData contains multiple of the same dimension.
ex) CO_AREA →  0CO_AREA∞D19, 0CO_AREA∞D20, 0CO_AREA∞D21

What does "∞" mean?
How can I check where each dimension is coming from?

TuncayKaraca
Active Contributor
0 Kudos

Hi @mitko1994,

If your parameters START_DATE and ENDDATE supporting multiple values then your API call would be like 

https://<tenant>.cloud.sap/api/v1/dwc/consumption/analytical/<space>/<am_id>/<am_id>(START_DATE='eq 2023-12-29',END_DATE='eq 2023-12-29')/Set

Please check out Set Values for Input Parameters / Variables 

Thanks,
Tuncay

mitko1994
Participant
0 Kudos

Hi Tuncay,

Those are single date variables. I think the format is correct. When I tried your suggestion, I got a 400 bad request, which is expected given the fact that these are single date variables.

TuncayKaraca
Active Contributor
0 Kudos
Hmm, while calling the API you would try Developer Tools (Ctrl+Shift+I) in your browser and monitor Console and Network, etc. It may give you some clue for the cause!
mitko1994
Participant
0 Kudos

I read online that 404 could also be the response to an excessively large dataset, so I tried.

 

https://<tenant>.cloud.sap/api/v1/dwc/consumption/analytical/<space>/<am_id>/<am_id>(START_DATE=2023-12-29,END_DATE=2023-12-29)/Set?$select=0RPA_TNR

 

and I still get a 404. The result set is no more than 50 rows.

 

"Also I have variables with technical names such as "0CALDAY∞D0". How should I used those in the URL structure? I'm not a DS expert and do not know what the" ∞D0" means or where it's coming from.

mitko1994
Participant
0 Kudos

I have missed the fact that there is the option to generate the oData Request URL directly from Datasphere. I guess my problem was that I was only inputting the mandatory variables that appeared in the model prompt, but for oData the expectation is that you fill all of them. With that said, what value should I put if I don't want a filter to be applied? For example if I have a variable called _0PLANT and I want to consider all values, I would simply leave it blank in the Preview prompt, however in the URL generator, I have to fill it out. What would be the value equivalent to leaving it blank in the Data Preview variable prompt of the Analytic Model? 

TuncayKaraca
Active Contributor
0 Kudos

@mitko1994Either use space like '' or '*'. You can try both!

A quote:

"Default values may be provided. If your input parameter or variable has:

  • No default value - You must set a value for it.
  • A default value - You do not need to set a value for it and the default value will be used. You can override the default value by setting your own value."

Also since you get response code 400 I'd strongly recommend to check details in the browser development tool. Please check out SAP Datasphere > Consumption 

TuncayKaraca_0-1734619398696.png

Thanks,
Tuncay

mitko1994
Participant
0 Kudos

Thanks, Tuncay. I tried with '*' and I get a 400 bad request: Bad Request Error: Unable to process asset parameters: _0EANUPC is not a defined parameter. Please, check parameters definition." 

TuncayKaraca
Active Contributor
0 Kudos
@mitko1994 So _0EANUPC is not a parameter! Are you using a standard Analytic Model? Maybe you could share at least metadata of the model.
mitko1994
Participant
0 Kudos

Hi Tuncay,

I'm not sure what you mean by Standard AM. I'm not a DS developer, so I don't know the details, but if I understand correctly, Input Parameters are used in filters and are mapped to variables in Analytic Models. If it's not a parameter, than what is it and why does it have to be filled?

Here is the metadata XML

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
<edmx:Reference Uri="https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Aggregation.V1.xml">
<edmx:Include Alias="Aggregation" Namespace="Org.OData.Aggregation.V1"/>
</edmx:Reference>
<edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/Analytics.xml">
<edmx:Include Alias="Analytics" Namespace="com.sap.vocabularies.Analytics.v1"/>
</edmx:Reference>
<edmx:Reference Uri="https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Capabilities.V1.xml">
<edmx:Include Alias="Capabilities" Namespace="Org.OData.Capabilities.V1"/>
</edmx:Reference>
<edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/Common.xml">
<edmx:Include Alias="Common" Namespace="com.sap.vocabularies.Common.v1"/>
</edmx:Reference>
<edmx:Reference Uri="https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Core.V1.xml">
<edmx:Include Alias="Core" Namespace="Org.OData.Core.V1"/>
</edmx:Reference>
<edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/DataIntegration.xml">
<edmx:Include Alias="DataIntegration" Namespace="com.sap.vocabularies.DataIntegration.v1"/>
</edmx:Reference>
<edmx:Reference Uri="https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Measures.V1.xml">
<edmx:Include Alias="Measures" Namespace="Org.OData.Measures.V1"/>
</edmx:Reference>
<edmx:DataServices>
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="InaApplicationService">
<EntityContainer Name="EntityContainer">
<EntitySet Name="_3AM_POS_01" EntityType="InaApplicationService._3AM_POS_01Parameters">
<NavigationPropertyBinding Path="Set/Parameters" Target="_3AM_POS_01"/>
</EntitySet>
</EntityContainer>
<EntityType Name="_3AM_POS_01Type">
<Property Name="_0ACN_BRAND_EANUPC" Type="Edm.String" MaxLength="6"/>
<Property Name="_0ACN_CATGRY_EANUPC" Type="Edm.String" MaxLength="8"/>
<Property Name="_0ACN_EANUPC_EANUPC" Type="Edm.String" MaxLength="12"/>
<Property Name="_0ALTITUDE_Site" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="_0APO_LOCFR_Site" Type="Edm.String" MaxLength="20"/>
<Property Name="_0BASE_QTY" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="_0BASE_UOM" Type="Edm.String" MaxLength="3"/>
<Property Name="_0BASE_UOM_Article" Type="Edm.String" MaxLength="3"/>
<Property Name="_0BPARTNER_Site" Type="Edm.String" MaxLength="10"/>
<Property Name="_0CALDAY_D2" Type="Edm.Date"/>
<Property Name="_0CALMONTH" Type="Edm.String" MaxLength="6"/>
<Property Name="_0CALQUARTER" Type="Edm.String" MaxLength="5"/>
<Property Name="_0CALWEEK" Type="Edm.String" MaxLength="6"/>
<Property Name="_0CALYEAR" Type="Edm.String" MaxLength="4"/>
<Property Name="_0CM_CDT1_Assortment" Type="Edm.String" MaxLength="18"/>
<Property Name="_0CM_CDT2_Assortment" Type="Edm.String" MaxLength="18"/>
<Property Name="_0CM_CDT3_Assortment" Type="Edm.String" MaxLength="18"/>
<Property Name="_0CM_CDTND_Assortment" Type="Edm.String" MaxLength="18"/>
<Property Name="_0CM_HIEID_Assortment" Type="Edm.String" MaxLength="2"/>
<Property Name="_0COMP_CODE_Sales_Organiza" Type="Edm.String" MaxLength="4"/>
<Property Name="_0CONSUMER_D10" Type="Edm.String" MaxLength="10"/>
<Property Name="_0CONT_UNIT_Article" Type="Edm.String" MaxLength="3"/>
<Property Name="_0COUNTRY_Sales_Organiza" Type="Edm.String" MaxLength="3"/>
<Property Name="_0COUNTRY_Site" Type="Edm.String" MaxLength="3"/>
<Property Name="_0COUNTY_CDE_Site" Type="Edm.String" MaxLength="3"/>
<Property Name="_0CP_DEN_EQV_EANUPC" Type="Edm.Int64"/>
<Property Name="_0CP_EQVUNIT_EANUPC" Type="Edm.String" MaxLength="3"/>
<Property Name="_0CP_NUM_EQV_EANUPC" Type="Edm.Int64"/>
<Property Name="_0CREATEDON_Article" Type="Edm.String" MaxLength="8"/>
<Property Name="_0CURRENCY" Type="Edm.String" MaxLength="5"/>
<Property Name="_0CURRENCY_Sales_Organi2" Type="Edm.String" MaxLength="5"/>
<Property Name="_0CURRENCY_Sales_Organiza" Type="Edm.String" MaxLength="5"/>
<Property Name="_0DEL_FLAG_Article" Type="Edm.String" MaxLength="1"/>
<Property Name="_0DEL_FLAG_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="_0DISTR_CHAN_Assortment" Type="Edm.String" MaxLength="2"/>
<Property Name="_0DISTR_CHAN_Site" Type="Edm.String" MaxLength="2"/>
<Property Name="_0DISTR_CHAN_D17" Type="Edm.String" MaxLength="2"/>
<Property Name="_0DISTR_CHAN_D19" Type="Edm.String" MaxLength="2"/>
<Property Name="_0DIVISION_Article" Type="Edm.String" MaxLength="2"/>
<Property Name="_0DIVISION_Site" Type="Edm.String" MaxLength="2"/>
<Property Name="_0DOC_CURRCY" Type="Edm.String" MaxLength="5"/>
<Property Name="_0DOC_NUMBER_D9" Type="Edm.String" MaxLength="10"/>
<Property Name="_0EANUPC_Article" Type="Edm.String" MaxLength="18"/>
<Property Name="_0EANUPC_D4" Type="Edm.String" MaxLength="18"/>
<Property Name="_0EAN_NUMTYP_EANUPC" Type="Edm.String" MaxLength="2"/>
<Property Name="_0FACTCAL_ID_Site" Type="Edm.String" MaxLength="2"/>
<Property Name="_0FISCPER" Type="Edm.String" MaxLength="7"/>
<Property Name="_0FISCPER3" Type="Edm.String" MaxLength="3"/>
<Property Name="_0FISCVARNT" Type="Edm.String" MaxLength="2"/>
<Property Name="_0FISCVARNT_Sales_Organiza" Type="Edm.String" MaxLength="2"/>
<Property Name="_0FISCYEAR" Type="Edm.String" MaxLength="4"/>
<Property Name="_0GN_PAR_SSY_Site" Type="Edm.String" MaxLength="2"/>
<Property Name="_0INT_CUST_Sales_Organiza" Type="Edm.String" MaxLength="10"/>
<Property Name="_0LATITUDE_Site" Type="Edm.Decimal" Precision="15" Scale="12"/>
<Property Name="_0LOC_CURRCY" Type="Edm.String" MaxLength="5"/>
<Property Name="_0LOC_CURRCY_Sales_Organi2" Type="Edm.String" MaxLength="5"/>
<Property Name="_0LOC_CURRCY_Site" Type="Edm.String" MaxLength="5"/>
<Property Name="_0LOGSYS_Article" Type="Edm.String" MaxLength="10"/>
<Property Name="_0LOGSYS_Sales_Organiza" Type="Edm.String" MaxLength="10"/>
<Property Name="_0LOGSYS_Site" Type="Edm.String" MaxLength="10"/>
<Property Name="_0LONGITUDE_Site" Type="Edm.Decimal" Precision="15" Scale="12"/>
<Property Name="_0MATERIAL_D13" Type="Edm.String" MaxLength="40"/>
<Property Name="_0MATERIAL_D17" Type="Edm.String" MaxLength="40"/>
<Property Name="_0MATL_CAT_Article" Type="Edm.String" MaxLength="2"/>
<Property Name="_0MATL_GROUP_Article" Type="Edm.String" MaxLength="9"/>
<Property Name="_0MATL_GROUP_D14" Type="Edm.String" MaxLength="9"/>
<Property Name="_0MATL_TYPE_Article" Type="Edm.String" MaxLength="4"/>
<Property Name="_0MAT_SALES_D19" Type="Edm.String" MaxLength="40"/>
<Property Name="_0NET_CONT_Article" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="_0PLANTCAT_Site" Type="Edm.String" MaxLength="1"/>
<Property Name="_0PLANT_D12" Type="Edm.String" MaxLength="4"/>
<Property Name="_0POSTAL_CD_Site" Type="Edm.String" MaxLength="10"/>
<Property Name="_0POSTCD_GIS_Site" Type="Edm.String" MaxLength="10"/>
<Property Name="_0PRECISID_Site" Type="Edm.String" MaxLength="4"/>
<Property Name="_0PROD_HIER_Article" Type="Edm.String" MaxLength="18"/>
<Property Name="_0PURCH_ORG_Site" Type="Edm.String" MaxLength="4"/>
<Property Name="_0REGION_Site" Type="Edm.String" MaxLength="3"/>
<Property Name="_0RF_ASTYP_Assortment" Type="Edm.String" MaxLength="4"/>
<Property Name="_0RF_DEPSTOR_Site" Type="Edm.String" MaxLength="4"/>
<Property Name="_0RF_DIM1_Assortment" Type="Edm.String" MaxLength="4"/>
<Property Name="_0RF_DIM2_Assortment" Type="Edm.String" MaxLength="4"/>
<Property Name="_0RF_DIM3_Assortment" Type="Edm.String" MaxLength="4"/>
<Property Name="_0RF_STORETY_Site" Type="Edm.String" MaxLength="1"/>
<Property Name="_0RPA_ANO" Type="Edm.String" MaxLength="20"/>
<Property Name="_0RPA_BCD" Type="Edm.String" MaxLength="15"/>
<Property Name="_0RPA_CCO" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="_0RPA_CNR" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="_0RPA_CST" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="_0RPA_DRC" Type="Edm.String" MaxLength="4"/>
<Property Name="_0RPA_EMC" Type="Edm.String" MaxLength="4"/>
<Property Name="_0RPA_LIC" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="_0RPA_MID" Type="Edm.String" MaxLength="25"/>
<Property Name="_0RPA_NSA" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="_0RPA_OID" Type="Edm.String" MaxLength="30"/>
<Property Name="_0RPA_PCA" Type="Edm.String" MaxLength="4"/>
<Property Name="_0RPA_PRMQTY" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="_0RPA_PRMSAL" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="_0RPA_REA" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="_0RPA_RETSAL" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="_0RPA_RLQ" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="_0RPA_RQTYB" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="_0RPA_RQTYV" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="_0RPA_RRC" Type="Edm.String" MaxLength="4"/>
<Property Name="_0RPA_RSL" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="_0RPA_RSN" Type="Edm.String" MaxLength="10"/>
<Property Name="_0RPA_RTC" Type="Edm.String" MaxLength="4"/>
<Property Name="_0RPA_SAT" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="_0RPA_TAM" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="_0RPA_TAT" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="_0RPA_TCD" Type="Edm.String" MaxLength="4"/>
<Property Name="_0RPA_TEC" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="_0RPA_TID" Type="Edm.String" MaxLength="10"/>
<Property Name="_0RPA_TIX" Type="Edm.String" MaxLength="10"/>
<Property Name="_0RPA_TNR" Type="Edm.String" MaxLength="20"/>
<Property Name="_0RPA_TTC" Type="Edm.String" MaxLength="4"/>
<Property Name="_0RPA_WGH1_Article" Type="Edm.String" MaxLength="9"/>
<Property Name="_0RPA_WGH1_D15" Type="Edm.String" MaxLength="9"/>
<Property Name="_0RPA_WGH2" Type="Edm.String" MaxLength="9"/>
<Property Name="_0RPA_WGH2_Article" Type="Edm.String" MaxLength="9"/>
<Property Name="_0RPA_WGH3" Type="Edm.String" MaxLength="9"/>
<Property Name="_0RPA_WGH3_Article" Type="Edm.String" MaxLength="9"/>
<Property Name="_0RPA_WGH4" Type="Edm.String" MaxLength="9"/>
<Property Name="_0RPA_WGH4_Article" Type="Edm.String" MaxLength="9"/>
<Property Name="_0RPA_WID" Type="Edm.String" MaxLength="10"/>
<Property Name="_0RT_AREA_Site" Type="Edm.String" MaxLength="6"/>
<Property Name="_0RT_ASCAT_Assortment" Type="Edm.String" MaxLength="1"/>
<Property Name="_0RT_ASORT_D7" Type="Edm.String" MaxLength="10"/>
<Property Name="_0RT_ASRTVRS" Type="Edm.String" MaxLength="10"/>
<Property Name="_0RT_AVRSPRD" Type="Edm.String" MaxLength="40"/>
<Property Name="_0RT_CUSTPL_Site" Type="Edm.String" MaxLength="10"/>
<Property Name="_0RT_LAYMD_Assortment" Type="Edm.String" MaxLength="10"/>
<Property Name="_0RT_LAYMD_Site" Type="Edm.String" MaxLength="10"/>
<Property Name="_0RT_LBLDATF_Site" Type="Edm.String" MaxLength="8"/>
<Property Name="_0RT_LBLDATT_Site" Type="Edm.String" MaxLength="8"/>
<Property Name="_0RT_LCLDAT_Site" Type="Edm.String" MaxLength="8"/>
<Property Name="_0RT_LOPDAT_Site" Type="Edm.String" MaxLength="8"/>
<Property Name="_0RT_MAT_PRM" Type="Edm.String" MaxLength="18"/>
<Property Name="_0RT_MDRELST_Assortment" Type="Edm.String" MaxLength="1"/>
<Property Name="_0RT_PRBAND_Article" Type="Edm.String" MaxLength="2"/>
<Property Name="_0RT_PRBAND_Sales_Organi2" Type="Edm.String" MaxLength="2"/>
<Property Name="_0RT_PROMO_D8" Type="Edm.String" MaxLength="10"/>
<Property Name="_0RT_SALHOUR" Type="Edm.String" MaxLength="2"/>
<Property Name="_0SALESORG_Assortment" Type="Edm.String" MaxLength="4"/>
<Property Name="_0SALESORG_Site" Type="Edm.String" MaxLength="4"/>
<Property Name="_0SALESORG_D1" Type="Edm.String" MaxLength="4"/>
<Property Name="_0SALESORG_D17" Type="Edm.String" MaxLength="4"/>
<Property Name="_0SALESORG_D19" Type="Edm.String" MaxLength="4"/>
<Property Name="_0SALES_DIST_Site" Type="Edm.String" MaxLength="6"/>
<Property Name="_0SALES_UNIT" Type="Edm.String" MaxLength="3"/>
<Property Name="_0SRCID_Site" Type="Edm.String" MaxLength="4"/>
<Property Name="_0SR_COMMDTY_Article" Type="Edm.String" MaxLength="40"/>
<Property Name="_0STAT_CURR_Sales_Organiza" Type="Edm.String" MaxLength="5"/>
<Property Name="_0VENDOR_Sales_Organi2" Type="Edm.String" MaxLength="10"/>
<Property Name="_0VEND_MAT_Sales_Organi2" Type="Edm.String" MaxLength="32"/>
<Property Name="_0VERSION" Type="Edm.String" MaxLength="3"/>
<Property Name="_0WEEKDAY1" Type="Edm.String" MaxLength="1"/>
<Property Name="A_SALES_TICKET_MKT" Type="Edm.Double"/>
<Property Name="BALANCE" Type="Edm.Double"/>
<Property Name="CALMONTH_Calendar_Day" Type="Edm.String" MaxLength="6"/>
<Property Name="CALQUARTER_Calendar_Day" Type="Edm.String" MaxLength="5"/>
<Property Name="CALWEEK_Calendar_Day" Type="Edm.String" MaxLength="6"/>
<Property Name="CC_AMOUNT_RETURN_CHECK0" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="CC_INFOPROVIDER" Type="Edm.String" MaxLength="6"/>
<Property Name="CC_Open_Return_Check" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="CC_PAYMENT_ITEMS_PS_RC" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="CC_Peer_Group_1_Site" Type="Edm.String" MaxLength="5"/>
<Property Name="CC_Peer_Group_2_Site" Type="Edm.String" MaxLength="5"/>
<Property Name="CC_Peer_Group_4_Site" Type="Edm.Int64"/>
<Property Name="CC_Sales_Quantity" Type="Edm.Double"/>
<Property Name="C_ACER006_Article" Type="Edm.String" MaxLength="2"/>
<Property Name="C_ASTY011_Article" Type="Edm.String" MaxLength="4"/>
<Property Name="C_ASTY012_Article" Type="Edm.String" MaxLength="4"/>
<Property Name="C_SALES_MARGIN_MKT" Type="Edm.Double"/>
<Property Name="Cat01_Cash_Receipt_C" Type="Edm.Int64"/>
<Property Name="Cat02_Cash_Receipt_C" Type="Edm.Int64"/>
<Property Name="Cat03_Cash_Receipt_C" Type="Edm.Int64"/>
<Property Name="Cat04_Cash_Receipt_C" Type="Edm.Int64"/>
<Property Name="Cat05_Cash_Receipt_C" Type="Edm.Int64"/>
<Property Name="Cat06_Cash_Receipt_C" Type="Edm.Int64"/>
<Property Name="Cat07_Cash_Receipt_C" Type="Edm.Int64"/>
<Property Name="Cat08_Cash_Receipt_C" Type="Edm.Int64"/>
<Property Name="Cat09_Cash_Receipt_C" Type="Edm.Int64"/>
<Property Name="Cat10_Cash_Receipt_C" Type="Edm.Int64"/>
<Property Name="Category_key__Prod_hier__Subfa" Type="Edm.String" MaxLength="4"/>
<Property Name="DATE_SAP_Calendar_Day" Type="Edm.String" MaxLength="8"/>
<Property Name="DAY_OF_WEEK_Calendar_Day" Type="Edm.String" MaxLength="2"/>
<Property Name="ISSUING_RETURN_CHECK" Type="Edm.Double"/>
<Property Name="MONTH_Calendar_Day" Type="Edm.String" MaxLength="2"/>
<Property Name="P_SALES_MARGIN_MKT" Type="Edm.Double"/>
<Property Name="Peer_Group_1_Site" Type="Edm.String" MaxLength="4"/>
<Property Name="Plus_One_Year" Type="Edm.Date"/>
<Property Name="QUARTER_Calendar_Day" Type="Edm.String" MaxLength="2"/>
<Property Name="RECEIVING_RETURN_CHECK" Type="Edm.Double"/>
<Property Name="RM_Amount_Return_Check" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="RM_NO_ECI_MKT" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="RM_NO_LCN_MKT" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="RM_Open_Return_Checks" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="RM_Payment_Items_PS_RC" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="RPA_WGH1_Merchandise_Ca" Type="Edm.String" MaxLength="6"/>
<Property Name="RPA_WGH2_Merchandise_Ca" Type="Edm.String" MaxLength="4"/>
<Property Name="RPA_WGH3_Merchandise_Ca" Type="Edm.String" MaxLength="2"/>
<Property Name="SALES_AT_RETAIL_VALUE_NO_DIM" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="Sales_Quantity_no_dim" Type="Edm.Decimal" Precision="5" Scale="2"/>
<Property Name="SeqNr_Site" Type="Edm.Int64"/>
<Property Name="World_key__Division__Subfa" Type="Edm.String" MaxLength="2"/>
<Property Name="YEAR_Calendar_Day" Type="Edm.String" MaxLength="4"/>
<Property Name="ZAMSAVED" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="ZARTSTB_Article" Type="Edm.String" MaxLength="2"/>
<Property Name="ZARTSTB_F_Article" Type="Edm.String" MaxLength="8"/>
<Property Name="ZARTSTF_F_Sales_Organi2" Type="Edm.String" MaxLength="8"/>
<Property Name="ZARTSTF_Sales_Organi2" Type="Edm.String" MaxLength="2"/>
<Property Name="ZARTSTF_T_Sales_Organi2" Type="Edm.String" MaxLength="2"/>
<Property Name="ZASSORTBC_Article" Type="Edm.String" MaxLength="2"/>
<Property Name="ZASSORTBD_Article" Type="Edm.String" MaxLength="2"/>
<Property Name="ZASSORTBE_Article" Type="Edm.String" MaxLength="2"/>
<Property Name="ZASSORTBL_Article" Type="Edm.String" MaxLength="2"/>
<Property Name="ZASSORTBR_Article" Type="Edm.String" MaxLength="2"/>
<Property Name="ZASSORTPL_Article" Type="Edm.String" MaxLength="2"/>
<Property Name="ZASSORT_Sales_Organi2" Type="Edm.String" MaxLength="2"/>
<Property Name="ZBKLUS_Article" Type="Edm.String" MaxLength="1"/>
<Property Name="ZBMSAVED" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="ZBRAND_ID_Article" Type="Edm.String" MaxLength="4"/>
<Property Name="ZBUYER_Sales_Organi2" Type="Edm.String" MaxLength="3"/>
<Property Name="ZCASCLASS_D18" Type="Edm.Int64"/>
<Property Name="ZCUR_PPR_Sales_Organi2" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZCUR_SPR_Sales_Organi2" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZC_ARTICLE_PRICE_MKT" Type="Edm.Double"/>
<Property Name="ZC_MKT_CASHIERDISC" Type="Edm.Double"/>
<Property Name="ZC_VAL_ONE_RPA_TIX" Type="Edm.Int32"/>
<Property Name="ZDISTP_Article" Type="Edm.String" MaxLength="3"/>
<Property Name="ZFHALFYR1" Type="Edm.String" MaxLength="1"/>
<Property Name="ZFIR_SPR_Sales_Organi2" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZFISCWK2" Type="Edm.String" MaxLength="2"/>
<Property Name="ZFLAG_OTHER_STORE" Type="Edm.String" MaxLength="1"/>
<Property Name="ZFORMAT" Type="Edm.String" MaxLength="1"/>
<Property Name="ZFORMAT_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="ZFORMAT_Site" Type="Edm.String" MaxLength="1"/>
<Property Name="ZFQUART1" Type="Edm.String" MaxLength="1"/>
<Property Name="ZFWSAL_Sales_Organi2" Type="Edm.String" MaxLength="6"/>
<Property Name="ZFWSTO_Sales_Organi2" Type="Edm.String" MaxLength="6"/>
<Property Name="ZIMPORT_Article" Type="Edm.String" MaxLength="1"/>
<Property Name="ZISSPLANT" Type="Edm.String" MaxLength="4"/>
<Property Name="ZLOCART_Article" Type="Edm.String" MaxLength="1"/>
<Property Name="ZLO_DATE" Type="Edm.Date"/>
<Property Name="ZMATKC_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="ZMATL_EN_Article" Type="Edm.String" MaxLength="40"/>
<Property Name="ZMATL_FR_Article" Type="Edm.String" MaxLength="40"/>
<Property Name="ZMATL_NL_Article" Type="Edm.String" MaxLength="40"/>
<Property Name="ZMFRNR_Article" Type="Edm.String" MaxLength="10"/>
<Property Name="ZNOSTLIST_Sales_Organi2" Type="Edm.Int64"/>
<Property Name="ZOLDMAT_Article" Type="Edm.String" MaxLength="18"/>
<Property Name="ZOLVENDP_Sales_Organi2" Type="Edm.String" MaxLength="10"/>
<Property Name="ZORDRANST_Article" Type="Edm.String" MaxLength="1"/>
<Property Name="ZORGREQID" Type="Edm.String" MaxLength="9"/>
<Property Name="ZORIGVEND_Sales_Organi2" Type="Edm.String" MaxLength="10"/>
<Property Name="ZPAQNAM" Type="Edm.String" MaxLength="4"/>
<Property Name="ZPAQVAL" Type="Edm.String" MaxLength="10"/>
<Property Name="ZPAREFNR" Type="Edm.String" MaxLength="16"/>
<Property Name="ZPAREFNRX" Type="Edm.String" MaxLength="35"/>
<Property Name="ZPBIND_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="ZPDEPT_Article" Type="Edm.String" MaxLength="2"/>
<Property Name="ZPGROUP" Type="Edm.String" MaxLength="3"/>
<Property Name="ZPGROUP_Article" Type="Edm.String" MaxLength="3"/>
<Property Name="ZPLEINAIR_Article" Type="Edm.String" MaxLength="1"/>
<Property Name="ZPPSLARGE_Article" Type="Edm.String" MaxLength="1"/>
<Property Name="ZPRO_ATTR_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="ZRCLDAT_Site" Type="Edm.String" MaxLength="8"/>
<Property Name="ZRC_TYPE" Type="Edm.String" MaxLength="6"/>
<Property Name="ZRM_NO_AMN_MKT" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRM_TIX_COUNT" Type="Edm.Int32"/>
<Property Name="ZROPDAT_Site" Type="Edm.String" MaxLength="8"/>
<Property Name="ZRPA_AMN" Type="Edm.String" MaxLength="20"/>
<Property Name="ZRPA_AMS" Type="Edm.Int32"/>
<Property Name="ZRPA_BIX" Type="Edm.String" MaxLength="25"/>
<Property Name="ZRPA_BMS" Type="Edm.Int32"/>
<Property Name="ZRPA_DC01" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRPA_DC02" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRPA_DC03" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRPA_DC04" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRPA_DC05" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRPA_DC06" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRPA_DC07" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRPA_DC08" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRPA_DC09" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRPA_DC10" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRPA_DC11" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRPA_DC12" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRPA_ECI" Type="Edm.String" MaxLength="30"/>
<Property Name="ZRPA_ECN" Type="Edm.String" MaxLength="20"/>
<Property Name="ZRPA_LCN" Type="Edm.String" MaxLength="20"/>
<Property Name="ZRPA_NDA" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="ZRPA_NOD" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="ZRPA_NOP" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="ZRPA_NOS" Type="Edm.Decimal" Precision="17" Scale="3"/>
<Property Name="ZRPA_NRI" Type="Edm.Int32"/>
<Property Name="ZRPA_PST" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRPA_RCN" Type="Edm.String" MaxLength="35"/>
<Property Name="ZRPA_RCV" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRPA_ROD" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRPA_SAN" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZRPA_VAR" Type="Edm.Decimal" Precision="17" Scale="2"/>
<Property Name="ZSALTIME" Type="Edm.TimeOfDay"/>
<Property Name="ZSGRADE_Site" Type="Edm.String" MaxLength="2"/>
<Property Name="ZSORTBC_Article" Type="Edm.String" MaxLength="10"/>
<Property Name="ZSORTBD_Article" Type="Edm.String" MaxLength="10"/>
<Property Name="ZSORTBE_Article" Type="Edm.String" MaxLength="10"/>
<Property Name="ZSORTBL_Article" Type="Edm.String" MaxLength="10"/>
<Property Name="ZSORTBR_Article" Type="Edm.String" MaxLength="10"/>
<Property Name="ZSORTPL_Article" Type="Edm.String" MaxLength="10"/>
<Property Name="ZSTPROF_Site" Type="Edm.String" MaxLength="4"/>
<Property Name="ZSTRCONCT_Site" Type="Edm.String" MaxLength="25"/>
<Property Name="ZTCA_VAT_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="ZTNR_DAY" Type="Edm.String" MaxLength="28"/>
<Property Name="ZULANG1_Site" Type="Edm.String" MaxLength="2"/>
<Property Name="ZULANG2_Site" Type="Edm.String" MaxLength="2"/>
<Property Name="ZULANG3_Site" Type="Edm.String" MaxLength="2"/>
<Property Name="ZUMAIL1_Site" Type="Edm.String" MaxLength="60"/>
<Property Name="ZUMAIL2_Site" Type="Edm.String" MaxLength="60"/>
<Property Name="ZUMAIL3_Site" Type="Edm.String" MaxLength="60"/>
<Property Name="ZUSEPLANT" Type="Edm.String" MaxLength="4"/>
<Property Name="ZWEBART_Sales_Organi2" Type="Edm.String" MaxLength="3"/>
<Property Name="ZZECO_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="Z_CLASS01_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="Z_CLASS02_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="Z_CLASS03_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="Z_CLASS04_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="Z_CLASS05_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="Z_CLASS06_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="Z_CLASS07_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="Z_CLASS08_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="Z_CLASS09_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="Z_CLASS10_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="Z_CLASS11_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="Z_CLASS12_Sales_Organi2" Type="Edm.String" MaxLength="1"/>
<Property Name="_1VD_ASSOR_7" Type="Edm.String"/>
<Property Name="_1VD_CONSU_10" Type="Edm.String"/>
<Property Name="_1VD_DOC_N_9" Type="Edm.String"/>
<Property Name="_1VD_EANUP_4" Type="Edm.String"/>
<Property Name="_1VD_MATER_13" Type="Edm.String"/>
<Property Name="_1VD_MATL__14" Type="Edm.String"/>
<Property Name="_1VD_MAT_1_19" Type="Edm.String"/>
<Property Name="_1VD_MAT_S_17" Type="Edm.String"/>
<Property Name="_1VD_PLANT_12" Type="Edm.String"/>
<Property Name="_1VD_PROMO_8" Type="Edm.String"/>
<Property Name="_1VD_RPA_W_15" Type="Edm.String"/>
<Property Name="_1VD_SALES_1" Type="Edm.String"/>
<Property Name="_1VD_ZCASC_18" Type="Edm.Int64"/>
<Property Name="_VIEW_DIME_2" Type="Edm.Date"/>
<Property Name="DATE_SAP_Calendar_Day_T" Type="Edm.Int32"/>
<Property Name="_0CONSUMER_D10_T" Type="Edm.String" MaxLength="40"/>
<Property Name="_0DOC_NUMBER_D9_T" Type="Edm.String" MaxLength="20"/>
<Property Name="_0MATERIAL_D13_T" Type="Edm.String" MaxLength="40"/>
<Property Name="_0MATL_GROUP_D14_T" Type="Edm.String" MaxLength="20"/>
<Property Name="_0PLANT_D12_T" Type="Edm.String" MaxLength="40"/>
<Property Name="_0RPA_TCD_T" Type="Edm.String" MaxLength="35"/>
<Property Name="_0RPA_WGH1_D15_T" Type="Edm.String" MaxLength="40"/>
<Property Name="_0RT_ASORT_D7_T" Type="Edm.String" MaxLength="60"/>
<Property Name="_0RT_PROMO_D8_T" Type="Edm.String" MaxLength="40"/>
<Property Name="_0SALESORG_D1_T" Type="Edm.String" MaxLength="60"/>
<Property Name="_0SALES_DIST_Site_T" Type="Edm.String" MaxLength="20"/>
<Property Name="CALMONTH_Calendar_Day_T" Type="Edm.String" MaxLength="50"/>
<Property Name="CALQUARTER_Calendar_Day_T" Type="Edm.String" MaxLength="50"/>
<Property Name="CC_INFOPROVIDER_T" Type="Edm.String" MaxLength="500"/>
<Property Name="Category_key__Prod_hier__Subfa_T" Type="Edm.String" MaxLength="34"/>
<Property Name="DAY_OF_WEEK_Calendar_Day_T" Type="Edm.String" MaxLength="50"/>
<Property Name="RPA_WGH1_Merchandise_Ca_T" Type="Edm.String" MaxLength="40"/>
<Property Name="RPA_WGH2_Merchandise_Ca_T" Type="Edm.String" MaxLength="40"/>
<Property Name="RPA_WGH3_Merchandise_Ca_T" Type="Edm.String" MaxLength="40"/>
<Property Name="World_key__Division__Subfa_T" Type="Edm.String" MaxLength="12"/>
<NavigationProperty Name="Parameters" Type="InaApplicationService._3AM_POS_01Parameters" Partner="Set"/>
</EntityType>
<EntityType Name="_3AM_POS_01Parameters">
<Key>
<PropertyRef Name="START_DATE"/>
<PropertyRef Name="END_DATE"/>
<PropertyRef Name="_0CALMONTH"/>
<PropertyRef Name="_0CALWEEK"/>
<PropertyRef Name="_0RPA_ANO"/>
<PropertyRef Name="_0RPA_MID"/>
<PropertyRef Name="_0RPA_RRC"/>
<PropertyRef Name="_0RPA_TCD"/>
<PropertyRef Name="_0RPA_TNR"/>
<PropertyRef Name="ZRPA_AMN"/>
<PropertyRef Name="ZRPA_ECI"/>
<PropertyRef Name="ZRPA_LCN"/>
<PropertyRef Name="ZRPA_RCN"/>
<PropertyRef Name="ZISSPLANT"/>
<PropertyRef Name="_0SALESORG_Site"/>
<PropertyRef Name="_0SALES_DIST_Site"/>
<PropertyRef Name="_0RPA_WGH2_Article"/>
<PropertyRef Name="CC_INFOPROVIDER"/>
<PropertyRef Name="_0EANUPC_D4"/>
<PropertyRef Name="_0RT_ASORT_D7"/>
<PropertyRef Name="_0PLANT_D12"/>
<PropertyRef Name="_0MATERIAL_D13"/>
<PropertyRef Name="_0RPA_WGH1_D15"/>
<PropertyRef Name="ZCASCLASS_D18"/>
</Key>
<Property Name="START_DATE" Type="Edm.Date" Nullable="false"/>
<Property Name="END_DATE" Type="Edm.Date" Nullable="false"/>
<Property Name="_0CALMONTH" Type="Edm.String" MaxLength="6" Nullable="false"/>
<Property Name="_0CALWEEK" Type="Edm.String" MaxLength="6" Nullable="false"/>
<Property Name="_0RPA_ANO" Type="Edm.String" MaxLength="20" Nullable="false"/>
<Property Name="_0RPA_MID" Type="Edm.String" MaxLength="25" Nullable="false"/>
<Property Name="_0RPA_RRC" Type="Edm.String" MaxLength="4" Nullable="false"/>
<Property Name="_0RPA_TCD" Type="Edm.String" MaxLength="4" Nullable="false"/>
<Property Name="_0RPA_TNR" Type="Edm.String" MaxLength="20" Nullable="false"/>
<Property Name="ZRPA_AMN" Type="Edm.String" MaxLength="20" Nullable="false"/>
<Property Name="ZRPA_ECI" Type="Edm.String" MaxLength="30" Nullable="false"/>
<Property Name="ZRPA_LCN" Type="Edm.String" MaxLength="20" Nullable="false"/>
<Property Name="ZRPA_RCN" Type="Edm.String" MaxLength="35" Nullable="false"/>
<Property Name="ZISSPLANT" Type="Edm.String" MaxLength="4" Nullable="false"/>
<Property Name="_0SALESORG_Site" Type="Edm.String" MaxLength="4" Nullable="false"/>
<Property Name="_0SALES_DIST_Site" Type="Edm.String" MaxLength="6" Nullable="false"/>
<Property Name="_0RPA_WGH2_Article" Type="Edm.String" MaxLength="9" Nullable="false"/>
<Property Name="CC_INFOPROVIDER" Type="Edm.String" MaxLength="6" Nullable="false"/>
<Property Name="_0EANUPC_D4" Type="Edm.String" MaxLength="18" Nullable="false"/>
<Property Name="_0RT_ASORT_D7" Type="Edm.String" MaxLength="10" Nullable="false"/>
<Property Name="_0PLANT_D12" Type="Edm.String" MaxLength="4" Nullable="false"/>
<Property Name="_0MATERIAL_D13" Type="Edm.String" MaxLength="40" Nullable="false"/>
<Property Name="_0RPA_WGH1_D15" Type="Edm.String" MaxLength="9" Nullable="false"/>
<Property Name="ZCASCLASS_D18" Type="Edm.Int32" Nullable="false"/>
<NavigationProperty Name="Set" Type="Collection(InaApplicationService._3AM_POS_01Type)" Partner="Parameters" ContainsTarget="true"/>
</EntityType>
<Annotations Target="InaApplicationService._3AM_POS_01Type">
<Annotation Term="Common.QueriesNonReplicatedRemoteSource" Bool="true"/>
<Annotation Term="Common.Label" String="POS Analytisch model"/>
<Annotation Term="DataIntegration.OriginalName" String="3AM_POS_01"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0ACN_BRAND_EANUPC">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0ACN_BRAND_EANUPC"/>
<Annotation Term="Common.Label" String="ACNielsen: Brand"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0ACN_CATGRY_EANUPC">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0ACN_CATGRY_EANUPC"/>
<Annotation Term="Common.Label" String="ACNielsen: Category"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0ACN_EANUPC_EANUPC">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0ACN_EANUPC_EANUPC"/>
<Annotation Term="Common.Label" String="ACNielsen: EAN/UPC"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0ALTITUDE_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0ALTITUDE_Site"/>
<Annotation Term="Common.Label" String="Geographical Height"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0APO_LOCFR_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0APO_LOCFR_Site"/>
<Annotation Term="Common.Label" String="APO Start Location"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0BASE_QTY">
<Annotation Term="Common.Label" String="Base Sales Quantity"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0BASE_QTY"/>
<Annotation Term="Measures.Unit" Path="0BASE_UOM"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0BASE_UOM">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0BASE_UOM"/>
<Annotation Term="Common.Label" String="Base Unit"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0BASE_UOM_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0BASE_UOM_Article"/>
<Annotation Term="Common.Label" String="Base Unit"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0BPARTNER_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0BPARTNER_Site"/>
<Annotation Term="Common.Label" String="Business Partner"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CALDAY_D2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CALDAY∞D2"/>
<Annotation Term="Common.Label" String="Calendar Day"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CALMONTH">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CALMONTH"/>
<Annotation Term="Common.Label" String="Calendar Year/Month"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CALQUARTER">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CALQUARTER"/>
<Annotation Term="Common.Label" String="Calendar Year/Quarter"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CALWEEK">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CALWEEK"/>
<Annotation Term="Common.Label" String="Calendar Year/Week"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CALYEAR">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CALYEAR"/>
<Annotation Term="Common.Label" String="Calendar Year"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CM_CDT1_Assortment">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CM_CDT1_Assortment"/>
<Annotation Term="Common.Label" String="Category"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CM_CDT2_Assortment">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CM_CDT2_Assortment"/>
<Annotation Term="Common.Label" String="Subcategory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CM_CDT3_Assortment">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CM_CDT3_Assortment"/>
<Annotation Term="Common.Label" String="Segment"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CM_CDTND_Assortment">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CM_CDTND_Assortment"/>
<Annotation Term="Common.Label" String="Art. Hierarchy Node"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CM_HIEID_Assortment">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CM_HIEID_Assortment"/>
<Annotation Term="Common.Label" String="Hierarchy ID"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0COMP_CODE_Sales_Organiza">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0COMP_CODE_Sales_Organiza"/>
<Annotation Term="Common.Label" String="Company code"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CONSUMER_D10">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CONSUMER∞D10"/>
<Annotation Term="Common.Label" String="Consumer"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CONT_UNIT_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CONT_UNIT_Article"/>
<Annotation Term="Common.Label" String="Content unit"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0COUNTRY_Sales_Organiza">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0COUNTRY_Sales_Organiza"/>
<Annotation Term="Common.Label" String="Country"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0COUNTRY_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0COUNTRY_Site"/>
<Annotation Term="Common.Label" String="Country"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0COUNTY_CDE_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0COUNTY_CDE_Site"/>
<Annotation Term="Common.Label" String="County Code"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CP_DEN_EQV_EANUPC">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CP_DEN_EQV_EANUPC"/>
<Annotation Term="Common.Label" String="Denom. BUn in EQU"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CP_EQVUNIT_EANUPC">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CP_EQVUNIT_EANUPC"/>
<Annotation Term="Common.Label" String="Equivalized Unit"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CP_NUM_EQV_EANUPC">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CP_NUM_EQV_EANUPC"/>
<Annotation Term="Common.Label" String="Numer. BUn into EQU"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CREATEDON_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CREATEDON_Article"/>
<Annotation Term="Common.Label" String="Created on"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CURRENCY">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CURRENCY"/>
<Annotation Term="Common.Label" String="Currency"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CURRENCY_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CURRENCY_Sales_Organi2"/>
<Annotation Term="Common.Label" String="Currency"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CURRENCY_Sales_Organiza">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0CURRENCY_Sales_Organiza"/>
<Annotation Term="Common.Label" String="Currency"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0DEL_FLAG_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0DEL_FLAG_Article"/>
<Annotation Term="Common.Label" String="Deletion flag"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0DEL_FLAG_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0DEL_FLAG_Sales_Organi2"/>
<Annotation Term="Common.Label" String="Deletion flag"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0DISTR_CHAN_Assortment">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0DISTR_CHAN_Assortment"/>
<Annotation Term="Common.Label" String="Distribution Channel"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0DISTR_CHAN_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0DISTR_CHAN_Site"/>
<Annotation Term="Common.Label" String="Distribution Channel"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0DISTR_CHAN_D17">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0DISTR_CHAN∞D17"/>
<Annotation Term="Common.Label" String="Material sales organisation"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0DISTR_CHAN_D19">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0DISTR_CHAN∞D19"/>
<Annotation Term="Common.Label" String="Material sales organisation"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0DIVISION_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0DIVISION_Article"/>
<Annotation Term="Common.Label" String="Division"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0DIVISION_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0DIVISION_Site"/>
<Annotation Term="Common.Label" String="Division"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0DOC_CURRCY">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0DOC_CURRCY"/>
<Annotation Term="Common.Label" String="Document currency"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0DOC_NUMBER_D9">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0DOC_NUMBER∞D9"/>
<Annotation Term="Common.Label" String="Document Number"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0EANUPC_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0EANUPC_Article"/>
<Annotation Term="Common.Label" String="EAN/UPC"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0EANUPC_D4">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0EANUPC∞D4"/>
<Annotation Term="Common.Label" String="EAN/UPC"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0EAN_NUMTYP_EANUPC">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0EAN_NUMTYP_EANUPC"/>
<Annotation Term="Common.Label" String="EAN Number Type"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0FACTCAL_ID_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0FACTCAL_ID_Site"/>
<Annotation Term="Common.Label" String="Factory Calendar ID"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0FISCPER">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0FISCPER"/>
<Annotation Term="Common.Label" String="Fiscal year / period"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0FISCPER3">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0FISCPER3"/>
<Annotation Term="Common.Label" String="Posting period"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0FISCVARNT">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0FISCVARNT"/>
<Annotation Term="Common.Label" String="Fiscal Year Variant"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0FISCVARNT_Sales_Organiza">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0FISCVARNT_Sales_Organiza"/>
<Annotation Term="Common.Label" String="Fiscal Year Variant"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0FISCYEAR">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0FISCYEAR"/>
<Annotation Term="Common.Label" String="Fiscal year"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0GN_PAR_SSY_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0GN_PAR_SSY_Site"/>
<Annotation Term="Common.Label" String="Partner Srce System"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0INT_CUST_Sales_Organiza">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0INT_CUST_Sales_Organiza"/>
<Annotation Term="Common.Label" String="Customer Number for Internal Settlement"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0LATITUDE_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0LATITUDE_Site"/>
<Annotation Term="Common.Label" String="Latitude"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0LOC_CURRCY">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0LOC_CURRCY"/>
<Annotation Term="Common.Label" String="Local currency"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0LOC_CURRCY_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0LOC_CURRCY_Sales_Organi2"/>
<Annotation Term="Common.Label" String="Local currency"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0LOC_CURRCY_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0LOC_CURRCY_Site"/>
<Annotation Term="Common.Label" String="Local currency"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0LOGSYS_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0LOGSYS_Article"/>
<Annotation Term="Common.Label" String="Source System"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0LOGSYS_Sales_Organiza">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0LOGSYS_Sales_Organiza"/>
<Annotation Term="Common.Label" String="Source System"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0LOGSYS_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0LOGSYS_Site"/>
<Annotation Term="Common.Label" String="Source System"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0LONGITUDE_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0LONGITUDE_Site"/>
<Annotation Term="Common.Label" String="Longitude"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0MATERIAL_D13">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0MATERIAL∞D13"/>
<Annotation Term="Common.Label" String="Article"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0MATERIAL_D17">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0MATERIAL∞D17"/>
<Annotation Term="Common.Label" String="Article"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0MATL_CAT_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0MATL_CAT_Article"/>
<Annotation Term="Common.Label" String="Article Category"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0MATL_GROUP_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0MATL_GROUP_Article"/>
<Annotation Term="Common.Label" String="Merchandise Category"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0MATL_GROUP_D14">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0MATL_GROUP∞D14"/>
<Annotation Term="Common.Label" String="Merchandise Category"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0MATL_TYPE_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0MATL_TYPE_Article"/>
<Annotation Term="Common.Label" String="Article Type"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0MAT_SALES_D19">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0MAT_SALES∞D19"/>
<Annotation Term="Common.Label" String="Article (Sales)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0NET_CONT_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0NET_CONT_Article"/>
<Annotation Term="Common.Label" String="Net contents"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0PLANTCAT_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0PLANTCAT_Site"/>
<Annotation Term="Common.Label" String="Site Category"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0PLANT_D12">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0PLANT∞D12"/>
<Annotation Term="Common.Label" String="Site"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0POSTAL_CD_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0POSTAL_CD_Site"/>
<Annotation Term="Common.Label" String="Postal Code"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0POSTCD_GIS_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0POSTCD_GIS_Site"/>
<Annotation Term="Common.Label" String="CAM:PstCde(Geo-Rel.)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0PRECISID_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0PRECISID_Site"/>
<Annotation Term="Common.Label" String="Geo-precision"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0PROD_HIER_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0PROD_HIER_Article"/>
<Annotation Term="Common.Label" String="Prod.hierarchy"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0PURCH_ORG_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0PURCH_ORG_Site"/>
<Annotation Term="Common.Label" String="Purchasing org."/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0REGION_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0REGION_Site"/>
<Annotation Term="Common.Label" String="Region"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RF_ASTYP_Assortment">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RF_ASTYP_Assortment"/>
<Annotation Term="Common.Label" String="Assortment Type"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RF_DEPSTOR_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RF_DEPSTOR_Site"/>
<Annotation Term="Common.Label" String="Superor. Dept. Store"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RF_DIM1_Assortment">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RF_DIM1_Assortment"/>
<Annotation Term="Common.Label" String="Dimension 1"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RF_DIM2_Assortment">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RF_DIM2_Assortment"/>
<Annotation Term="Common.Label" String="Layout zone"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RF_DIM3_Assortment">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RF_DIM3_Assortment"/>
<Annotation Term="Common.Label" String="Dimension 3"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RF_STORETY_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RF_STORETY_Site"/>
<Annotation Term="Common.Label" String="Store Category"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_ANO">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_ANO"/>
<Annotation Term="Common.Label" String="Card Number"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_BCD">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_BCD"/>
<Annotation Term="Common.Label" String="Bank Number"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_CCO">
<Annotation Term="Common.Label" String="#Discount Items"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_CCO"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_CNR">
<Annotation Term="Common.Label" String="Nr.of Tickets"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_CNR"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_CST">
<Annotation Term="Common.Label" String="Sales Cost Val.(n/a)"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_CST"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_DRC">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_DRC"/>
<Annotation Term="Common.Label" String="Discount Reason(n/a)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_EMC">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_EMC"/>
<Annotation Term="Common.Label" String="Entry Method"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_LIC">
<Annotation Term="Common.Label" String="#Sales Items"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_LIC"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_MID">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_MID"/>
<Annotation Term="Common.Label" String="Card Issuer"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_NSA">
<Annotation Term="Common.Label" String="Normal Sales Value"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_NSA"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_OID">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_OID"/>
<Annotation Term="Common.Label" String="Cashier Number"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_PCA">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_PCA"/>
<Annotation Term="Common.Label" String="Credit Card ID"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_PRMQTY">
<Annotation Term="Common.Label" String="Promo Sales Qty"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_PRMQTY"/>
<Annotation Term="Measures.Unit" Path="0SALES_UNIT"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_PRMSAL">
<Annotation Term="Common.Label" String="Promo Sales RetVal"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_PRMSAL"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_REA">
<Annotation Term="Common.Label" String="Discount Value"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_REA"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_RETSAL">
<Annotation Term="Common.Label" String="Returns RetWoT"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_RETSAL"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_RLQ">
<Annotation Term="Common.Label" String="Sales #SUn"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_RLQ"/>
<Annotation Term="Measures.Unit" Path="0SALES_UNIT"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_RQTYB">
<Annotation Term="Common.Label" String="Returns Qty"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_RQTYB"/>
<Annotation Term="Measures.Unit" Path="0BASE_UOM"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_RQTYV">
<Annotation Term="Common.Label" String="Returns #Sun"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_RQTYV"/>
<Annotation Term="Measures.Unit" Path="0SALES_UNIT"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_RRC">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_RRC"/>
<Annotation Term="Common.Label" String="Reason (n/a)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_RSL">
<Annotation Term="Common.Label" String="Returns RetVal"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_RSL"/>
<Annotation Term="Measures.ISOCurrency" Path="0LOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_RSN">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_RSN"/>
<Annotation Term="Common.Label" String="Sales Item Number"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_RTC">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_RTC"/>
<Annotation Term="Common.Label" String="Sales Item Type"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_SAT">
<Annotation Term="Common.Label" String="Sales RetVal"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_SAT"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_TAM">
<Annotation Term="Common.Label" String="Tax Amount"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_TAM"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_TAT">
<Annotation Term="Common.Label" String="Tender Value"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_TAT"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_TCD">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_TCD"/>
<Annotation Term="Common.Label" String="Means of Payment"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_TEC">
<Annotation Term="Common.Label" String="#Payment Items"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_TEC"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_TID">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_TID"/>
<Annotation Term="Common.Label" String="Tender ID"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_TIX">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_TIX"/>
<Annotation Term="Common.Label" String="Transaction Index"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_TNR">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_TNR"/>
<Annotation Term="Common.Label" String="Transaction Number"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_TTC">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_TTC"/>
<Annotation Term="Common.Label" String="Transaction Type"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_WGH1_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_WGH1_Article"/>
<Annotation Term="Common.Label" String="Subfamily"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_WGH1_D15">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_WGH1∞D15"/>
<Annotation Term="Common.Label" String="Subfamily"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_WGH2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_WGH2"/>
<Annotation Term="Common.Label" String="Department"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_WGH2_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_WGH2_Article"/>
<Annotation Term="Common.Label" String="Department"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_WGH3">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_WGH3"/>
<Annotation Term="Common.Label" String="Product group"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_WGH3_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_WGH3_Article"/>
<Annotation Term="Common.Label" String="Product group"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_WGH4">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_WGH4"/>
<Annotation Term="Common.Label" String="DIY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_WGH4_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_WGH4_Article"/>
<Annotation Term="Common.Label" String="DIY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_WID">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_WID"/>
<Annotation Term="Common.Label" String="POS Number"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_AREA_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_AREA_Site"/>
<Annotation Term="Common.Label" String="Sales Area"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_ASCAT_Assortment">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_ASCAT_Assortment"/>
<Annotation Term="Common.Label" String="Assortment Category"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_ASORT_D7">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_ASORT∞D7"/>
<Annotation Term="Common.Label" String="Assortment"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_ASRTVRS">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_ASRTVRS"/>
<Annotation Term="Common.Label" String="Assortment Version"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_AVRSPRD">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_AVRSPRD"/>
<Annotation Term="Common.Label" String="Prod.to Assort.Vers."/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_CUSTPL_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_CUSTPL_Site"/>
<Annotation Term="Common.Label" String="Site Customer No."/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_LAYMD_Assortment">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_LAYMD_Assortment"/>
<Annotation Term="Common.Label" String="Store size"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_LAYMD_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_LAYMD_Site"/>
<Annotation Term="Common.Label" String="Store size"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_LBLDATF_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_LBLDATF_Site"/>
<Annotation Term="Common.Label" String="Store Lock Time (fr)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_LBLDATT_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_LBLDATT_Site"/>
<Annotation Term="Common.Label" String="Store Lock Time (to)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_LCLDAT_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_LCLDAT_Site"/>
<Annotation Term="Common.Label" String="Store Closing Date"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_LOPDAT_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_LOPDAT_Site"/>
<Annotation Term="Common.Label" String="Store Opening Date"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_MAT_PRM">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_MAT_PRM"/>
<Annotation Term="Common.Label" String="Promotion/Article"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_MDRELST_Assortment">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_MDRELST_Assortment"/>
<Annotation Term="Common.Label" String="Master Data Rel.Stat"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_PRBAND_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_PRBAND_Article"/>
<Annotation Term="Common.Label" String="Price Band Category"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_PRBAND_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_PRBAND_Sales_Organi2"/>
<Annotation Term="Common.Label" String="Price Band Category"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_PROMO_D8">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_PROMO∞D8"/>
<Annotation Term="Common.Label" String="Promotion"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_SALHOUR">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0RT_SALHOUR"/>
<Annotation Term="Common.Label" String="Hour of Sale"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0SALESORG_Assortment">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0SALESORG_Assortment"/>
<Annotation Term="Common.Label" String="Sales Organization"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0SALESORG_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0SALESORG_Site"/>
<Annotation Term="Common.Label" String="Sales Organization"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0SALESORG_D1">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0SALESORG∞D1"/>
<Annotation Term="Common.Label" String="Material Sales Dimension"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0SALESORG_D17">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0SALESORG∞D17"/>
<Annotation Term="Common.Label" String="Material Sales Dimension"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0SALESORG_D19">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0SALESORG∞D19"/>
<Annotation Term="Common.Label" String="Material Sales Dimension"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0SALES_DIST_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0SALES_DIST_Site"/>
<Annotation Term="Common.Label" String="Sales District"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0SALES_UNIT">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0SALES_UNIT"/>
<Annotation Term="Common.Label" String="Sales unit"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0SRCID_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0SRCID_Site"/>
<Annotation Term="Common.Label" String="DatSrc.ID of GeoLoct"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0SR_COMMDTY_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0SR_COMMDTY_Article"/>
<Annotation Term="Common.Label" String="Commodity"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0STAT_CURR_Sales_Organiza">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0STAT_CURR_Sales_Organiza"/>
<Annotation Term="Common.Label" String="Statist. curr."/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0VENDOR_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0VENDOR_Sales_Organi2"/>
<Annotation Term="Common.Label" String="Supplier"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0VEND_MAT_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0VEND_MAT_Sales_Organi2"/>
<Annotation Term="Common.Label" String="Vendor mat. no."/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0VERSION">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0VERSION"/>
<Annotation Term="Common.Label" String="Version"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0WEEKDAY1">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="0WEEKDAY1"/>
<Annotation Term="Common.Label" String="Weekday"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/A_SALES_TICKET_MKT">
<Annotation Term="Common.Label" String="Avg Ticket Amt"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/BALANCE">
<Annotation Term="Common.Label" String="Balance"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/CALMONTH_Calendar_Day">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Calendar Month"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/CALQUARTER_Calendar_Day">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Calendar Quarter"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/CALWEEK_Calendar_Day">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Calendar Week"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/CC_AMOUNT_RETURN_CHECK0">
<Annotation Term="Common.Label" String="CC_Amount_Return_Check"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/CC_INFOPROVIDER">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="CC_INFOPROVIDER"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/CC_Open_Return_Check">
<Annotation Term="Common.Label" String="CC_Open_Return_Check"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/CC_PAYMENT_ITEMS_PS_RC">
<Annotation Term="Common.Label" String="CC_#Payment_items_PS_RC"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/CC_Peer_Group_1_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Peer Group 1"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/CC_Peer_Group_2_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Peer Group 2"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/CC_Peer_Group_4_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Peer Group 4"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/CC_Sales_Quantity">
<Annotation Term="Common.Label" String="Sales Quantity"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/C_ACER006_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Certification"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/C_ASTY011_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Style/trend group -"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/C_ASTY012_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Style/trend group"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/C_SALES_MARGIN_MKT">
<Annotation Term="Common.Label" String="Margin"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Cat01_Cash_Receipt_C">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Cat01"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Cat02_Cash_Receipt_C">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Cat02"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Cat03_Cash_Receipt_C">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Cat03"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Cat04_Cash_Receipt_C">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Cat04"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Cat05_Cash_Receipt_C">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Cat05"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Cat06_Cash_Receipt_C">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Cat06"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Cat07_Cash_Receipt_C">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Cat07"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Cat08_Cash_Receipt_C">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Cat08"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Cat09_Cash_Receipt_C">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Cat09"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Cat10_Cash_Receipt_C">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Cat10"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Category_key__Prod_hier__Subfa">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="Category key (Prod hier)_Subfa"/>
<Annotation Term="Common.Label" String="Category key (Prod hier)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/DATE_SAP_Calendar_Day">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Date (String)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/DAY_OF_WEEK_Calendar_Day">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Day of Week"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ISSUING_RETURN_CHECK">
<Annotation Term="Common.Label" String="Issuing Return Check"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/MONTH_Calendar_Day">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Month"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/P_SALES_MARGIN_MKT">
<Annotation Term="Common.Label" String="Margin %"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Peer_Group_1_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Peer Group 3"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Plus_One_Year">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Plus_One_Year"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/QUARTER_Calendar_Day">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Quarter"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/RECEIVING_RETURN_CHECK">
<Annotation Term="Common.Label" String="Receiving Return Check"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/RM_Amount_Return_Check">
<Annotation Term="Common.Label" String="Amount Return Check"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/RM_NO_ECI_MKT">
<Annotation Term="Common.Label" String="External customer count"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/RM_NO_LCN_MKT">
<Annotation Term="Common.Label" String="Loyalty card number count"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/RM_Open_Return_Checks">
<Annotation Term="Common.Label" String="Open Return Checks"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/RM_Payment_Items_PS_RC">
<Annotation Term="Common.Label" String="#Payment Items Return Checks"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/RPA_WGH1_Merchandise_Ca">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="MC Hierarchy Level 1 (Subfamily)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/RPA_WGH2_Merchandise_Ca">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="MC Hierarchy Level 2 (Department)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/RPA_WGH3_Merchandise_Ca">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="MC Hierarchy Level 3 (Product group)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/SALES_AT_RETAIL_VALUE_NO_DIM">
<Annotation Term="Common.Label" String="Sales At Retail Value no dim"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Sales_Quantity_no_dim">
<Annotation Term="Common.Label" String="Sales Quantity no dim"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/SeqNr_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="SeqNr"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/World_key__Division__Subfa">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="World key (Division)_Subfa"/>
<Annotation Term="Common.Label" String="World key (Division)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/YEAR_Calendar_Day">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Year"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZAMSAVED">
<Annotation Term="Common.Label" String="Airmiles Saved"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZARTSTB_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Art. Stat. (Basic)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZARTSTB_F_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Art.Stat.(B) Val.Fr."/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZARTSTF_F_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Art.Stat.(F) Val.Fr."/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZARTSTF_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Art. Stat. (Format)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZARTSTF_T_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Hist art status (F)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZASSORTBC_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Ass. Cityshop"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZASSORTBD_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Ass. Briko Depot"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZASSORTBE_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Ass. E-Shop"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZASSORTBL_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Ass. Brico Lux."/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZASSORTBR_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Ass. Brico"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZASSORTPL_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Ass. Plan-it"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZASSORT_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Assortiment Groep"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZBKLUS_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Assortment Praxis"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZBMSAVED">
<Annotation Term="Common.Label" String="Bonusmiles Saved"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZBRAND_ID_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Brand"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZBUYER_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Buyer"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZCASCLASS_D18">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="ZCASCLASS∞D18"/>
<Annotation Term="Common.Label" String="Cash Receipt Class"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZCUR_PPR_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Current Purch. price"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZCUR_SPR_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Current Sales price"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZC_ARTICLE_PRICE_MKT">
<Annotation Term="Common.Label" String="Avg Price"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZC_MKT_CASHIERDISC">
<Annotation Term="Common.Label" String="Cashier discount"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZC_VAL_ONE_RPA_TIX">
<Annotation Term="Common.Label" String="Transaction level"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZDISTP_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Distribution profile"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZFHALFYR1">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Fiscal Halfyear"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZFIR_SPR_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="First Sales price"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZFISCWK2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Fiscal week sequence"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZFLAG_OTHER_STORE">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Flag Used in Another Store"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZFORMAT">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Format"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZFORMAT_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Format"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZFORMAT_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Format"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZFQUART1">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Fiscal Quarter"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZFWSAL_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="First week of sale"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZFWSTO_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="First week of stock"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZIMPORT_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Import"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZISSPLANT">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Plant Issued"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZLOCART_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Loc Article"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZLO_DATE">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="PIPE Processing Date"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZMATKC_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Competition characte"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZMATL_EN_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Article desc. EN"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZMATL_FR_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Article desc. FR"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZMATL_NL_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Article desc. NL"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZMFRNR_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Manufacturer"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZNOSTLIST_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="No. of stores listed"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZOLDMAT_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Old article number"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZOLVENDP_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Parent supplier"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZORDRANST_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Ord Ranst"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZORGREQID">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Original requestid"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZORIGVEND_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Original supplier"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZPAQNAM">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Query Question"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZPAQVAL">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Query Answer"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZPAREFNR">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Reference Document"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZPAREFNRX">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Reference Document"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZPBIND_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Price fixing"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZPDEPT_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Praxis Department"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZPGROUP">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Praxis Group"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZPGROUP_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Praxis Group"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZPLEINAIR_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Plein Air"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZPPSLARGE_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="PPS large"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZPRO_ATTR_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Product Attribute"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRCLDAT_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Renovation: Closed"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRC_TYPE">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Retour Cheque type (Issued/Used)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRM_NO_AMN_MKT">
<Annotation Term="Common.Label" String="# AM Cards"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRM_TIX_COUNT">
<Annotation Term="Common.Label" String="Count ticket level"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZROPDAT_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Renovation: Opened"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_AMN">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Airmiles Number"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_AMS">
<Annotation Term="Common.Label" String="Nr of Items w.AM sav"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_BIX">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="POS Basket Index"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_BMS">
<Annotation Term="Common.Label" String="Nr.o. Items w.BM sav"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_DC01">
<Annotation Term="Common.Label" String="Disc Coupon"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_DC02">
<Annotation Term="Common.Label" String="Disc Promotion"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_DC03">
<Annotation Term="Common.Label" String="Disc Instant"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_DC04">
<Annotation Term="Common.Label" String="Disc Local €"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_DC05">
<Annotation Term="Common.Label" String="Price Overwrite"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_DC06">
<Annotation Term="Common.Label" String="Disc Airmiles"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_DC07">
<Annotation Term="Common.Label" String="Disc Employee"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_DC08">
<Annotation Term="Common.Label" String="Disc Customer Card"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_DC09">
<Annotation Term="Common.Label" String="Disc Ticket level €"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_DC10">
<Annotation Term="Common.Label" String="Disc Ticket level %"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_DC11">
<Annotation Term="Common.Label" String="Disc Local %"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_DC12">
<Annotation Term="Common.Label" String="POS: Discount Praxis"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_ECI">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="External Customer ID"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_ECN">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Employee Card Number"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_LCN">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Loyalty Card Number"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_NDA">
<Annotation Term="Common.Label" String="#Art/Ticket"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_NOD">
<Annotation Term="Common.Label" String="#Dept/Ticket"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_NOP">
<Annotation Term="Common.Label" String="Number of diff.prom."/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_NOS">
<Annotation Term="Common.Label" String="#SubFam/Ticket"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_NRI">
<Annotation Term="Common.Label" String="#Return Items"/>
<Annotation Term="Analytics.measure" Bool="true"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_PST">
<Annotation Term="Common.Label" String="Promo Sales RetWoT"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_RCN">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Return Cheque Number"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_RCV">
<Annotation Term="Common.Label" String="POS: Returns at Cost Value"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0LOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_ROD">
<Annotation Term="Common.Label" String="Rounding Difference"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_SAN">
<Annotation Term="Common.Label" String="Sales RetWoT"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0DOC_CURRCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZRPA_VAR">
<Annotation Term="Common.Label" String="Value Redeemed AM"/>
<Annotation Term="Analytics.measure" Bool="true"/>
<Annotation Term="Measures.ISOCurrency" Path="0CURRENCY"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZSALTIME">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Sales Time"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZSGRADE_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Store Grade"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZSORTBC_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Sortcode Cityshop"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZSORTBD_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Sortcode Briko Depot"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZSORTBE_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Sortcode E-shop"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZSORTBL_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Sortcode Brico Lux."/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZSORTBR_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Sortcode Brico"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZSORTPL_Article">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Sortcode Plan-it"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZSTPROF_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Store type"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZSTRCONCT_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Store Concept"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZTCA_VAT_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Tax Class. Art.: VAT"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZTNR_DAY">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Transaction Barcode"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZULANG1_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Reporting Language 1"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZULANG2_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Reporting Language 2"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZULANG3_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Reporting Language 3"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZUMAIL1_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="E-mail adress 1"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZUMAIL2_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="E-mail adress 2"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZUMAIL3_Site">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="E-mail adress 3"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZUSEPLANT">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Plant Used"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZWEBART_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Web Article Type"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/ZZECO_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="ECO"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Z_CLASS01_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Actual class. ROS"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Z_CLASS02_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Prev. ROS class."/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Z_CLASS03_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Classification 3"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Z_CLASS04_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Classification 4"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Z_CLASS05_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Classification 5"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Z_CLASS06_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Classification 6"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Z_CLASS07_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Source of supply"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Z_CLASS08_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Cash Disc Eligible"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Z_CLASS09_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Review code"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Z_CLASS10_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Price gap class"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Z_CLASS11_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Competition class"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Z_CLASS12_Sales_Organi2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="Common.Label" String="Article status DC"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_1VD_ASSOR_7">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="_1VD_ASSOR∞7"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_1VD_CONSU_10">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="_1VD_CONSU∞10"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_1VD_DOC_N_9">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="_1VD_DOC_N∞9"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_1VD_EANUP_4">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="_1VD_EANUP∞4"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_1VD_MATER_13">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="_1VD_MATER∞13"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_1VD_MATL__14">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="_1VD_MATL_∞14"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_1VD_MAT_1_19">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="_1VD_MAT_1∞19"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_1VD_MAT_S_17">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="_1VD_MAT_S∞17"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_1VD_PLANT_12">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="_1VD_PLANT∞12"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_1VD_PROMO_8">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="_1VD_PROMO∞8"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_1VD_RPA_W_15">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="_1VD_RPA_W∞15"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_1VD_SALES_1">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="_1VD_SALES∞1"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_1VD_ZCASC_18">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="_1VD_ZCASC∞18"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_VIEW_DIME_2">
<Annotation Term="Analytics.Dimension" Bool="true"/>
<Annotation Term="DataIntegration.OriginalName" String="_VIEW_DIME∞2"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/DATE_SAP_Calendar_Day_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_VIEW_DIME∞2</String>
<String>DAY_INT</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="DATE_SAP_Calendar_Day∞T"/>
<Annotation Term="Common.Label" String="Day (Number)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0CONSUMER_D10_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VD_CONSU∞10</String>
<String>_1VT_CONSU</String>
<String>TXTMD</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0CONSUMER∞D10∞T"/>
<Annotation Term="Common.Label" String="Medium description"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0DOC_NUMBER_D9_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VD_DOC_N∞9</String>
<String>_1VT_DOC_N</String>
<String>TXTSH</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0DOC_NUMBER∞D9∞T"/>
<Annotation Term="Common.Label" String="Short description"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0MATERIAL_D13_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VD_MATER∞13</String>
<String>_1VT_MATER</String>
<String>TXTMD</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0MATERIAL∞D13∞T"/>
<Annotation Term="Common.Label" String="Medium description"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0MATL_GROUP_D14_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VD_MATL_∞14</String>
<String>_0VR_MATL_</String>
<String>TXTSH</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0MATL_GROUP∞D14∞T"/>
<Annotation Term="Common.Label" String="Short description"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0PLANT_D12_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VD_PLANT∞12</String>
<String>_1VT_PLANT</String>
<String>TXTMD</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0PLANT∞D12∞T"/>
<Annotation Term="Common.Label" String="Medium description"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_TCD_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VT_0RPA_</String>
<String>Description</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_TCD∞T"/>
<Annotation Term="Common.Label" String="Description"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RPA_WGH1_D15_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VD_RPA_W∞15</String>
<String>_1VR_0RPA_</String>
<String>BEZEI</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_WGH1∞D15∞T"/>
<Annotation Term="Common.Label" String="Description"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_ASORT_D7_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VD_ASSOR∞7</String>
<String>_1VT_ASSOR</String>
<String>TXTLG</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0RT_ASORT∞D7∞T"/>
<Annotation Term="Common.Label" String="Long description"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0RT_PROMO_D8_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VD_PROMO∞8</String>
<String>_1VT_PROMO</String>
<String>TXTMD</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0RT_PROMO∞D8∞T"/>
<Annotation Term="Common.Label" String="Medium description"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0SALESORG_D1_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VD_SALES∞1</String>
<String>_1VT_SALES</String>
<String>TXTLG</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0SALESORG∞D1∞T"/>
<Annotation Term="Common.Label" String="Long description"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/_0SALES_DIST_Site_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VD_PLANT∞12</String>
<String>_1VT_SALES</String>
<String>TXTSH</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0SALES_DIST_Site∞T"/>
<Annotation Term="Common.Label" String="Short description"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/CALMONTH_Calendar_Day_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_VIEW_DIME∞2</String>
<String>_MONTH</String>
<String>_DESCRIPTION</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="CALMONTH_Calendar_Day∞T"/>
<Annotation Term="Common.Label" String="Month Name"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/CALQUARTER_Calendar_Day_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_VIEW_DIME∞2</String>
<String>_QUARTER</String>
<String>_DESCRIPTION</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="CALQUARTER_Calendar_Day∞T"/>
<Annotation Term="Common.Label" String="Quarter Name"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/CC_INFOPROVIDER_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VT_INFOP</String>
<String>Description</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="CC_INFOPROVIDER∞T"/>
<Annotation Term="Common.Label" String="Description"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/Category_key__Prod_hier__Subfa_T">
<Annotation Term="Analytics.dimension" Bool="true"/>
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VD_RPA_W∞15</String>
<String>Category description (Prod hier)</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="Category key (Prod hier)_Subfa∞T"/>
<Annotation Term="Common.Label" String="Category description (Prod hier)"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/DAY_OF_WEEK_Calendar_Day_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_VIEW_DIME∞2</String>
<String>_DAY_OF_WEEK</String>
<String>_DESCRIPTION</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="DAY_OF_WEEK_Calendar_Day∞T"/>
<Annotation Term="Common.Label" String="Day Name"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/RPA_WGH1_Merchandise_Ca_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VD_MATL_∞14</String>
<String>_1VR_0RPA2</String>
<String>BEZEI</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="RPA_WGH1_Merchandise_Ca∞T"/>
<Annotation Term="Common.Label" String="Description"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/RPA_WGH2_Merchandise_Ca_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VD_MATL_∞14</String>
<String>_1VR_0RPA1</String>
<String>BEZEI</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="RPA_WGH2_Merchandise_Ca∞T"/>
<Annotation Term="Common.Label" String="Description"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/RPA_WGH3_Merchandise_Ca_T">
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VD_MATL_∞14</String>
<String>_1VR_0RPA_</String>
<String>BEZEI</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="RPA_WGH3_Merchandise_Ca∞T"/>
<Annotation Term="Common.Label" String="Description"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Type/World_key__Division__Subfa_T">
<Annotation Term="Analytics.dimension" Bool="true"/>
<Annotation Term="Analytics.navigationAttributeRef">
<Collection>
<String>_1VD_RPA_W∞15</String>
<String>World description (Division)</String>
</Collection>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="World key (Division)_Subfa∞T"/>
<Annotation Term="Common.Label" String="World description (Division)"/>
</Annotations>
<Annotations Target="InaApplicationService.EntityContainer/_3AM_POS_01">
<Annotation Term="Capabilities.DeleteRestrictions">
<Record Type="Capabilities.DeleteRestrictionsType">
<PropertyValue Property="Deletable" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="Capabilities.InsertRestrictions">
<Record Type="Capabilities.InsertRestrictionsType">
<PropertyValue Property="Insertable" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="Capabilities.UpdateRestrictions">
<Record Type="Capabilities.UpdateRestrictionsType">
<PropertyValue Property="Updatable" Bool="false"/>
</Record>
</Annotation>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/START_DATE">
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/END_DATE">
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/_0CALMONTH">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0CALMONTH"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/_0CALWEEK">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0CALWEEK"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/_0RPA_ANO">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_ANO"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/_0RPA_MID">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_MID"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/_0RPA_RRC">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_RRC"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/_0RPA_TCD">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_TCD"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/_0RPA_TNR">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_TNR"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/ZRPA_AMN">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/ZRPA_ECI">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/ZRPA_LCN">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/ZRPA_RCN">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/ZISSPLANT">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/_0SALESORG_Site">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0SALESORG_Site"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/_0SALES_DIST_Site">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0SALES_DIST_Site"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/_0RPA_WGH2_Article">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_WGH2_Article"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/CC_INFOPROVIDER">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/_0EANUPC_D4">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0EANUPC∞D4"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/_0RT_ASORT_D7">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0RT_ASORT∞D7"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/_0PLANT_D12">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0PLANT∞D12"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/_0MATERIAL_D13">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0MATERIAL∞D13"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/_0RPA_WGH1_D15">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="0RPA_WGH1∞D15"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="InaApplicationService._3AM_POS_01Parameters/ZCASCLASS_D18">
<Annotation Term="Analytics.variable">
<Record>
<PropertyValue Property="hidden" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="DataIntegration.OriginalName" String="ZCASCLASS∞D18"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
</Schema>
</edmx:DataServices>
</edmx:Edmx>