The following tables need to be mapped into the RAW layer for Merchandise Financial Planning (MFP) to be set up. With the release a standard data mapping into the raw layer is provided from the Navision erp tables. For other data sources either the customer should provide data directly into the raw layer tables er you use the raw views for data mapping.
Try not to change anything in the other layers as the mapping into PREP and MFP are part of the upgrade paths.
raw.SALE_VALUE_HISTORY
History of Sales, Cost of Goods Sold and Discounts in values and units.
Primary key: PRODUCT_ITEM_NO,LOCATION_NO,DATE
PRODUCT_ITEM_NO
(nvarchar) - required: The product numberLOCATION_NO
(nvarchar) - required: the location numberDATE
(date) - required: The date of saleSALE_UNITS
(decimal(18,4)) - required for unit planning: Sale in unitsTRANSFER_UNITS
(decimal(18,4))- not required:SALE_VALUE
(decimal(18,4)) - required: Sale in valueCOST_VALUE
(decimal(18,4)) - required: Cost of sales in valuePLANNED_DISCOUNT_VALUE
(decimal(18,4)) - required: Planned discount in valueOTHER_DISCOUNT_VALUE
(decimal(18,4)) - required: Other discount in valueraw.INTAKE_VALUE_HISTORY
History of Intake in values and units.
Primary key: PRODUCT_ITEM_NO,LOCATION_NO,DATE
PRODUCT_ITEM_NO
(nvarchar) - required: The product numberLOCATION_NO
(nvarchar) - required: the location numberDATE
(date) - required: The date of saleINTAKE_UNITS
(decimal(18,4)) - required for unit planning: Intake in unitsSALE_VALUE
(decimal(18,4)) - required: Intake in sale valueCOST_VALUE
(decimal(18,4)) - required: Intake in cost valueraw.STOCK_VALUE_HISTORY
History of Stock in values and units.
Primary key: PRODUCT_ITEM_NO,LOCATION_NO,DATE
PRODUCT_ITEM_NO
(nvarchar) - required: The product numberLOCATION_NO
(nvarchar) - required: the location numberDATE
(date) - required: The date of saleSTOCK_MOVE_UNITS
(decimal(18,4)) - required: Stock movement in unitsSTOCK_LEVEL_UNITS
(decimal(18,4)) - required: Stock level in unitsSTOCK_LEVEL_SALE_VALUE
(decimal(18,4)) - required: Stock level in sale valueSTOCK_LEVEL_COST_VALUE
(decimal(18,4)) - required: Stock level in cost valueraw.STOCK_MARKDOWN_HISTORY
History of Stock Markdowns in values and units.
Primary key: PRODUCT_ITEM_NO,DATE
PRODUCT_ITEM_NO
(nvarchar) - required: The product numberDATE
(date) - required: The date of saleSTOCK_MARKDOWN_VALUE
(decimal(18,4)) - required: Stock markdown in sale value