SlideShare a Scribd company logo
1 of 13
Download to read offline
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

What's hot

Sap bi 7.3 Features
Sap bi 7.3 FeaturesSap bi 7.3 Features
Sap bi 7.3 FeaturesSamar Reddy
 
Business Intelligence Fundamentals
Business Intelligence FundamentalsBusiness Intelligence Fundamentals
Business Intelligence FundamentalsMikko_Valtonen
 
Day 02 sap_bi_overview_and_terminology
Day 02 sap_bi_overview_and_terminologyDay 02 sap_bi_overview_and_terminology
Day 02 sap_bi_overview_and_terminologytovetrivel
 
Day 9 __10_introduction_to_bi_enterprise_reporting_1___2
Day 9 __10_introduction_to_bi_enterprise_reporting_1___2Day 9 __10_introduction_to_bi_enterprise_reporting_1___2
Day 9 __10_introduction_to_bi_enterprise_reporting_1___2tovetrivel
 
SAP BW on HANA Training
SAP BW on HANA  TrainingSAP BW on HANA  Training
SAP BW on HANA TrainingVenkat reddy
 
Sap Bpc and its Benefits
Sap Bpc and its BenefitsSap Bpc and its Benefits
Sap Bpc and its Benefitsjoeyparkker
 
Day 6.3 extraction_business_content_and_generic
Day 6.3 extraction_business_content_and_genericDay 6.3 extraction_business_content_and_generic
Day 6.3 extraction_business_content_and_generictovetrivel
 
SAP BW Reports - Copy
SAP BW Reports - CopySAP BW Reports - Copy
SAP BW Reports - CopyAby m
 
Resume for DB2 DBA LUW/AIX
Resume for DB2 DBA LUW/AIXResume for DB2 DBA LUW/AIX
Resume for DB2 DBA LUW/AIXMadan Gupta
 
New dimensions for_reporting
New dimensions for_reportingNew dimensions for_reporting
New dimensions for_reportingRahul Mahajan
 
Lo extraction part 2 database update logic
Lo extraction   part 2 database update logicLo extraction   part 2 database update logic
Lo extraction part 2 database update logicJNTU University
 
My Carrer Certifications 1
My  Carrer Certifications 1My  Carrer Certifications 1
My Carrer Certifications 1Reddy Chemicala
 
How To Collect Budget Data Across20 30 Dims
How To Collect Budget Data Across20 30 DimsHow To Collect Budget Data Across20 30 Dims
How To Collect Budget Data Across20 30 DimsCurtis_Neumann
 
Lo extraction – part 5 sales and distribution (sd) datasource overview
Lo extraction – part 5  sales and distribution (sd) datasource overviewLo extraction – part 5  sales and distribution (sd) datasource overview
Lo extraction – part 5 sales and distribution (sd) datasource overviewJNTU University
 
Bw training 1 intro dw
Bw training   1 intro dwBw training   1 intro dw
Bw training 1 intro dwJoseph Tham
 

What's hot (20)

Apd and bpc
Apd and bpcApd and bpc
Apd and bpc
 
Sap bi 7.3 Features
Sap bi 7.3 FeaturesSap bi 7.3 Features
Sap bi 7.3 Features
 
Business Intelligence Fundamentals
Business Intelligence FundamentalsBusiness Intelligence Fundamentals
Business Intelligence Fundamentals
 
Day 02 sap_bi_overview_and_terminology
Day 02 sap_bi_overview_and_terminologyDay 02 sap_bi_overview_and_terminology
Day 02 sap_bi_overview_and_terminology
 
Day 9 __10_introduction_to_bi_enterprise_reporting_1___2
Day 9 __10_introduction_to_bi_enterprise_reporting_1___2Day 9 __10_introduction_to_bi_enterprise_reporting_1___2
Day 9 __10_introduction_to_bi_enterprise_reporting_1___2
 
SAP BW on HANA Training
SAP BW on HANA  TrainingSAP BW on HANA  Training
SAP BW on HANA Training
 
Sap Bpc and its Benefits
Sap Bpc and its BenefitsSap Bpc and its Benefits
Sap Bpc and its Benefits
 
Day 6.3 extraction_business_content_and_generic
Day 6.3 extraction_business_content_and_genericDay 6.3 extraction_business_content_and_generic
Day 6.3 extraction_business_content_and_generic
 
SAP BW Reports - Copy
SAP BW Reports - CopySAP BW Reports - Copy
SAP BW Reports - Copy
 
Hybrid provideer
Hybrid provideerHybrid provideer
Hybrid provideer
 
Resume for DB2 DBA LUW/AIX
Resume for DB2 DBA LUW/AIXResume for DB2 DBA LUW/AIX
Resume for DB2 DBA LUW/AIX
 
New dimensions for_reporting
New dimensions for_reportingNew dimensions for_reporting
New dimensions for_reporting
 
Modeling
ModelingModeling
Modeling
 
Lo extraction part 2 database update logic
Lo extraction   part 2 database update logicLo extraction   part 2 database update logic
Lo extraction part 2 database update logic
 
My Carrer Certifications 1
My  Carrer Certifications 1My  Carrer Certifications 1
My Carrer Certifications 1
 
AaryaBI
AaryaBIAaryaBI
AaryaBI
 
How To Collect Budget Data Across20 30 Dims
How To Collect Budget Data Across20 30 DimsHow To Collect Budget Data Across20 30 Dims
How To Collect Budget Data Across20 30 Dims
 
Lo extraction – part 5 sales and distribution (sd) datasource overview
Lo extraction – part 5  sales and distribution (sd) datasource overviewLo extraction – part 5  sales and distribution (sd) datasource overview
Lo extraction – part 5 sales and distribution (sd) datasource overview
 
Bw training 1 intro dw
Bw training   1 intro dwBw training   1 intro dw
Bw training 1 intro dw
 
Extractioncockpit
Extractioncockpit Extractioncockpit
Extractioncockpit
 

Similar to Data extraction and retraction bpc bi

Reporting data in alternate unit of measure in bi 7.0
Reporting data in alternate unit of measure in bi 7.0Reporting data in alternate unit of measure in bi 7.0
Reporting data in alternate unit of measure in bi 7.0Ashwin Kumar
 
BPC Configuration and User Guide Ver 10.0
BPC Configuration and User Guide Ver 10.0BPC Configuration and User Guide Ver 10.0
BPC Configuration and User Guide Ver 10.0sap customization
 
Rda step by step
Rda   step by stepRda   step by step
Rda step by stepPhani Kumar
 
SAP BPC and RTC(Real Time Consolidation.pptx
SAP BPC and RTC(Real Time Consolidation.pptxSAP BPC and RTC(Real Time Consolidation.pptx
SAP BPC and RTC(Real Time Consolidation.pptxSAPBPCANALYTICS G.P
 
Sap bpc optimized for s4 hana real time consolidation
Sap bpc optimized for s4 hana   real time consolidationSap bpc optimized for s4 hana   real time consolidation
Sap bpc optimized for s4 hana real time consolidationSAPBPCANALYTICS G.P
 
SAP Quickviewer
SAP QuickviewerSAP Quickviewer
SAP Quickviewerotchmarz
 
_Using Selective Deletion in Process Chains.pdf
_Using Selective Deletion in Process Chains.pdf_Using Selective Deletion in Process Chains.pdf
_Using Selective Deletion in Process Chains.pdfssuserfe1f82
 
Hybrid provider based on dso using real time data acquisition in sap bw 7.30
Hybrid provider based on dso using real time data acquisition in sap bw 7.30Hybrid provider based on dso using real time data acquisition in sap bw 7.30
Hybrid provider based on dso using real time data acquisition in sap bw 7.30Sabyasachi Das
 
Using error stack and error dt ps in sap bi 7.0
Using error stack and error dt ps in sap bi 7.0Using error stack and error dt ps in sap bi 7.0
Using error stack and error dt ps in sap bi 7.0gireesho
 
SAP BusinessObjects BI 4.3
SAP BusinessObjects BI 4.3SAP BusinessObjects BI 4.3
SAP BusinessObjects BI 4.3Wiiisdom
 
Trigger bi process chain from ecc
Trigger bi process chain from eccTrigger bi process chain from ecc
Trigger bi process chain from eccObaid shaikh
 
Sap bpc embedded training.pdf
Sap bpc embedded training.pdfSap bpc embedded training.pdf
Sap bpc embedded training.pdfRishi1431
 

Similar to Data extraction and retraction bpc bi (20)

How to assign sap business planning and consolidation authorizations via the ...
How to assign sap business planning and consolidation authorizations via the ...How to assign sap business planning and consolidation authorizations via the ...
How to assign sap business planning and consolidation authorizations via the ...
 
Reporting data in alternate unit of measure in bi 7.0
Reporting data in alternate unit of measure in bi 7.0Reporting data in alternate unit of measure in bi 7.0
Reporting data in alternate unit of measure in bi 7.0
 
BPC Configuration and User Guide Ver 10.0
BPC Configuration and User Guide Ver 10.0BPC Configuration and User Guide Ver 10.0
BPC Configuration and User Guide Ver 10.0
 
Rda step by step
Rda   step by stepRda   step by step
Rda step by step
 
BPC Article original
BPC Article originalBPC Article original
BPC Article original
 
SAP BPC and RTC(Real Time Consolidation.pptx
SAP BPC and RTC(Real Time Consolidation.pptxSAP BPC and RTC(Real Time Consolidation.pptx
SAP BPC and RTC(Real Time Consolidation.pptx
 
Sap bpc optimized for s4 hana real time consolidation
Sap bpc optimized for s4 hana   real time consolidationSap bpc optimized for s4 hana   real time consolidation
Sap bpc optimized for s4 hana real time consolidation
 
SAP Quickviewer
SAP QuickviewerSAP Quickviewer
SAP Quickviewer
 
_Using Selective Deletion in Process Chains.pdf
_Using Selective Deletion in Process Chains.pdf_Using Selective Deletion in Process Chains.pdf
_Using Selective Deletion in Process Chains.pdf
 
Sap business warehouse_v1
Sap business warehouse_v1Sap business warehouse_v1
Sap business warehouse_v1
 
SAP BPC Embedded for S/4 HANA
SAP BPC Embedded for S/4 HANASAP BPC Embedded for S/4 HANA
SAP BPC Embedded for S/4 HANA
 
Sap bibw
Sap bibwSap bibw
Sap bibw
 
Hybrid provider based on dso using real time data acquisition in sap bw 7.30
Hybrid provider based on dso using real time data acquisition in sap bw 7.30Hybrid provider based on dso using real time data acquisition in sap bw 7.30
Hybrid provider based on dso using real time data acquisition in sap bw 7.30
 
SAP BI:BW and FICO Res
SAP BI:BW and FICO ResSAP BI:BW and FICO Res
SAP BI:BW and FICO Res
 
Using error stack and error dt ps in sap bi 7.0
Using error stack and error dt ps in sap bi 7.0Using error stack and error dt ps in sap bi 7.0
Using error stack and error dt ps in sap bi 7.0
 
SAP BOBJ Rapid Marts Overview I
SAP BOBJ Rapid Marts Overview ISAP BOBJ Rapid Marts Overview I
SAP BOBJ Rapid Marts Overview I
 
28072016
2807201628072016
28072016
 
SAP BusinessObjects BI 4.3
SAP BusinessObjects BI 4.3SAP BusinessObjects BI 4.3
SAP BusinessObjects BI 4.3
 
Trigger bi process chain from ecc
Trigger bi process chain from eccTrigger bi process chain from ecc
Trigger bi process chain from ecc
 
Sap bpc embedded training.pdf
Sap bpc embedded training.pdfSap bpc embedded training.pdf
Sap bpc embedded training.pdf
 

Recently uploaded

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsAndrey Dotsenko
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 

Recently uploaded (20)

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 

Data extraction and retraction 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