SlideShare a Scribd company logo
5
Most read
7
Most read
8
Most read
Data Extraction and Retraction in
 BPC-BI




Applies to:
Document is applicable to all the BPC 7.0 NW version users and the users BI 7.0 integration with BPC. For
more information, visit the Enterprise Performance Management homepage.

Summary
This document provides an overview of data integration between BPC NW with BI 7.0. SAP Net weaver 7.0
BI is used as the backend server to hold BPC data. Since BPC tool is used for planning and reporting
purposes, master and transactional data is stored in SAP NW BI objects and tables needs to be pushed to
BPC for the reporting of planned and historical data and similarly planned data in BPC can be retracted as
necessary.

Author:     Kavyashree BK
Company: Infosys Technologies Limited
Created on: 25 April 2010

Author Bio
Kavyashree is a software engineer working for Infosys technologies for the past 2.5 years as a BW
consultant. She has BW skills and along with that the knowledge of BPC-BI integration.




SAP COMMUNITY NETWORK                                   SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2010 SAP AG                                                                                                   1
Data Extraction and Retraction in BPC-BI




Table of Contents
Introduction ................................................................................................................................................... 3
Objective....................................................................................................................................................... 3
Data Extraction ............................................................................................................................................. 4
Methods of Data Extraction ........................................................................................................................... 4
   Using BW- ETL process............................................................................................................................. 4
   Using Data Manager Functionality ............................................................................................................. 7
Data Retraction ........................................................................................................................................... 10
   Flat File Method ....................................................................................................................................... 10
   Using Query, APD ................................................................................................................................... 10
Conclusion .................................................................................................................................................. 11
Related Contents ........................................................................................................................................ 12
Disclaimer and Liability Notice ..................................................................................................................... 13




SAP COMMUNITY NETWORK                                                               SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2010 SAP AG                                                                                                                               2
Data Extraction and Retraction in BPC-BI


Introduction
SAP BPC is web based collaborative solution that unifies the business planning and performance
management process. It is a tool to accomplish the activities of Performance Management – Planning,
Financial Consolidation, and Reporting.
BPC 7.0 is closely integrated with BI. Whenever an object is created in BPC, correspondingly a BI object is
created at the back end BI. This close integration enables data movement from BI to BPC and vise versa.
For example, for every new dimension created in BPC, a BW characteristic info object is generated in the
BPC namespace.




Objective
SAP BI is used for data warehousing and reporting of historical and transaction data. Hence actual data and
historical data reside in BI. Consolidated view of planning data and actual data is required for planning and
reporting purposes when a client is installing SAP BPC. This requires data integration between SAP BPC
and SAP BI. This data integration can be achieved by extraction of BW data into BPC and building BPC
reports showing both plan and extracted actual data.
Data integration also involves planned data extraction from BPC to BI for the evaluation and comparison
purposes.
    1. Data Extraction (BI to BPC): To consolidate all the data from various modules into BPC cube
        (according to modules).

    2. Data Retraction (BPC to BI): Push back the Planned and Budgeted Data from BPC Cubes to BI.




SAP COMMUNITY NETWORK                                    SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2010 SAP AG                                                                                                    3
Data Extraction and Retraction in BPC-BI


Data Extraction
 SAP Netweaver 7.0 BI is used as the backend server to hold BPC data. The master and transactional data
is stored in SAP NW BI objects and tables. This makes the BW data extraction and retraction feasible. BPC
engine can access data only from the system generated cubes in BPC namespace. Actual data is needed for
reporting and planning purposes which resides in BI Cubes. Hence there is a need to extract BI transaction
data into BPC cubes for combined reporting of actual and planned data.




Methods of Data Extraction
Even though BPC also stores the data in SAP BI cubes, it is not recommended that we access the data
stored in the cubes in /CPMB namespace using the Business explorer. Similarly, BPC engine can access
data only from the system generated cubes in /CPMB namespace. Hence a combined reporting of actual
and plan data can be achieved by extraction of BI transaction data into the BPC cubes. The figure below
depicts the same.
We can have two different methods of loading data from BI to BPC. They are,
   1. Using BW- ETL process

   2. Using data manager functionality

Using BW- ETL process
Transaction Data from Net weaver BI info cube or Data Store Object (Non-BPC info providers) to an info
cube generated in the BPC namespace, we can use ETL method to load the data by making the necessary
transformations and master data look ups.
In Data Warehousing Workbench (Transaction code RSA1) define Data transfer process for BPC infocube
using context menu of info provider tree.




SAP COMMUNITY NETWORK                                  SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2010 SAP AG                                                                                                  4
Data Extraction and Retraction in BPC-BI




The BI cube/ DSO from which data has to be extracted should be given as Source of DTP. The DTP type
should be selected as Standard. Please refer following link to learn more about DTP functionalities.
http://help.sap.com/erp2005_ehp_04/helpdata/EN/42/f98e07cc483255e10000000a1553f7/fra
meset.htm
Enter the details of DTP mentioning Description, source object type and source object technical names.




BPC generated info cube is a Real time info cube. Hence before executing the DTP, the info cube needs
mode needs to switched to loading mode. Once the loading is done, it should be switched back to Planning
mode as shown below.
Chose option Change Real-Time Load Behavior from the context menu of infocube. Switch to “Real-time
data target can be loaded with Data ; Planning not allowed” Option.




SAP COMMUNITY NETWORK                                  SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2010 SAP AG                                                                                                  5
Data Extraction and Retraction in BPC-BI




Once the real time load behavior is changed, the DTP can be executed. After loading, cube must be
switched back to second option i.e. Real-Time data target can be planned; data loading not allowed following
the same procedure. It is recommended to use process chain to define and schedule a data transfer
process. The process type Data Transfer Process is available in the Load Process and Post processing
process category which should be used while creating process chain using Transaction code RSPC. Process
types for switching real time load behavior are also available.
Limitations of ETL process.

    •   Whenever the load is being done to BPC Cube, the same will not be available for Planning and vice
        versa.

    •   During ETL process, the validation mechanism in BPC7NW is skipped. This might lead to invalid
        records entry in BPC Cubes.

    •   If full optimization is done for the BPC Application, a new optimized cube is generated and all the
        ETL work that was done for the previous cube will be dropped from the new cube.




SAP COMMUNITY NETWORK                                     SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2010 SAP AG                                                                                                     6
Data Extraction and Retraction in BPC-BI


Using Data Manager Functionality
Data Manager is a BPC module that helps us move data in to BPC, as well as copy or move data within and
across BPC applications. In addition to allowing us to move and copy data, Data Manager supports mapping
and complex transformations of data. It requires a transformation file to be created for field mapping between
BPC and BI. Data Manager is integrated with BPC for Excel. To start Data Manager, choose BPC Desktop
icon BPC for Excel.




In the BPC for excel action pane, select Manage Data. For users who are familiar with menus instead of the
action pane, BPC has an “eData” dropdown menu to choose all the actions available within Data Manager
Action pane else BPC also has a Data Manager Toolbar through which data manager can be accessed.
Select the Data Management folder listed under the application name. From the packages listed in the right
pane, select „Load Data‟ package and click „Run‟.




SAP COMMUNITY NETWORK                                    SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2010 SAP AG                                                                                                    7
Data Extraction and Retraction in BPC-BI




The BI Info provider (Cube or DSO) name whose data has to be extracted has to be entered in the dialog
box and a transformation file needs to be selected. The status of the package can be checked using view
status option shown below.
   1. The package also gives the following options
   2. Import method : Merge – Imports all records, leaving all remaining records in destination intact;
      Replace and clear – clears data for any existing records that mirror each entity/category/time
      combination defined in the source and then imports source records
   3. Default logic to be run or not
   4. Work status to be checked or not when importing data as shown in below screenshot
   5. Run now/ Schedule.




SAP COMMUNITY NETWORK                                   SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2010 SAP AG                                                                                                   8
Data Extraction and Retraction in BPC-BI




The status of the package can be checked using view status option available in Data manager.




SAP COMMUNITY NETWORK                                  SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2010 SAP AG                                                                                                  9
Data Extraction and Retraction in BPC-BI




Data Retraction




Data Retraction (BPC to BI) is a method to move the Planned and Budgeted Data from BPC Cubes to BI.
There is no standard functionality provided by SAP to achieve retraction. Data manager can only be used for
extraction purposes (Moving data from BI to BPC namespace).
This can be achieved using below methods.
    1. Flat file method
    2. BEX Query, APD

Flat File Method
In this method, entire BPC data is downloaded to a flat file using data downloader functionality available in
BPC cubes or using data manager functionality of BPC front end. The data from this flat file is extracted into
a flat file data source and further loaded to info providers in BI. Necessary reverse transformations and
reverse lookups are maintained while loading data from flat file data source to data targets in BI flat files has
to be maintained in Application server.

Using Query, APD
Simple BEX Query is built on BPC cubes to extract entire data with all the fields Query designer. A direct
update DSO is built with the fields similar to BPC Cube fields. Analysis process designer is created for the
movement of Query results to direct update DSO. From this stage, data can be further moved to another
Standard DSO or Cube based on the requirement with necessary reverse transformations logic

Note: It is not recommended that we access the data stored in the cubes in BPC namespace using the Business
      explorer




SAP COMMUNITY NETWORK                                       SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2010 SAP AG                                                                                                       10
Data Extraction and Retraction in BPC-BI


Conclusion
The data in BI Cubes can be converted into data available in BPC Cubes by using functionalities in
Transformations - Rule Groups and LookUps.
As of now for Retraction, the Data from BPC Cubes is first moved to a Flat file and then loaded to BI cubes
with the help of flat file data sources. The reverse lookups are carried out in transformations between data
sources and cube. (Another way of taking out data from BPC cubes – by using APD – pulling out the data
using a query and loading into a DSO in BI- This is in progress. Not sure if it is recommended method).




SAP COMMUNITY NETWORK                                    SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2010 SAP AG                                                                                                    11
Data Extraction and Retraction in BPC-BI




Related Contents
https://www.sdn.sap.com

http://help.sap.com

For more information, visit the Enterprise Performance Management homepage.




SAP COMMUNITY NETWORK                         SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2010 SAP AG                                                                                         12
Data Extraction and Retraction in BPC-BI


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 co ntent 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                                                                                                                    13

More Related Content

PDF
BW Adjusting settings and monitoring data loads
PDF
How to write a routine for 0 calday in infopackage selection
PPTX
240935187-Handling-Unit-Management-in-SAP-Packing-During-Outbound-Process.pptx
PDF
Customer exit variables in sap
PDF
How to add new Object Link in SAP DMS
PDF
Lsmw step by- step
PDF
Bw writing routines in update rules
PDF
Step by step on changing ecc source systems without affecting data modeling o...
BW Adjusting settings and monitoring data loads
How to write a routine for 0 calday in infopackage selection
240935187-Handling-Unit-Management-in-SAP-Packing-During-Outbound-Process.pptx
Customer exit variables in sap
How to add new Object Link in SAP DMS
Lsmw step by- step
Bw writing routines in update rules
Step by step on changing ecc source systems without affecting data modeling o...

What's hot (20)

PPT
SAP Document Management System Integration with Content Servers
PDF
Slides-for-Benefits-for-Finance-moving-from-ECC-to-S4HANA-Final.pdf
PPTX
SAP CPI - DS
PDF
Data migration blueprint legacy to sap
PPTX
How to do a SAP PI/PO Migration 2019
PDF
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
DOC
Adding custom fields to the fi report fbl5 n using bt es
PDF
Sap fi configuration
PPTX
SAP Integration Suite L1
DOCX
Standard price & moving average price in SAP
PDF
Enhancing data sources with badi in SAP ABAP
PDF
Funds management configuration sap ag
PPTX
SAP ECC to S/4HANA Move
PDF
Analysis process designer (apd) part 2
PDF
Decommissioning with cclm in solution manager sp12
PDF
Business partner-2
 
PDF
Beginner's guide create a custom 'copy' planning function type
PPTX
Sap User Exit for Functional Consultant
PDF
SAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdf
PDF
Business Area in SAP FI
SAP Document Management System Integration with Content Servers
Slides-for-Benefits-for-Finance-moving-from-ECC-to-S4HANA-Final.pdf
SAP CPI - DS
Data migration blueprint legacy to sap
How to do a SAP PI/PO Migration 2019
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Adding custom fields to the fi report fbl5 n using bt es
Sap fi configuration
SAP Integration Suite L1
Standard price & moving average price in SAP
Enhancing data sources with badi in SAP ABAP
Funds management configuration sap ag
SAP ECC to S/4HANA Move
Analysis process designer (apd) part 2
Decommissioning with cclm in solution manager sp12
Business partner-2
 
Beginner's guide create a custom 'copy' planning function type
Sap User Exit for Functional Consultant
SAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdf
Business Area in SAP FI
Ad

Viewers also liked (7)

PDF
Lifetime and support matrix for sap gui for windows
PDF
Sapbpc nw 10.0 master data load from bw to bpc
PDF
SAP GL Data Load for BPC Consolidation
PPTX
SAP BW - Creation of hierarchies (time dependant hierachy structures)
PDF
SAP BPC NW 10.0 Master Data Load to BPC from BW
PDF
Sapbpc nw 10.0 transactional data load guide
PPTX
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
Lifetime and support matrix for sap gui for windows
Sapbpc nw 10.0 master data load from bw to bpc
SAP GL Data Load for BPC Consolidation
SAP BW - Creation of hierarchies (time dependant hierachy structures)
SAP BPC NW 10.0 Master Data Load to BPC from BW
Sapbpc nw 10.0 transactional data load guide
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
Ad

Similar to Data extraction and retraction in bpc bi (20)

PDF
PDF
How to assign sap business planning and consolidation authorizations via the ...
PDF
Reporting data in alternate unit of measure in bi 7.0
PDF
BPC Configuration and User Guide Ver 10.0
PDF
Rda step by step
PDF
BPC Article original
PPTX
SAP BPC and RTC(Real Time Consolidation.pptx
PPTX
Sap bpc optimized for s4 hana real time consolidation
PDF
SAP Quickviewer
PDF
_Using Selective Deletion in Process Chains.pdf
PDF
Sap business warehouse_v1
PPTX
SAP BPC Embedded for S/4 HANA
PDF
Sap bibw
PDF
Sap bw lo extraction
PDF
Hybrid provider based on dso using real time data acquisition in sap bw 7.30
PPT
Sanjeet Kumar
PDF
SAP BI:BW and FICO Res
PDF
Using error stack and error dt ps in sap bi 7.0
PDF
SAP BOBJ Rapid Marts Overview I
PDF
New dimensions for_reporting
How to assign sap business planning and consolidation authorizations via the ...
Reporting data in alternate unit of measure in bi 7.0
BPC Configuration and User Guide Ver 10.0
Rda step by step
BPC Article original
SAP BPC and RTC(Real Time Consolidation.pptx
Sap bpc optimized for s4 hana real time consolidation
SAP Quickviewer
_Using Selective Deletion in Process Chains.pdf
Sap business warehouse_v1
SAP BPC Embedded for S/4 HANA
Sap bibw
Sap bw lo extraction
Hybrid provider based on dso using real time data acquisition in sap bw 7.30
Sanjeet Kumar
SAP BI:BW and FICO Res
Using error stack and error dt ps in sap bi 7.0
SAP BOBJ Rapid Marts Overview I
New dimensions for_reporting

Recently uploaded (20)

PPTX
Institutional Correction lecture only . . .
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Pharma ospi slides which help in ospi learning
PPTX
master seminar digital applications in india
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
Microbial disease of the cardiovascular and lymphatic systems
Institutional Correction lecture only . . .
PPH.pptx obstetrics and gynecology in nursing
Renaissance Architecture: A Journey from Faith to Humanism
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
O7-L3 Supply Chain Operations - ICLT Program
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Week 4 Term 3 Study Techniques revisited.pptx
Anesthesia in Laparoscopic Surgery in India
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
102 student loan defaulters named and shamed – Is someone you know on the list?
Pharma ospi slides which help in ospi learning
master seminar digital applications in india
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
STATICS OF THE RIGID BODIES Hibbelers.pdf
human mycosis Human fungal infections are called human mycosis..pptx
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Microbial disease of the cardiovascular and lymphatic systems

Data extraction and retraction in bpc bi

  • 1. Data Extraction and Retraction in BPC-BI Applies to: Document is applicable to all the BPC 7.0 NW version users and the users BI 7.0 integration with BPC. For more information, visit the Enterprise Performance Management homepage. Summary This document provides an overview of data integration between BPC NW with BI 7.0. SAP Net weaver 7.0 BI is used as the backend server to hold BPC data. Since BPC tool is used for planning and reporting purposes, master and transactional data is stored in SAP NW BI objects and tables needs to be pushed to BPC for the reporting of planned and historical data and similarly planned data in BPC can be retracted as necessary. Author: Kavyashree BK Company: Infosys Technologies Limited Created on: 25 April 2010 Author Bio Kavyashree is a software engineer working for Infosys technologies for the past 2.5 years as a BW consultant. She has BW skills and along with that the knowledge of BPC-BI integration. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2010 SAP AG 1
  • 2. Data Extraction and Retraction in BPC-BI Table of Contents Introduction ................................................................................................................................................... 3 Objective....................................................................................................................................................... 3 Data Extraction ............................................................................................................................................. 4 Methods of Data Extraction ........................................................................................................................... 4 Using BW- ETL process............................................................................................................................. 4 Using Data Manager Functionality ............................................................................................................. 7 Data Retraction ........................................................................................................................................... 10 Flat File Method ....................................................................................................................................... 10 Using Query, APD ................................................................................................................................... 10 Conclusion .................................................................................................................................................. 11 Related Contents ........................................................................................................................................ 12 Disclaimer and Liability Notice ..................................................................................................................... 13 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2010 SAP AG 2
  • 3. Data Extraction and Retraction in BPC-BI Introduction SAP BPC is web based collaborative solution that unifies the business planning and performance management process. It is a tool to accomplish the activities of Performance Management – Planning, Financial Consolidation, and Reporting. BPC 7.0 is closely integrated with BI. Whenever an object is created in BPC, correspondingly a BI object is created at the back end BI. This close integration enables data movement from BI to BPC and vise versa. For example, for every new dimension created in BPC, a BW characteristic info object is generated in the BPC namespace. Objective SAP BI is used for data warehousing and reporting of historical and transaction data. Hence actual data and historical data reside in BI. Consolidated view of planning data and actual data is required for planning and reporting purposes when a client is installing SAP BPC. This requires data integration between SAP BPC and SAP BI. This data integration can be achieved by extraction of BW data into BPC and building BPC reports showing both plan and extracted actual data. Data integration also involves planned data extraction from BPC to BI for the evaluation and comparison purposes. 1. Data Extraction (BI to BPC): To consolidate all the data from various modules into BPC cube (according to modules). 2. Data Retraction (BPC to BI): Push back the Planned and Budgeted Data from BPC Cubes to BI. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2010 SAP AG 3
  • 4. Data Extraction and Retraction in BPC-BI Data Extraction SAP Netweaver 7.0 BI is used as the backend server to hold BPC data. The master and transactional data is stored in SAP NW BI objects and tables. This makes the BW data extraction and retraction feasible. BPC engine can access data only from the system generated cubes in BPC namespace. Actual data is needed for reporting and planning purposes which resides in BI Cubes. Hence there is a need to extract BI transaction data into BPC cubes for combined reporting of actual and planned data. Methods of Data Extraction Even though BPC also stores the data in SAP BI cubes, it is not recommended that we access the data stored in the cubes in /CPMB namespace using the Business explorer. Similarly, BPC engine can access data only from the system generated cubes in /CPMB namespace. Hence a combined reporting of actual and plan data can be achieved by extraction of BI transaction data into the BPC cubes. The figure below depicts the same. We can have two different methods of loading data from BI to BPC. They are, 1. Using BW- ETL process 2. Using data manager functionality Using BW- ETL process Transaction Data from Net weaver BI info cube or Data Store Object (Non-BPC info providers) to an info cube generated in the BPC namespace, we can use ETL method to load the data by making the necessary transformations and master data look ups. In Data Warehousing Workbench (Transaction code RSA1) define Data transfer process for BPC infocube using context menu of info provider tree. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2010 SAP AG 4
  • 5. Data Extraction and Retraction in BPC-BI The BI cube/ DSO from which data has to be extracted should be given as Source of DTP. The DTP type should be selected as Standard. Please refer following link to learn more about DTP functionalities. http://help.sap.com/erp2005_ehp_04/helpdata/EN/42/f98e07cc483255e10000000a1553f7/fra meset.htm Enter the details of DTP mentioning Description, source object type and source object technical names. BPC generated info cube is a Real time info cube. Hence before executing the DTP, the info cube needs mode needs to switched to loading mode. Once the loading is done, it should be switched back to Planning mode as shown below. Chose option Change Real-Time Load Behavior from the context menu of infocube. Switch to “Real-time data target can be loaded with Data ; Planning not allowed” Option. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2010 SAP AG 5
  • 6. Data Extraction and Retraction in BPC-BI Once the real time load behavior is changed, the DTP can be executed. After loading, cube must be switched back to second option i.e. Real-Time data target can be planned; data loading not allowed following the same procedure. It is recommended to use process chain to define and schedule a data transfer process. The process type Data Transfer Process is available in the Load Process and Post processing process category which should be used while creating process chain using Transaction code RSPC. Process types for switching real time load behavior are also available. Limitations of ETL process. • Whenever the load is being done to BPC Cube, the same will not be available for Planning and vice versa. • During ETL process, the validation mechanism in BPC7NW is skipped. This might lead to invalid records entry in BPC Cubes. • If full optimization is done for the BPC Application, a new optimized cube is generated and all the ETL work that was done for the previous cube will be dropped from the new cube. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2010 SAP AG 6
  • 7. Data Extraction and Retraction in BPC-BI Using Data Manager Functionality Data Manager is a BPC module that helps us move data in to BPC, as well as copy or move data within and across BPC applications. In addition to allowing us to move and copy data, Data Manager supports mapping and complex transformations of data. It requires a transformation file to be created for field mapping between BPC and BI. Data Manager is integrated with BPC for Excel. To start Data Manager, choose BPC Desktop icon BPC for Excel. In the BPC for excel action pane, select Manage Data. For users who are familiar with menus instead of the action pane, BPC has an “eData” dropdown menu to choose all the actions available within Data Manager Action pane else BPC also has a Data Manager Toolbar through which data manager can be accessed. Select the Data Management folder listed under the application name. From the packages listed in the right pane, select „Load Data‟ package and click „Run‟. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2010 SAP AG 7
  • 8. Data Extraction and Retraction in BPC-BI The BI Info provider (Cube or DSO) name whose data has to be extracted has to be entered in the dialog box and a transformation file needs to be selected. The status of the package can be checked using view status option shown below. 1. The package also gives the following options 2. Import method : Merge – Imports all records, leaving all remaining records in destination intact; Replace and clear – clears data for any existing records that mirror each entity/category/time combination defined in the source and then imports source records 3. Default logic to be run or not 4. Work status to be checked or not when importing data as shown in below screenshot 5. Run now/ Schedule. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2010 SAP AG 8
  • 9. Data Extraction and Retraction in BPC-BI The status of the package can be checked using view status option available in Data manager. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2010 SAP AG 9
  • 10. Data Extraction and Retraction in BPC-BI Data Retraction Data Retraction (BPC to BI) is a method to move the Planned and Budgeted Data from BPC Cubes to BI. There is no standard functionality provided by SAP to achieve retraction. Data manager can only be used for extraction purposes (Moving data from BI to BPC namespace). This can be achieved using below methods. 1. Flat file method 2. BEX Query, APD Flat File Method In this method, entire BPC data is downloaded to a flat file using data downloader functionality available in BPC cubes or using data manager functionality of BPC front end. The data from this flat file is extracted into a flat file data source and further loaded to info providers in BI. Necessary reverse transformations and reverse lookups are maintained while loading data from flat file data source to data targets in BI flat files has to be maintained in Application server. Using Query, APD Simple BEX Query is built on BPC cubes to extract entire data with all the fields Query designer. A direct update DSO is built with the fields similar to BPC Cube fields. Analysis process designer is created for the movement of Query results to direct update DSO. From this stage, data can be further moved to another Standard DSO or Cube based on the requirement with necessary reverse transformations logic Note: It is not recommended that we access the data stored in the cubes in BPC namespace using the Business explorer SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2010 SAP AG 10
  • 11. Data Extraction and Retraction in BPC-BI Conclusion The data in BI Cubes can be converted into data available in BPC Cubes by using functionalities in Transformations - Rule Groups and LookUps. As of now for Retraction, the Data from BPC Cubes is first moved to a Flat file and then loaded to BI cubes with the help of flat file data sources. The reverse lookups are carried out in transformations between data sources and cube. (Another way of taking out data from BPC cubes – by using APD – pulling out the data using a query and loading into a DSO in BI- This is in progress. Not sure if it is recommended method). SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2010 SAP AG 11
  • 12. Data Extraction and Retraction in BPC-BI Related Contents https://www.sdn.sap.com http://help.sap.com For more information, visit the Enterprise Performance Management homepage. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2010 SAP AG 12
  • 13. Data Extraction and Retraction in BPC-BI 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 co ntent 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 13