You are on page 1of 18

Open Hub Destination: Part 2

Applies to:
SAP NetWeaver Business Warehouse (Formerly BI), Will also work on SAP BI 3.5. For more information,
visit the Business Intelligence homepage.

Summary
This article tells about the Open Hub Destination use and how to use it in case of data down load/ data
extraction from InfoCube to Database Table.

Author: Surendra Kumar Reddy Koduru


Company: ITC Infotech India Ltd. (Bangalore/INDIA)
Created on: 25 February 2010

Author Bio
Surendra Kumar Reddy Koduru is a SAP BI Lead Consultant currently working with ITC
Infotech India Ltd (Bangalore/INDIA). He has got rich experience and worked on various
BW/BI implementation/Support projects.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2009 SAP AG 1
Open Hub Destination: Part 2

Table of Contents
Introduction ......................................................................................................................................................... 3
Use of Open Hub ................................................................................................................................................ 3
Structure ............................................................................................................................................................. 3
Integration ........................................................................................................................................................... 3
Creating Open Hub Destinations: ....................................................................................................................... 4
Step 1 .............................................................................................................................................................. 4
Step 2 ............................................................................................................................................................ 11
Step 3 ............................................................................................................................................................ 13
Related Content ................................................................................................................................................ 17
Disclaimer and Liability Notice .......................................................................................................................... 18

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 2
Open Hub Destination: Part 2

Introduction
The open hub destination is the object that allows you to distribute data from a BI system to non-SAP data
marts, analytical applications, and other applications. It ensures controlled distribution across multiple
systems.
The open hub destination defines the target to which the data is transferred.
See the following figure outlines how the open hub destination is integrated into the data flow:

Use of Open Hub


Database tables (in the database for the BI system) and flat files can act as open hub destinations. You can
extract the data from a database to non-SAP systems using APIs and a third-party tool.

Structure
The open hub destination contains all the information about a data target: the type of destination, the name
of the flat file or database table and its properties, and the field list and its properties.
BI objects such as InfoCubes, DataStore Objects, InfoObjects (attributes or texts), and InfoSets can function
as open hub data sources. Note that DataSources may not be used as the source.

Integration
You can use the data transfer process to update data to the open hub destination. This involves transforming
the data. Not all rule types are available in the transformation for an open hub destination: Reading master
data, time conversion, currency translation, and unit conversion are not available.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 3
Open Hub Destination: Part 2

Creating Open Hub Destinations:


Follow the steps to create and execute the Open Hub Destination.

Step 1
1. In the Modeling area of the Data Warehousing Workbench, choose the open hub destination tree.

2. In the context menu of your InfoArea, choose Create Open Hub Destination.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 4
Open Hub Destination: Part 2

3. Enter a technical name and descriptions. i.e. Object Type is InfoCube and Name is InfoCube Technical
name.

4. On the Destination tab page, select the required destination. Here I’m selecting the Database Table as
Destination.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 5
Open Hub Destination: Part 2

Once we select the Database Table, then the system automatically proposes the Technical name of the
Table, it will starts with /BIC/OH<You’re Open Hub Name>
For Reference see SAP Help.

If we check the Deleting Data from Table option, every time the data will be deleted from Table i.e. before
dumping new data into table, the old data will be deleted.

Note: Once you save and activate it, you can see the table in SE11 Tcode.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 6
Open Hub Destination: Part 2

5. On the Field Definition tab page, you can see the fields list (from InfoCube).

Save and Activate.


Once you activate it then it will display the following message, if any errors are there then it will through the
error message, here we don’t have any problem to generate table.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 7
Open Hub Destination: Part 2

Some time if you don’t have authorizations to create a table then you will get the error message. So before
creating the Open Hub Destination with Database table, please check the authorizations.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 8
Open Hub Destination: Part 2

Now go to SE11 Tcode and give the table name and see the Table in the system.

Give table name and then click on Display button.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 9
Open Hub Destination: Part 2

See the table with all fields from InfoCube.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 10
Open Hub Destination: Part 2

Step 2
Creating the Transformations.
Right click on our Open Hub Destination and then create Transformation between Open Hub Destination and
InfoCube.

Give the Source and Target details like below. i.e. Our InfoCube Technical name and Open Hub Destination
Technical name.

After giving the details then Press Enter.


In the following screen you can see the Transformations and mappings; the system will propose the
mappings automatically.
Save and Activate.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 11
Open Hub Destination: Part 2

After Activation see the Flow of our Open Hub Destination.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 12
Open Hub Destination: Part 2

Step 3
Creating Data Transfer Processes between InfoCube and Open Hub Destination.
Right click on our Open Hub Destination and Create DTP.

The system will take the default values, see the following screen.

Check the parameters in the above screen and then press Enter.
Save and Activate the DTP, you can see the different options in the Extraction Tab, we can select either
Delta or Full. Here I selected Delta.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 13
Open Hub Destination: Part 2

With delta we will get any new/modified records i.e. from InfoCube to Database Table.

See the options in Update Tab

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 14
Open Hub Destination: Part 2

Finally see the Extraction Tab. Once every thing is fine then execute it.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 15
Open Hub Destination: Part 2

Once it is Success, you can see the below screen with Green lights.

Go to SE11 Tcode and see the data in Table /BIC/OHZOP_TEST2

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 16
Open Hub Destination: Part 2

Related Content
Open Hub Destination
Analysis Process Designer (APD): Part - 1
Analysis Process Designer (APD): Part - 2
Material Movements from Inventory Management
Checking the Data using Extractor Checker (RSA3) in ECC Delta Repeat Delta etc...
Data Flow from LBWQ/SMQ1 to RSA7 in ECC and Delta Extraction in BI
Inventory Management (0IC_C03) Part - 2
Inventory Management (0IC_C03) Part - 1
Using Text Variables with Customer Exits in Report Headings
SAP NetWeaver Business Intelligence

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 17
Open Hub Destination: Part 2

Disclaimer and Liability Notice


This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not
supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade.
SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document,
and anyone using these methods does so at his/her own risk.
SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or
code sample, including any liability resulting from incompatibility between the content within this document and the materials and
services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this
document.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com


© 2010 SAP AG 18

You might also like