Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Latest commit

 

History

History

internal-orders-view

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Create Internal Orders View

  1. Navigate to the Repository Explorer

  2. Click on Create - Graphical View Button to create a new view



  3. Drag and drop the table CSV_InternalOrders into the canvas.

  4. Select the Output Node in the canvas and configure the following properties:

  • Business Name: V_INTERNAL_ORDERS
  • Technical Name: V_INTERNAL_ORDERS
  • Semantic Usage: Analytical Dataset
  • Expose for Consumption: ON

  1. Select the Output Node and change the following columns to Measure:
  • GROSSAMOUNT
  • NETAMOUNT
  • TAXAMOUNT
  • QUANTITY

  1. Select the CSV_InternalOrders Node and add a new Projection Node from the context menu

  2. Select the Projection Node and change the name of the column CREATEDAT

  3. Set the new name to CREATE_DATE

  4. Select the Output Node and add a new Association

  5. Search and select the view V_VENDOR_PRODUCTS

  6. Map the column V_VENDOR_PRODUCTS.PRODUCTID with the column V_INTERNAL_ORDERS.PRODUCTID

  7. Select the Output Node and add a new Association

  8. Search and select the view V_EMPLOYEES

  9. Map the column V_EMPLOYEES.EMPLOYEEID with the column V_INTERNAL_ORDERS.EMPLOYEEID

  10. Select the Output Node and add a new Association

  11. Search and select the view SAP.TIME.VIEW_DIMENSION_DAY (Time Dimension - Day)

  12. Map the column V_INTERNAL_ORDERS.CREATE_DATE with the column SAP.TIME.VIEW_DIMENSION_DAY.DATE_SQL

  13. Click on the Deploy button to deploy the view.