creating bom driven dimensions

Upload: priyanka-garg

Post on 03-Apr-2018

220 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/29/2019 Creating BOM Driven Dimensions

    1/22

    Creating BOM Driven Dimensions

    Purpose

    This tutorial covers how to create dimensions that are driven by BOM (Bill of Materials) row sources.

    Time to Complete

    Approximately 40 minutes.

    Overview

    You can create a dimension that is driven by a BOM row source. This dimension enables you to pull hierarchical datafrom BOM relational tables into Integrated Operational Planning for analysis and planning.

    Scenario

    In this example, you create the BOM row source-driven dimension, BOM.

    Software and Hardware Requirements

    The following is a list of software requirements:

    Integrated Operational Planning 4.0.1

    Java Development Kit JDK 1.6.0_12 or later

    Microsoft Internet Explorer 6.x or 7.x

    Oracle 10.2.0.4 or 11.1.0.7 database

    Prerequisites

    Before starting this tutorial, you should:

    . Load the Integrated Operational Planning model.

    . Start the Integrated Operational Planning server.

    . Define Integrated Operational Planning dimensions, row sources, and cubes.

    . Create the external BOM database table.

    Verifying External Table Structures

    To verify the BOM external table structure, perform the following steps:

    1.Log on to Oracle SQL Developer as the Integrated Operational Planning database owner.

  • 7/29/2019 Creating BOM Driven Dimensions

    2/22

    2. Verify that the table contains the correct parent and child columns. In this example, the BOM_RELATIONS table iscomplete and includes COMPONENT and PART, the parent and child columns that you will use in the BOM row source.

    Creating BOM Row Sources

    To create a BOM row source, perform the following steps:

    1. Log on to Integrated Operational Planning as the administrator.

  • 7/29/2019 Creating BOM Driven Dimensions

    3/22

    2. From Planning Workbench, click the Administration Workbench link.

    3. In the Object Browser section, from the View drop-down list, select Rowsources.

  • 7/29/2019 Creating BOM Driven Dimensions

    4/22

    4. From the Actions drop-down list, select Add to display Rowsource Wizard.

    5. In the Name box, enter a unique identifier for the BOM row source. In this example, enter BOM_RS

    6. From the Type drop-down list, select Custom.

  • 7/29/2019 Creating BOM Driven Dimensions

    5/22

    7. Select the Columns tab.

    8. In the Database Table Name box, enterBOM_RELATIONS and click Refresh Fields to display the row source colum

  • 7/29/2019 Creating BOM Driven Dimensions

    6/22

    The columns are displayed in the Rowsource Columns section.

    9. Select the Key and Indices tab, and in the Rowsource Key section, click Edit.

  • 7/29/2019 Creating BOM Driven Dimensions

    7/22

    10. In the Available Columns section, press the Ctrl key, and select COMPONENT and PART.

  • 7/29/2019 Creating BOM Driven Dimensions

    8/22

    11. Click Add to move the columns to the Selected Columns section, and then click OK.

    12. Click Save.

  • 7/29/2019 Creating BOM Driven Dimensions

    9/22

    Creating BOM Driven Dimensions

    To create a BOM driven dimension, perform the following steps:

    1. In the Administration Workbench Object Browser section, from the View drop-down list, select Dimensions.

    2. From the Actions drop-down list, select Add to display Dimension Wizard.

  • 7/29/2019 Creating BOM Driven Dimensions

    10/22

    3. In the Name box, enter the name of the BOM row source-driven dimension. In this example, enterBOM.

    4. Select the Hierarchies tab.

    5. Click Create to display the Hierarchy Details fields.

  • 7/29/2019 Creating BOM Driven Dimensions

    11/22

    6. In the Name box, enterBOM.

  • 7/29/2019 Creating BOM Driven Dimensions

    12/22

    7. From the Hierarchy Type drop-down list, select Rowsource Based.

  • 7/29/2019 Creating BOM Driven Dimensions

    13/22

    8. From the Rowsource Name drop-down list, select BOM_RS.

  • 7/29/2019 Creating BOM Driven Dimensions

    14/22

    9. From the Parent Name drop-down list, select COMPONENT.

  • 7/29/2019 Creating BOM Driven Dimensions

    15/22

    10. From the Parent Display name drop-down list, select COMPONENT.

    11. From the Parent Description drop-down list, select COMPONENT.

  • 7/29/2019 Creating BOM Driven Dimensions

    16/22

    12. From the Child Name drop-down list, select PART.

  • 7/29/2019 Creating BOM Driven Dimensions

    17/22

    13. From the Child Display name drop-down list, select PART.

  • 7/29/2019 Creating BOM Driven Dimensions

    18/22

    14. From the Child Description drop-down list, select PART.

  • 7/29/2019 Creating BOM Driven Dimensions

    19/22

    15. From the Child Attributes drop-down list, select 1.

  • 7/29/2019 Creating BOM Driven Dimensions

    20/22

    16. From the Child Attribute 1 drop-down list, select PART_ASP.

  • 7/29/2019 Creating BOM Driven Dimensions

    21/22

    17. Click OK.

  • 7/29/2019 Creating BOM Driven Dimensions

    22/22

    18. Click Save.

    Note: Be sure to map the dimension to a cube and republish the model before allowing your end users to work with it.

    Summary

    In this tutorial, you learned how to create BOM row source-driven dimensions.