Etiquetas

,

Business_Objects1

The business view manager allow you to create a semantic layer composed of different business elements that could be represented by tables in different data sources (Ex: Oracle, DB2,SQL Server) and after that use this semantic layer to build Crystal Report Reports, In this post we’ll see how to create Data Connection, Business View and Business Elements objects.

 To use the Business View Manager you need to install the SAP BusinessObjects BI Platform Client Tools.

To create our Business View we need to open the Business View Manager and log on.

1

Now we need to create a data connection, select Data Connection and click Create
2Now choose the way you want to connect to the data source, in this case I’m going to select OLE DB (ADO)
3Now we need to select the Provider we are going to use and click next.
4

Indicate the properties of the connection, SQL Instance, user, password and data base. I’m using the data base example Adventure Works DW that you can download from codeplex.

5

Click Finish6Now you can see your data connection

7 8 9

After this we need to save our data connection10

Once created our data connection we need to create a Data Foundation. Here we can select the tables o views according with the data connection we have selected.11

I’m choosing the data connection that was created previouly.12

Now we need to select the tables that we want to use.13

This is how our tables look in the Data Foundation.14 15

In the Object Explorer we can create SQL Expression, calculated fields using formulas, etc.16

Now save the Data Foundation.17

Once the Data Foundation has been created we need to create the Business Elements. In the menu select File> New> Business Element.

18 For each table in the data foundation we need to create a Business Element. In this case the image shows how to do it for the Dim Customer Table.

20 21 Now we need to save the Business Element.22The last object we need to create is the Business View that will be composed for different Business elements. To create the Business View go to the menu and select File> New> Business View.

Now select the Business Elements that you want to insert.

23 24 Finally save the Business View25

Other thing that we can do with the Business Manager is manage the permissions to the differents objects making click in the Edit Rights button.26

Another import tool in the Business Manager is the Export/Import tool with it we can export our Business Views wiht all their associated objects and imported into another server.27