Reconcile Data Between SAP Source Systems and SAP BW BUSINESS INFORMATION WAREHOUSE

Size: px
Start display at page:

Download "Reconcile Data Between SAP Source Systems and SAP BW BUSINESS INFORMATION WAREHOUSE"

Transcription

1 How to Reconcile Data Between SAP Source Systems and SAP BW BUSINESS INFORMATION WAREHOUSE ASAP How to Paper Applicable Releases: BW 3.0B, 3.1C, 3.2, 3.3 June 2005 SAP (SAP America, Inc. and SAP AG) assumes no responsibility for errors or omissions in these materials. These materials are provided as is without a warranty of any kind, either express or implied, including but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. SAP shall not be liable for damages of any kind including without limitation direct, special, indirect, or consequential damages that may result from the use of these materials. SAP does not warrant the accuracy or completeness of the information, text, graphics, links or other items contained within these materials. SAP has no control over the information that you may access through the use of hot links contained in these materials and does not endorse your use of third party web pages nor provide any warranty whatsoever relating to third party web pages. mysap BI How-To papers are intended to simplify the product implementation. While specific product features and procedures typically are explained in a practical business context, it is not implied that those features and procedures are the only approach in solving a specific business problem using mysap BI. Should you wish to receive additional information, clarification or support, please refer to SAP Professional Services (Consulting/Remote Consulting).

2 1 Business Scenario SAP has grown to be the most important information system for many companies. These companies use SAP BI as the central tool for operational and analytical reporting. Companies make decisions of local and global importance based on the results of reporting in SAP BI. As the information stored within SAP BI is used as the basis of company-wide decisions and strategies, data quality plays a crucial role. One of the most important aspects of data quality is data consistency. Because SAP BI as a data warehouse integrates, stores and transforms (prepares) data, the consistency of data between the different processing steps is a key factor. This how-to-paper describes the possible data reconciliation scenarios and the relevant implementation steps that you can apply in your system to check whether data is consistent in the SAP source system and SAP BI. In addition, these scenarios also support you in determining the causes of data inconsistency. As well as this how-to paper, you can find the most up-to-date information about this BIrelated issue in SAP Service Marketplace: Data Consistency. A list of check-tools for how to resolve data consistency problems within BI is also provided. 2 Concept 2.1 Data Reconciliation Scenarios In general there are four possible data reconciliation scenarios that can be applied in a system in order to reconcile the data between SAP source systems and SAP BI. In addition, depending on the application area (CO, FI, SD, MM etc), some special reconciliation scenarios are available Reconciliation DataSource The reconciliation DataSource is a DataSource which SAP delivers as standard business content for data reconciliation purposes. In the documentation on DataSources, a reconciliation DataSource is mentioned that can be used for reconciliation with the original DataSource. Alternatively the documentation describes how to design a data reconciliation scenario for the relevant DataSource Generic DataSource with Database View or InfoSet If no reconciliation DataSource is available in the standard business content it is sometimes possible to create a customer-specific reconciliation DataSource from a database view, table or InfoSet in transaction RSO2. Since the extraction of the data reconciliation DataSource is performed remotely, it is necessary to keep the volume of data transferred as low as possible. This process is thus not suitable If the volume of data to be extracted and transferred cannot be reduced effectively 2005 SAP LABS, INC. AND SAP AG 1

3 If the data that the original DataSource provides is not saved in a database table (e.g. calculated key figures) Generic DataSource with Function Module With this scenario it is possible to reproduce complex extraction logic so that the data attained is suitable for the data reconciliation. You can also restrict the volume of data to be transferred using data aggregation. If the extraction logic of the original DataSource is highly complex, there is a danger that errors can creep into the extraction logic, leading to incorrect results in the reconciliation DataSource. Thus this scenario is only recommended for experienced developers. It is not appropriate if no suitable data can be prepared for the data reconciliation due to complex extraction logic in the original DataSource Direct Access to the DataSource If none of the scenarios mentioned above are applicable, data reconciliation can be performed using direct access to the DataSource. Dependent on the design, not all DataSources allow direct access. This property is stored in the virtcube field in table roosource. If 'D' is entered in this field direct access cannot be performed. Otherwise direct access is possible, but the runtime depends on the volume of data that must be read and transferred from the database. In order for direct access to function properly, the technical design of the system (processor, memory) must enable the user to make a meaningful selection. Since the original DataSource is applied as the reconciliation DataSource in this scenario, any inconsistencies in the administration of the delta queue can be identified. On the other hand, there is also the danger that some system errors may not be identified, so this scenario should only be applied for data reconciliation purposes on a limited basis SAP LABS, INC. AND SAP AG 2

4 2.2 Decision Tree for Data Reconciliation Scenarios The following decision tree supports you in deciding which reconciliation scenario should be applied in the system: Is there an existing resonciliation DataSource available with the standard business content? Yes No Does the DataSource documentation describe a reconciliation scenario? Yes No Can the extraction logic be reproduced via a database view or InfoSet? Yes No Can the extraction logic be reproduced via a function module (coding)? Yes No Create an appropriate database view or InfoSet Could this DataSource be accessed remotely? Apply scenario reconciliation DataSource from the standard business content Follow the description and implement the reconciliation scenario accordingly Apply scenario generic DataSource with database view or InfoSet Apply scenario generic DataSource with function module Yes Apply scenario DataSource direct access No No scenario can be applied SAP LABS, INC. AND SAP AG 3

5 2.3 Applying the Data Reconciliation Scenario After you have determined the scenario that should be applied in the system, see the following slide for the appropriate data models for the afore-mentioned reconciliation scenarios. SAP BW ODS Object Multi Provider Direct Mapping Transformation DataSource Replicate Remote Cube SAP Source System Delta Queue Original DataSource Application Data DataSource for Reconciliation Generic DataSource with Database View or InfoSet Generic DataSource with Function Module Original DataSource with Direct Access Reconciliation DataSource from Standard Business Content Whichever scenario you are going to apply in your system, they all consist of the following objects: MultiProvider for results The MultiProvider is used to combine data in ODS objects and data in RemoteCubes. This allows results to be compared easily. Query A query is used to report on data from different data providers. ODS object based on the original DataSource Data from OLTP is loaded directly into the ODS object without any data transformation or manipulation. In some areas of the standard business content this type of ODS object has already been delivered, for example, in the CO, SRM and Logistics areas SAP LABS, INC. AND SAP AG 4

6 A RemoteCube has to be created and should be connected to the reconciliation DataSource, generic DataSource with database view, generic DataSource with function module, or original DataSource upon which you are going to apply the reconciliation scenario. Depending on the scenario, one of the following DataSources is required: Reconciliation DataSource Delivered with SAP BI Business Content (as of NetWeaver 2004s, PI_BASIS ) Reconciliation DataSources are planned to be delivered with PI_BASIS If a DataSource is assigned to the node Reconciliation in transaction RSA6 in SAP source systems, this DataSource can be applied for data reconciliation purposes. Generic DataSource with Database View : A generic DataSource based on an R/3 database table or R/3 database view. This DataSource should be implemented in a customer system. Generic DataSource with Function Module A generic DataSource based on a function module. This DataSource should be implemented in a customer system. Direct Access to the DataSource No additional DataSource needs to be implemented in the customer system. The original DataSource can be used to perform the data reconciliation scenario. This DataSource is either delivered by SAP with the standard business content or is implemented by customers themselves. As the prerequisite, this DataSource should be accessible remotely. 2.4 Application-Specific Scenarios Besides the generic reconciliation scenarios, some application-specific extraction logic necessitate the use of application-specific reconciliation Application: Controlling and Financial Accounting Controlling Area Extract totals: 0CO_OM_CCA_1: This DataSource extracts information regarding costs (primary and secondary) and quantities posted to cost centers for each fiscal year period SAP LABS, INC. AND SAP AG 5

7 Extract single records: 0CO_OM_CCA_9: This DataSource extracts information regarding actual costs which are posted to the cost center. It extracts on a daily basis (on the posting date) and is able to select delta datasets. These two DataSources extract the same information. The first extracts the CO cost at the end of each period while the other DataSource extracts the CO cost on a daily basis. These two DataSources can be applied for the reconciliation scenario. Financial Accounting General Leger Area: Extracts transaction figures: 0FIGL_1: This DataSource is used to load General Ledger transaction figures (table GLTO) from the R/3 source system to the Business Information Warehouse. Extracts transaction figures with delta method: 0FIGL_6: This DataSource is used to load General Ledger transaction figures (table GLTO) from the R/3 source system to the Business Information Warehouse using the delta extraction method. These two DataSources extract exactly the same information but with different delta methods. We recommend that you apply 0FIGL_6 to extract the information from table GLTO and apply 0FIGL_1 as the reconciliation DataSource in your system Application: Logistic (SD, MM, PLM etc) In general, the Generic View DataSource scenario is suitable for reconciling key figures that are stored directly in database tables in a source system. As key figures are always stored in database tables in the controlling and financial applications, this scenario is suitable for the FI and CO areas. In contrast, logistics applications like SD, MM, PLM, etc. may also contain key figures that are determined dynamically within an online transaction (e.g. key figure open order quantity in application SD). Key figures of this type are not stored in a database table. In this case, you need to program your own generic DataSource with a function module (scenario Generic DataSource with function module ). This requires a certain amount of effort and extensive understanding of the extraction and application logic. As an alternative, the following workaround can be applied to reconcile data of this type: Select a set of data for reconciliation (e.g. particular order number or sales area) Run transaction OLI7BW for a statistical setup of this data selection in the source system Compare the data from BI (PSA table) and the data in RSA3. As a statistical data setup is time-consuming for a huge amount of data, this alternative is not applicable for reconciling mass data. It is more suitable for testing a small set of data SAP LABS, INC. AND SAP AG 6

8 3 The Step-By-Step Solution This chapter gives you a step-by-step solution for reconciliation scenarios based on an example from the controlling area. All of the possible reconciliation scenarios are listed below. It is not necessary to apply all of these scenarios in your system. Based on your own reconciliation requirements (content area, key figure, etc), you should apply the most appropriate scenario. 3.1 Implementing DataSources Dependent on Reconciliation Scenarios This section demonstrates how to implement these DataSources depending on different reconciliation scenarios Scenario Reconciliation DataSource The reconciliation DataSource technology is available as of PI-BASIS / SAP NetWeaver 2004s. As of PI-BASIS / SAP NetWeaver 2004s SAP plans to deliver reconciliation DataSources gradually within SAP applications Scenario Generic DataSource with Database View This scenario uses the generic DataSource with a database view as the reconciliation DataSource to be compared with the original DataSource. You can also apply this scenario in your system if the extraction logic can be replaced by an R/3 database table or view and the volume of data to be extracted is not huge. This scenario is generally valid for all applications (SD, MM, QM, CO, FI, etc) for those fields that are persisting in the database table in R/3. For fields that are determined dynamically (e.g. open order quantity is determined during the online transaction and stored directly in the delta queue but not in the database table), a table view cannot be applied to replace the complex extraction logic. Therefore this reconciliation scenario is not applicable for dynamically determined fields. In the CO area, every field that is relevant for the DataSource is stored in the database table in R/3. Therefore, a generic DataSource can be implemented in order to replace the original extraction logic. The results of this generic DataSource can be compared with the results of the original DataSource (original function module). For details, see the following slide SAP LABS, INC. AND SAP AG 7

9 Data Model for Reconciliation Scenario Generic DataSource with Database View 0CCA_O09 (Actual cost: Line item) Multi Provider Remote Cube 0CO_OM_CCA_9 (DataSource for extraction of single records on daily basis) ZCOVA_DS1 (Verification DataSource: Customer-defined generic DataSource ) ZCOVALIDATION (Customer-defined view in R/3) COEP (R/3 table: CO object line items by period) COBK (R/3 table: CO object document header) SAP AG 2004, Title of Presentation / Speaker Name / 20 The following step-by-step solutions are only an example. Check whether this is applicable to your concrete business case. 1. Run transaction SE11 in the R/3 system to create a view which is based on the table of COEP and COBK. These two tables are the source information for extractor 0CO_OM_CCA_9 (CO cost on the line item level). 2. Define selection conditions. Only CO objects with prefix KS or KL should be selected because only these objects are relevant for the extraction and relevant for the reconciliation SAP LABS, INC. AND SAP AG 8

10 KS means controlling area; KL means cost element. 3. Setting the Maintenance Status. Status Display/Maintenance Allowed allows you to display and edit this view. 4. Create a DataSource in transaction RSO2. Assign the DataSource to the appropriate application component. The view, which is created by following the steps above, should be used in this field. Click the Save button to save this DataSource. You will get a pop-up for the development class. For testing purposes you can save this DataSource as a local object. If you want to transport this DataSource into any other systems it should be saved with the appropriate development class SAP LABS, INC. AND SAP AG 9

11 5. Replicate this new Datasource ZCOVA_DS1 to BI and create InfoSource / Transfer Rule in BI the system. 6. Because the value of InfoObject 0costcenter is determined in extractor 0CO_OM_CCA_9 and this logic cannot be replaced by the view ZCORECONCILIATION, this InfoObject has to be determined in the transfer rule using formula: 0costcenter = substring (object number, 6, 10) SAP LABS, INC. AND SAP AG 10

12 7. InfoObject 0fiscvarnt can be assigned to a constant for testing purposes. In this example we assume that K4 is the fiscal year variant for the company. You can also determine the value of InfoObject 0fiscvarnt by reading the attribute value of InfoObject 0COMP_CODE which is available in the transfer structure. 8. In ZCOVA_DS1 InfoObject 0Fiscper (fiscal period) can be added to the InfoSource to make the comparison fairly easy. This InfoObject can be determined in the transfer rule using formula: 0FISCPER = CONCATENATE (fiscal year, period) Scenario Generic DataSource with Function Module If the extraction logic is not sufficiently transparent that it can be reproduced using a table or view, you can create a generic DataSource based on a function module. For more information about how to create a generic DataSource based on a function module, see SAP LABS, INC. AND SAP AG 11

13 3.1.4 Scenario Direct Access to DataSource With this scenario the original DataSource is accessed remotely via a RemoteCube. The results of the direct access and the results of ODS object (data in OLTP is loaded into an ODS object) are compared. As the same DataSource is applied as the reconciliation DataSource in this scenario, any errors existing in the DataSource (extractor) cannot be identified. On the other hand, this scenario can be applied for identifying inconsistencies in delta handling. Data Model for Reconciliation Scenario Direct Access to DataSource 0CCA_O09 (Actual cost: Line item) Multi Cube Remote Cube 0CO_OM_CCA_9 (DataSource for extraction of single records on daily basis) 0CO_OM_CCA_9 (DataSource for extraction of single records on daily basis) SAP AG 2004, Title of Presentation / Speaker Name / Application-Specific Scenario: Reconciliation between Two Standard DataSources The following two DataSources extract the same information and differ only in their time periods. Therefore they can be applied for the reconciliation scenario: 0CO_OM_CCA_9: DataSource for extraction of single records on a daily basis 0CO_OM_CCA_1: DataSource for extraction of totals SAP LABS, INC. AND SAP AG 12

14 Data Model for CO Specific Reconciliation Scenario 0CCA_O09 (Actual cost: Line item) Multi Provider Remote Cube 0CO_OM_CCA_9 (DataSource for extraction of single records on daily basis) 0CO_OM_CCA_1 (DataSource for extraction of totals) SAP AG 2004, Title of Presentation / Speaker Name / Implementing Common Content Objects for Different Reconciliation Scenarios After you have implemented the appropriate DataSource for the different reconciliation scenarios, the step-by-step solutions introduced in this chapter are mainly the same for the different scenarios. This is an example for creating objects based on the Direct Access to DataSources reconciliation scenario: RemoteCube ODS objects MultiProvider Query The following step-by-step solutions are only an example. Check whether this is applicable to your concrete business case SAP LABS, INC. AND SAP AG 13

15 1. Create an SAP RemoteCube for InfoSource 0CO_OM_CCA_9 in the customer system by using the proposed characteristics and key figures from InfoSource 0CO_OM_CCA_9. Click Save and Generate to generate the InfoCube. 2. Assign a relevant source system to this RemoteCube by right-clicking on the Assign Source Systems context menu SAP LABS, INC. AND SAP AG 14

16 3. Create an ODS object without data transformation or manipulation. Assign the ODS object to InfoSource 0CO_OM_CCA_9. In this scenario we use ODS object 0CCA_O09 (ODS object which stores the actual cost for each cost center on the order item level) which is delivered to the customer with the standard business content. 4. Create a MultiProvider which is based on ODS object 0CO_O09 and the RemoteCube you created in step Assign characteristics to dimensions, identify characteristics and key figures. If all these steps are completed, you can save and activate this MultiProvider for data reconciliation SAP LABS, INC. AND SAP AG 15

17 6. Here is an example for creating a query for data comparison based on this MultiProvider: Start the BEX Query Analyzer or run transaction RSRT to define a new query. Details for query definition: Filter: Currency type, controlling area, fiscal period Rows: Cost center, cost element Key figures: Amount_ODS (result from ODS object), Amount_Remote (result from the RemoteCube) Deviation (the difference between the results from the ODS object and RemoteCube) Query definition can be adjusted in accordance with your individual reporting requirements. 7. Define restricted key figures. Example: Amount_Remote (result from RemoteCube) is restricted by: InfoProvider = name of RemoteCube Key figure = Amount You can define other restricted key figures in the same way SAP LABS, INC. AND SAP AG 16

18 8. Define an exception for calculated key figure deviation1. Deviation 1 = ABS ( 'Amount_ODS' - 'Amount_Remote' ) Information broadcasting can also be implemented to broadcast the exception automatically via or a KM document. For details, see the Information Broadcasting how-to-paper in the SAP Service Marketplace. 9. After defining the query and the key figures you can run the query to see the result. In this example you can see that the results for cost center and do not match in the ODS object and the RemoteCube. One reason may be that the data in the SAP source system is not completely loaded into the ODS object. In this case, restart the data load into the ODS object. 10. After the data load, the results from the ODS object are identical to those from the RemoteCube. Make sure that you have loaded all the data from the SAP source system into SAP BI before you start data reconciliation SAP LABS, INC. AND SAP AG 17

19 4 Appendix This chapter provides additional channels of information about data reconciliation and data consistency: 4.1 Business Content Documentation: Business content documentation (e.g. description of DataSources) explains the extraction logic, related application logic. and technical information etc. This description helps you to understand the standard DataSource and offers more transparency. The business content documentation can be accessed via link: Relevant How-To-Papers SAP BW InfoIndex Data Quality 4.3 Notes General notes on data reconciliation: Repair Request Functionality (How to Use the Repair Request): How to Reload Delta Data Without New Init (Workaround): Down Time Reducing in LO-LIS: Multiple BI Systems Are Getting Data from One OLTP- Problems with Delta: Backup in BI and OLTP: Risks & Tips: Extraction from Archives: DataSources / Applications / Workaround if the Functionality Is Not Available: Wrong Results with STAR_TRANSFORMATION_ENABLED=TRUE : Wrong Results with ODS or Non-Star Transformation Queries: Notes for the data reconciliation in specific content area: FI: Reconciliation Items : , FI: Reload Wrong or Missing Documents: FI: How to Involve Documents Which Did Not Have Been Updated in the System into Delta Load: FI: Recommendations to the Delta Modeling in FI Content Area: FS-TB : Comparison Report Payment Item Content 0TB*: MM-PUR: Number of Deliveries for Goods Receipt: CO-OM: Elimination of Internal Business Volume: CO: Customer Uses ODS Object with Totals Record: CO: Safety Time Interval for CO DataSource is Too Small: and LO Cockpit: Changes to Extract Structures in Customizing Cockpit: SAP LABS, INC. AND SAP AG 18

Reconcile Data Between SAP Source Systems and SAP NetWeaver BI

Reconcile Data Between SAP Source Systems and SAP NetWeaver BI How-to Guide SAP NetWeaver 04 How To Reconcile Data Between SAP Source Systems and SAP NetWeaver BI Version 3.00 June 2005 Applicable Releases: SAP BW 3.5 1 Copyright 2005 SAP AG. All rights reserved.

More information

BUSINESS INFORMATION WAREHOUSE. Applicable Releases: SAPI Release 3.0B August 2002

BUSINESS INFORMATION WAREHOUSE. Applicable Releases: SAPI Release 3.0B August 2002 How to Create Generic Delta BUSINESS INFORMATION WAREHOUSE Applicable Releases: SAPI Release 3.0B August 2002 SAP (SAP America, Inc. and SAP AG) assumes no responsibility for errors or omissions in these

More information

CO-PA Extraction BUSINESS INFORMATION WAREHOUSE. ASAP How to Paper

CO-PA Extraction BUSINESS INFORMATION WAREHOUSE. ASAP How to Paper How to CO-PA Extraction BUSINESS INFORMATION WAREHOUSE ASAP How to Paper SAP (SAP America, Inc. and SAP AG) assumes no responsibility for errors or omissions in these materials. These materials are provided

More information

CO-PA Retraction BUSINESS INFORMATION WAREHOUSE. ASAP How to Paper

CO-PA Retraction BUSINESS INFORMATION WAREHOUSE. ASAP How to Paper How to CO-PA Retraction BUSINESS INFORMATION WAREHOUSE ASAP How to Paper SAP (SAP America, Inc. and SAP AG) assumes no responsibility for errors or omissions in these materials. These materials are provided

More information

SAP BW Consistency Check Guideline

SAP BW Consistency Check Guideline SAP BW Consistency Check Guideline BUSINESS INFORMATION WAREHOUSE Document Version 1.2 SAP AG assumes no responsibility for errors or omissions in these materials. These materials are provided as is without

More information

Performance Tuning with the OLAP Cache

Performance Tuning with the OLAP Cache How to Performance Tuning with the OLAP Cache BUSINESS INFORMATION WAREHOUSE Applicable Releases: 3.x Release date: September 2004 SAP (SAP America, Inc. and SAP AG) assumes no responsibility for errors

More information

Hide a Column in your Web Query with the Table Interface

Hide a Column in your Web Query with the Table Interface How to Hide a Column in your Web Query with the Table Interface BUSINESS INFORMATION WAREHOUSE ASAP "How to " Paper Valid from: December 2002 Applicable Releases: BW 3.0B SAP (SAP America, Inc. and SAP

More information

Susanne Hess, Stefanie Lenz, Jochen Scheibler. Sales and Distribution Controlling with SAP. NetWeaver BI. Bonn Boston

Susanne Hess, Stefanie Lenz, Jochen Scheibler. Sales and Distribution Controlling with SAP. NetWeaver BI. Bonn Boston Susanne Hess, Stefanie Lenz, Jochen Scheibler Sales and Distribution Controlling with SAP NetWeaver BI Bonn Boston Contents Acknowledgments... 9 1 Introduction... 11 1.1 Goals and Basic Principles... 11

More information

Search non-case sensitive

Search non-case sensitive How to Search non-case sensitive BUSINESS INFORMATION WAREHOUSE Applicable Releases: SAP BW 3.x June 2003 SAP (SAP America, Inc. and SAP AG) assumes no responsibility for errors or omissions in these materials.

More information

Extract Archived data from R3

Extract Archived data from R3 How-to Guide SAP NetWeaver 04 How To Extract Archived data from R3 Version 1.00 November 2004 Applicable Releases: SAP NetWeaver 04 (Business Warehouse) Copyright 2004 SAP AG. All rights reserved. No part

More information

Business Process Monitoring of Data Consistency between SAP BI and Source Systems

Business Process Monitoring of Data Consistency between SAP BI and Source Systems Business Process Monitoring of Data Consistency between SAP BI and Source Systems Best Practice for Solution Management Version Date: November 2008 1 Applicability, Goals and Requirements...2 2 Introduction

More information

Archive in BW. ASAP How to Paper. Applicable Releases: BW 3.0A November 2001

Archive in BW. ASAP How to Paper. Applicable Releases: BW 3.0A November 2001 How to Archive in BW ASAP How to Paper Applicable Releases: BW 3.0A November 2001 SAP Portals (SAP Portals, Inc. and SAP Portals Europe GmbH) assumes no responsibility for errors or omissions in these

More information

5 ETL Process: Master Data

5 ETL Process: Master Data 5 ETL Process: Master Data Of what use are the most modern data warehousing systems, if they re based on master data for customers or material that is incomplete, outdated, or inconsistent? The quality

More information

DB Partitioning & Compression

DB Partitioning & Compression Applies to: SAP BI 7, SQL Server 2005. For more information, visit the Business Intelligence homepage. Summary The purpose of this document is to outline a strategy for DB partitioning and compression

More information

Overview of Reporting in the Business Information Warehouse

Overview of Reporting in the Business Information Warehouse Overview of Reporting in the Business Information Warehouse Contents What Is the Business Information Warehouse?...2 Business Information Warehouse Architecture: An Overview...2 Business Information Warehouse

More information

1) In the Metadata Repository:

1) In the Metadata Repository: 1) In the Metadata Repository: - Objects delivered with BI Content can be activated - You can find the medatada for all delivered and activated objects and their links to other objects - BI Web Applications

More information

Enhance the Standard Web Query Template

Enhance the Standard Web Query Template How to Enhance the Standard Web Query Template BUSINESS INFORMATION WAREHOUSE ASAP How to Paper Applicable Releases: BW 3.0B SP 14 June 2003 BW 3.0B Frontend Patch 8 SAP (SAP America, Inc. and SAP AG)

More information

Work with Variables in SAP NetWeaver Visual Composer Version 1.00 May 2006

Work with Variables in SAP NetWeaver Visual Composer Version 1.00 May 2006 How-to Guide SAP NetWeaver 04s How To Work with Variables in SAP NetWeaver Visual Composer Version 1.00 May 2006 Applicable Releases: SAP NetWeaver 04s SPS07 or greater Copyright 2006 SAP AG. All rights

More information

Foreword 7. Acknowledgments 9. 1 Evolution and overview The evolution of SAP HANA The evolution of BW 17

Foreword 7. Acknowledgments 9. 1 Evolution and overview The evolution of SAP HANA The evolution of BW 17 Table of Contents Foreword 7 Acknowledgments 9 1 Evolution and overview 11 1.1 The evolution of SAP HANA 11 1.2 The evolution of BW 17 2 Preparing for the conversion to SAP HANA 37 2.1 Sizing 37 2.2 Migration

More information

SAP Business Information Warehouse Functions in Detail. Version 4.0 SAP BW 3.5 November 2004

SAP Business Information Warehouse Functions in Detail. Version 4.0 SAP BW 3.5 November 2004 Functions in Detail Version 4.0 SAP BW 3.5 November 2004 This Document Version Date of Last Change Release Status Version 1.0 30.09.2002 SAP BW 3.0B Version 2.0 October 2003 SAP BW 3.1Content Version 3.0

More information

Integrate BW Web Applications into EP 5.0

Integrate BW Web Applications into EP 5.0 How to Integrate BW Web Applications into EP 5.0 BUSINESS INFORMATION WAREHOUSE Applicable Releases: BW 3.0B, BW 3.1 Content June 2003 SAP (SAP America, Inc. and SAP AG) assumes no responsibility for errors

More information

SAP BW Tutorial Author Sanjeev Chettri & Amit Ladsaongikar, First Run Project BW Team.

SAP BW Tutorial Author Sanjeev Chettri & Amit Ladsaongikar, First Run Project BW Team. SAP BW Tutorial Author Sanjeev Chettri & Amit Ladsaongikar, First Run Project BW Team. Page 1 of 58 Index Sr. No Topic Page Number 1 Introduction to SAP BW 2 2 About this Tutorial 3 3 Installation of Business

More information

Welcome to the Learning Objekt Operational Analytics with Operational Data Providers. After the explanations of the entire ODP Architecture and the

Welcome to the Learning Objekt Operational Analytics with Operational Data Providers. After the explanations of the entire ODP Architecture and the Welcome to the Learning Objekt Operational Analytics with Operational Data Providers. After the explanations of the entire ODP Architecture and the specifics of the TransientProvider layer this unit will

More information

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part

More information

How to Check BW system Before Go-Live

How to Check BW system Before Go-Live How to Check BW system Before Go-Live Applies to: SAP Net Weaver BW 7.0. For more information, visit the EDW homepage Summary Detailed description on how & what to check SAP BW system Before Go-Live Author:

More information

How To... Perform ABAP Unit Tests for Transformations in SAP NetWeaver BW

How To... Perform ABAP Unit Tests for Transformations in SAP NetWeaver BW SAP NetWeaver SAP How-To NetWeaver Guide How-To Guide How To... Perform ABAP Unit Tests for Transformations in SAP NetWeaver BW Applicable Releases: SAP NetWeaver BW 7.0 and higher Topic Area: Enterprise

More information

Line Items in BI Integrated Planning

Line Items in BI Integrated Planning How-to Guide SAP NetWeaver 7.0 (2004s) How To Line Items in BI Integrated Planning Version 2.00 February 2008 Applicable Releases: SAP NetWeaver 7.0 Business Information Management Business Planning and

More information

Preface 7. 1 Data warehousing and database technologies 9

Preface 7. 1 Data warehousing and database technologies 9 TABLE OF CONTENTS Table of Contents Preface 7 1 Data warehousing and database technologies 9 1.1 Starflake schema vs. snowflake schema 11 1.2 Relational databases and SAP HANA 12 1.3 SAP BW on SAP HANA

More information

Configure TREX 6.1 for Efficient Indexing. Document Version 1.00 January Applicable Releases: SAP NetWeaver 04

Configure TREX 6.1 for Efficient Indexing. Document Version 1.00 January Applicable Releases: SAP NetWeaver 04 How-to Guide SAP NetWeaver 04 How To Configure TREX 6.1 for Efficient Indexing Document Version 1.00 January 2005 Applicable Releases: SAP NetWeaver 04 Copyright 2005 SAP AG. All rights reserved. No part

More information

This is a simple tutorial that covers the basics of SAP Business Intelligence and how to handle its various other components.

This is a simple tutorial that covers the basics of SAP Business Intelligence and how to handle its various other components. About the Tutorial SAP Business Warehouse (BW) integrates data from different sources, transforms and consolidates the data, does data cleansing, and storing of data as well. It also includes data modeling,

More information

Step-By-Step guide to Virtual InfoCube Implementation

Step-By-Step guide to Virtual InfoCube Implementation Step-By-Step guide to Virtual InfoCube Implementation Applies to: SAP NetWeaver BW. For more information, visit the EDW homepage Summary This article provides a detailed insight into Virtual Infocube data

More information

Real Time Data Acquisition (RDA) Overview and Step-by-Step Guide (SAPI and Web Services)

Real Time Data Acquisition (RDA) Overview and Step-by-Step Guide (SAPI and Web Services) Real Time Data Acquisition (RDA) Overview and Step-by-Step Guide (SAPI and Web Services) Applies to: SAP BI 7.0. For more information, visit the Business Intelligence homepage. Summary Sometimes business

More information

Tools, tips, and strategies to optimize BEx query performance for SAP HANA

Tools, tips, and strategies to optimize BEx query performance for SAP HANA Tools, tips, and strategies to optimize BEx query performance for SAP HANA Pravin Gupta TekLink International Produced by Wellesley Information Services, LLC, publisher of SAPinsider. 2016 Wellesley Information

More information

C_TBI30_74

C_TBI30_74 C_TBI30_74 Passing Score: 800 Time Limit: 0 min Exam A QUESTION 1 Where can you save workbooks created with SAP BusinessObjects Analysis, edition for Microsoft Office? (Choose two) A. In an Analysis iview

More information

BI (Business Intelligence)

BI (Business Intelligence) BI (Business Intelligence) Computer: Computer is an electronic device, which takes input, processed it and gives the accurate result as output. Hardware: which we can see and touch. Software: it is a set

More information

Do Exception Broadcasting

Do Exception Broadcasting How-to Guide SAP NetWeaver 2004s How To Do Exception Broadcasting Version 1.00 October 2006 Applicable Releases: SAP NetWeaver 2004s Copyright 2006 SAP AG. All rights reserved. No part of this publication

More information

This download file shows detailed view for all updates from BW 7.5 SP00 to SP05 released from SAP help portal.

This download file shows detailed view for all updates from BW 7.5 SP00 to SP05 released from SAP help portal. This download file shows detailed view for all updates from BW 7.5 SP00 to SP05 released from SAP help portal. (1) InfoObject (New) As of BW backend version 7.5 SPS00, it is possible to model InfoObjects

More information

Application Service Providing (ASP) with SAP BW

Application Service Providing (ASP) with SAP BW ! SAP NetWeaver 04 Application Service Providing (ASP) with SAP BW Version 2.00 June 2004 Applicable Releases: SAP NetWeaver 04, SAP BW 3.5 SAP BW 3.1 Content SAP BW 3.0B Copyright 2004 SAP AG. All rights

More information

This is a simple tutorial that covers the basics of SAP Business Intelligence and how to handle its various other components.

This is a simple tutorial that covers the basics of SAP Business Intelligence and how to handle its various other components. About the Tutorial SAP Business Warehouse (BW) integrates data from different sources, transforms and consolidates the data, does data cleansing, and storing of data as well. It also includes data modeling,

More information

Realtests.C_TBW45_70.80 Questions

Realtests.C_TBW45_70.80 Questions Realtests.C_TBW45_70.80 Questions Number: C_TBW45_70 Passing Score: 800 Time Limit: 120 min File Version: 4.6 http://www.gratisexam.com/ C_TBW45_70 SAP Certified Application Associate- Business Intelligence

More information

EDWH Architecture for Global Data Loading Strategy

EDWH Architecture for Global Data Loading Strategy EDWH Architecture for Global Data Loading Strategy Applies to: System Architecture for EDWH having multiple regions across globe. SAP NetWeaver 2004s BI 7.0 version. For more information, visit the Business

More information

How To...Consume HANA Models with Input Parameters in BW Virtual Providers

How To...Consume HANA Models with Input Parameters in BW Virtual Providers SAP How-to Guide Database & Technology SAP HANA Appliance How To...Consume HANA Models with Input Parameters in BW Virtual Providers Applicable Releases: SAP HANA 1.0 SPS 04 SAP BW powered by HANA 7.3

More information

Extending the Reach of LSA++ Using New SAP BW 7.40 Artifacts Pravin Gupta, TekLink International Inc. Bhanu Gupta, Molex SESSION CODE: BI2241

Extending the Reach of LSA++ Using New SAP BW 7.40 Artifacts Pravin Gupta, TekLink International Inc. Bhanu Gupta, Molex SESSION CODE: BI2241 Extending the Reach of LSA++ Using New SAP BW 7.40 Artifacts Pravin Gupta, TekLink International Inc. Bhanu Gupta, Molex SESSION CODE: BI2241 Agenda What is Enterprise Data Warehousing (EDW)? Introduction

More information

Know How Network: SAP BW Performance Monitoring with BW Statistics

Know How Network: SAP BW Performance Monitoring with BW Statistics Know How Network: SAP BW Performance Monitoring with BW Statistics Ron Silberstein Platinum Consultant- Business Intelligence Netweaver RIG US SAP Labs, LLC Agenda 2 BW Statistics Overview Monitoring with

More information

SAP NetWeaver BW 7.3 Practical Guide

SAP NetWeaver BW 7.3 Practical Guide Amol Palekar, Bharat Patel, and Shreekant Shiralkar SAP NetWeaver BW 7.3 Practical Guide Bonn Boston Contents at a Glance 1 The Business Scenario: ABCD Corp.... 23 2 Overview of SAP NetWeaver BW... 31

More information

Create Monitor Entries from a Transformation routine

Create Monitor Entries from a Transformation routine How-to Guide SAP NetWeaver 2004s How To Create Monitor Entries from a Transformation routine Version 1.00 May 2006 Applicable Releases: SAP NetWeaver 2004s (BI Capability) Copyright 2006 SAP AG. All rights

More information

Lori Vanourek Product Management SAP NetWeaver / BI. Mike Eacrett SAP NetWeaver RIG - BI

Lori Vanourek Product Management SAP NetWeaver / BI. Mike Eacrett SAP NetWeaver RIG - BI Lori Vanourek Product Management SAP NetWeaver BI Mike Eacrett SAP NetWeaver RIG - BI Content Overview Query Performance OLAP Cache Pre-Calculation Load Performance Performance Tuning OLTP Systems Application

More information

Data Flow During Different Update Mode in LO Cockpit

Data Flow During Different Update Mode in LO Cockpit Data Flow During Different Update Mode in LO Cockpit Applies to: SAP BW 3.x & SAP BI NetWeaver 2004s. For more information, visit the Business Intelligence homepage. Summary The objective of this Article

More information

Create Monitor Entries from an update routine

Create Monitor Entries from an update routine How-to Guide SAP NetWeaver 04 How To Create Monitor Entries from an update routine Version 1.00 November 2004 Applicable Releases: SAP NetWeaver 04 (Business Warehouse) Copyright 2004 SAP AG. All rights

More information

How To... Promote Reports and Input Schedules Through Your System Landscape

How To... Promote Reports and Input Schedules Through Your System Landscape SAP BOBJ Planning & Consolidation (BPC), version for Netweaver How-To Guide How To... Promote Reports and Input Schedules Through Your System Landscape Applicable Releases: SAP BusinessObjects Planning

More information

Using Query Extract to Export Data from Business warehouse, With Pros and Cons Analyzed

Using Query Extract to Export Data from Business warehouse, With Pros and Cons Analyzed Using Query Extract to Export Data from Business warehouse, With Pros and Cons Analyzed Applies to: SAP BW 3.X & BI 7.0. For more information, visit the Business Intelligence homepage. Summary This article

More information

SAP Net Weaver 400s BI 7.0For more information, visit the Business Intelligence homepage.

SAP Net Weaver 400s BI 7.0For more information, visit the Business Intelligence homepage. Applies to: SAP Net Weaver 400s BI 7.0For more information, visit the Business Intelligence homepage. Summary This paper provides the step by step procedure on how to archive data in ODS/InfoCube using

More information

Replacement Path: Explained with an Illustrated Example

Replacement Path: Explained with an Illustrated Example Replacement Path: Explained with an Illustrated Example Applies to: SAP NetWeaver BW. For more information, visit the EDW homepage Summary The document explains the purpose and implementation method of

More information

BW310H. Data Warehousing with SAP Business Warehouse powered by SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

BW310H. Data Warehousing with SAP Business Warehouse powered by SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) BW310H Data Warehousing with SAP Business Warehouse powered by SAP HANA. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company.

More information

How To Configure IDoc Adapters

How To Configure IDoc Adapters How-to Guide SAP NetWeaver 04 How To Configure IDoc Adapters Version 1.00 Feb 2005 Applicable Releases: SAP NetWeaver 04 XI 3.0 SR1 and above Copyright 2005 SAP AG. All rights reserved. No part of this

More information

OBT Global presents. SAP Business Information Warehouse. -an overview -

OBT Global presents. SAP Business Information Warehouse. -an overview - OBT Global presents. SAP Business Information Warehouse -an overview - Contents General Overview Architecture Overview Reporting Overview 6/19/2009 2 General Overview 6/19/2009 3 BW Defined BW is SAP's

More information

SAP Certified Application Professional - Modeling and Data Management with SAP BW 7.3 & SAP BI 4.0

SAP Certified Application Professional - Modeling and Data Management with SAP BW 7.3 & SAP BI 4.0 SAP EDUCATION SAMPLE QUESTIONS: P_PIE_73 SAP Certified Application Professional - Modeling and Data Management with SAP BW 7.3 & SAP BI 4.0 Disclaimer: These sample questions are for self-evaluation purposes

More information

Mass Upload Documents to BW

Mass Upload Documents to BW How to Mass Upload Documents to BW BUSINESS INFORMATION WAREHOUSE ASAP How to Paper SAP (SAP America, Inc. and SAP AG) assumes no responsibility for errors or omissions in these materials. These materials

More information

LO Extraction: Part 3 Extractor Logic

LO Extraction: Part 3 Extractor Logic LO Extraction: Part 3 Extractor Logic Applies to: SAP BI, SAP BW, ECC, ABAP, Business Intelligence Summary This part of the article explains the logic behind the LO Extractors and the relevant backend

More information

How to Display Result Row in One Line While Reporting On Multiproviderer

How to Display Result Row in One Line While Reporting On Multiproviderer How to Display Result Row in One Line While Reporting On Multiproviderer Applies to: SAP BW 3.x, BI 7.0 developers and Reporting Users. For more information, visit the Business Intelligence home page Summary

More information

LO Extraction Part 4 Update Methods

LO Extraction Part 4 Update Methods LO Extraction Part 4 Update Methods Applies to: SAP BI, Business Intelligence, NW2004s. For more information, visit the EDW homepage. Summary This part of the article series explains the various update

More information

How To Recover Login Module Stack when login to NWA or Visual Administrator is impossible

How To Recover Login Module Stack when login to NWA or Visual Administrator is impossible SAP NetWeaver How-To Guide How To Recover Login Module Stack when login to NWA or Visual Administrator is impossible Applicable Releases: SAP NetWeaver 7.0 SAP NetWeaver CE 7.1 Topic Area: Security & Identity

More information

How to set up SAP HANA Datasource (SDI) to load data into SAP BW powered by SAP HANA

How to set up SAP HANA Datasource (SDI) to load data into SAP BW powered by SAP HANA SAP How-to Guide Business Analytics SAP HANA Appliance How to set up SAP HANA Datasource (SDI) to load data into SAP BW powered by SAP HANA Applicable Releases: SAP BW 7.5 SP2 powered by SAP HANA on SAP

More information

How To... Configure Drill Through Functionality

How To... Configure Drill Through Functionality SAP BOBJ Planning & Consolidation (BPC), version for Netweaver How-To Guide How To... Configure Drill Through Functionality Applicable Releases: SAP BusinessObjects Planning and Consolidation 7.5, version

More information

448 INDEX Authorization object ZAO_SREP saved status message, 145 Authorization profiles, 434 adding to user s master data, 139 creation of, d

448 INDEX Authorization object ZAO_SREP saved status message, 145 Authorization profiles, 434 adding to user s master data, 139 creation of, d Index 0BWTC_C02 InfoSource, 366 0BWTC_C10 multi-cube, 354, 356 361, 363 0CALDAY (Calendar day) characteristic, 85 86 0CALDAY structures, 37 0CO_AREA compound attribute, 195 0COSTCENTER characteristic,

More information

Data Quality / Data Cleansing in BW

Data Quality / Data Cleansing in BW Data Quality / Data Cleansing in BW Lothar Schubert, BW RIG 8/2001 01 Agenda About Data Quality Data Cleansing Data Validation Data Repair 02 SAP AG 2001, Title of Presentation, Speaker Name 2 Why Data

More information

How To Extend User Details

How To Extend User Details How-to Guide SAP NetWeaver 2004s How To Extend User Details May 2006 Applicable Releases: SAP NetWeaver 2004s Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or

More information

Implement a virtual InfoProvider with Services

Implement a virtual InfoProvider with Services How-to Guide SAP NetWeaver 04 How To Implement a virtual InfoProvider with Services Version 2.00 March 2005 Applicable Releases: SAP NetWeaver 04 Copyright 2005 SAP AG. All rights reserved. No part of

More information

Open Hub Destination - Make use of Navigational Attributes

Open Hub Destination - Make use of Navigational Attributes Open Hub Destination - Make use of Navigational Attributes Applies to: SAP BI 7.0. For more information visit the Enterprise Data Warehousing Summary This paper tells about usage of Open Hub Destination

More information

How to Work with F4 Input Help Effectively in BEX

How to Work with F4 Input Help Effectively in BEX How to Work with F4 Input Help Effectively in BEX Applies to: SAP BI 7.0 developers and Reporting Users. For more information, visit the Business Intelligence home page Summary This document helps to overcome

More information

Install TREX for CAF Version 1.00 March 2006

Install TREX for CAF Version 1.00 March 2006 How-to Guide SAP NetWeaver 04s How To Install TREX for CAF Version 1.00 March 2006 Applicable Releases: SAP NetWeaver 04s Copyright 2006 SAP AG. All rights reserved. No part of this publication may be

More information

configure an anonymous access to KM

configure an anonymous access to KM How-to Guide SAP NetWeaver 2004s How To configure an anonymous access to KM Version 1.00 February 2006 Applicable Releases: SAP NetWeaver 2004s Copyright 2006 SAP AG. All rights reserved. No part of this

More information

How To...Use a Debugging Script to Easily Create a Test Environment for a SQL-Script Planning Function in PAK

How To...Use a Debugging Script to Easily Create a Test Environment for a SQL-Script Planning Function in PAK SAP NetWeaver SAP How-To NetWeaver Guide How-To Guide How To...Use a Debugging Script to Easily Create a Test Environment for a SQL-Script Planning Function in PAK Applicable Releases: SAP NetWeaver BW

More information

Send Multiple IDocs Within One XI Message

Send Multiple IDocs Within One XI Message How-to Guide SAP NetWeaver 7.0 (2004s) How To Send Multiple IDocs Within One XI Message Version 1.00 September 2007 Applicable Releases: SAP NetWeaver 7.0 (2004s) and below End-to-End Process Integration

More information

BW362. SAP BW Powered by SAP HANA COURSE OUTLINE. Course Version: 11 Course Duration: 5 Day(s)

BW362. SAP BW Powered by SAP HANA COURSE OUTLINE. Course Version: 11 Course Duration: 5 Day(s) BW362 SAP BW Powered by SAP HANA. COURSE OUTLINE Course Version: 11 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

Step by Step Procedure for DSO Creation

Step by Step Procedure for DSO Creation Step by Step Procedure for DSO Creation Applies to: SAP BI 7.0. For more information, visit the EDW homepage. Summary This article discusses about the step by step procedure for creating a DSO. Author:

More information

SAP NetWeaver BW Performance on IBM i: Comparing SAP BW Aggregates, IBM i DB2 MQTs and SAP BW Accelerator

SAP NetWeaver BW Performance on IBM i: Comparing SAP BW Aggregates, IBM i DB2 MQTs and SAP BW Accelerator SAP NetWeaver BW Performance on IBM i: Comparing SAP BW Aggregates, IBM i DB2 MQTs and SAP BW Accelerator By Susan Bestgen IBM i OS Development, SAP on i Introduction The purpose of this paper is to demonstrate

More information

LO Extraction - Part 6 Implementation Methodology

LO Extraction - Part 6 Implementation Methodology LO Extraction - Part 6 Implementation Methodology Applies to: SAP BI, Business Intelligence, NW2004s. For more information, visit the EDW homepage. Summary This part of the article gives you about the

More information

RDP201 SAP BW 7.4 SP5 powered by SAP HANA and further Roadmap

RDP201 SAP BW 7.4 SP5 powered by SAP HANA and further Roadmap RDP201 SAP BW 7.4 SP5 powered by SAP HANA and further Roadmap November, 2013 This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation

More information

Data Inconsistency in the Cube and Aggregate

Data Inconsistency in the Cube and Aggregate Data Inconsistency in the Cube and Aggregate Applies to: SAP BW 3.5 & BI 7.0. For more information, visit the Business Intelligence homepage. Summary: A query, which reads data from aggregates, sometimes

More information

Setting Up an Environment for Testing Applications in a Federated Portal Network

Setting Up an Environment for Testing Applications in a Federated Portal Network SAP NetWeaver How-To Guide Setting Up an Environment for Testing Applications in a Federated Portal Network Applicable Releases: SAP NetWeaver 7.0 IT Practice: User Productivity Enablement IT Scenario:

More information

Cut Over Activities Specific for LIS* Data Sources

Cut Over Activities Specific for LIS* Data Sources Cut Over Activities Specific for LIS* Data Sources Applies to: SAP BW 3.5/SAP BI 7.0. For more information visit the Enterprise Data Warehousing Homepage Summary The basic purpose of this document is to

More information

Modeling Considerations for BPC Time Dimensions

Modeling Considerations for BPC Time Dimensions How-to Guide SAP EPM How To - Data Modeling Considerations for BPC Time Dimensions Version 1.00 October 2008 Applicable Releases: SAP BPC 7.0 for Netweaver Copyright 2008 SAP AG. All rights reserved. No

More information

Modify the Portal Framework Page in SAP EP 6.0

Modify the Portal Framework Page in SAP EP 6.0 How-to Guide SAP NetWeaver 04 How To Modify the Portal Framework Page in SAP EP 6.0 Version 1.00 December 2004 Applicable Releases: SAP NetWeaver SP2 and higher (SAP NetWeaver 04) Copyright 2004 SAP AG.

More information

and Adapt ERP Roles and Their Content to SAP Enterprise Portal

and Adapt ERP Roles and Their Content to SAP Enterprise Portal How-to Guide SAP NetWeaver 04 How to Upload and Adapt ERP Roles and Their Content to SAP Enterprise Portal Version 1.00 November 2004 Applicable Releases: SAP NetWeaver 04 Copyright 2004 SAP AG. All rights

More information

How to... Build a Planning Function that Deletes Comments in BW

How to... Build a Planning Function that Deletes Comments in BW SAP NetWeaver SAP How-To NetWeaver Guide How-To Guide How to... Build a Planning Function that Deletes Comments in BW Applicable Releases: SAP NetWeaver BW 7.01 Topic Area: Business Information Management

More information

How to create a BI Extraction using Delta Queues with usage of CVPM for Bank Analyzer 6.0

How to create a BI Extraction using Delta Queues with usage of CVPM for Bank Analyzer 6.0 1 How to create a BI Extraction using Delta Queues with usage of CVPM for Bank Analyzer 6.0 This document is published with SAP note FS-BA-IF-ERS 1396778 Generic Delta Queue BI Extraction with CVPM 1 Introduction...2

More information

How to Use Function Keys in Mobile Applications for Handhelds

How to Use Function Keys in Mobile Applications for Handhelds SAP NetWeaver How-To Guide How to Use Function Keys in Mobile Applications for Handhelds Applicable Releases: SAP NetWeaver 7.1 Topic Area: User Productivity Capability: Mobile Version 1.00 June 2009 Copyright

More information

Optimize the RFC performance for mysap CRM Mobile Sales Version 1.00 April Applicable Releases: SAP CRM Mobile Sales and Service 4.0 and 5.

Optimize the RFC performance for mysap CRM Mobile Sales Version 1.00 April Applicable Releases: SAP CRM Mobile Sales and Service 4.0 and 5. How-to Guide SAP Mobile Business Solutions SAP Mobile Sales and SAP Mobile Service How To Optimize the RFC performance for mysap CRM Mobile Sales Version 1.00 April - 2006 Applicable Releases: SAP CRM

More information

BW350H. SAP BW Powered by SAP HANA - Data Acquisition COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

BW350H. SAP BW Powered by SAP HANA - Data Acquisition COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) BW350H SAP BW Powered by SAP HANA - Data Acquisition. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved.

More information

Cross-Application Mass Maintenance (CA-GTF-MS)

Cross-Application Mass Maintenance (CA-GTF-MS) Cross-Application Mass Maintenance (CA-GTF-MS) HELP.CAGTFMS Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

Simplified Configuration of Single System Update in Maintenance Optimizer

Simplified Configuration of Single System Update in Maintenance Optimizer SAP Solution Manager How-To Guide Simplified Configuration of Single System Update in Maintenance Optimizer Applicable Releases: SAP Solution Manager 7.0 Enhancement Package 1 SP23 or higher SAP Solution

More information

SAP BW Archiving with Nearline Storage at Esprit

SAP BW Archiving with Nearline Storage at Esprit SAP BW Archiving with Nearline Storage at Esprit Claudia Ottilige, Esprit Europe GmbH Dr. Michael Hahne, Hahne Consulting GmbH 27. Februar 2013 Agenda Company Esprit Initial situation NLS Best Practices

More information

SEM-BCS versus BPC Focus on Consolidation

SEM-BCS versus BPC Focus on Consolidation SEM-BCS versus BPC Focus on Consolidation Applies to: SEM-BCS 6.00, BPC 7.00 Microsoft platform & NetWeaver. For more information, visit the Enterprise Performance Management homepage. Summary SAP BusinessObjects

More information

Create Partitions in SSAS of BPC Version 1.00 Feb 2009

Create Partitions in SSAS of BPC Version 1.00 Feb 2009 How-to Guide SAP EPM How To Create Partitions in SSAS of BPC Version 1.00 Feb 2009 Applicable Releases: SAP BPC 5.x Copyright 2007 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

Quelle: SAP AG (Mai 2011)

Quelle: SAP AG (Mai 2011) Quelle: SAP AG (Mai 2011) Financial Consolidation with SAP BRIEF COMPARISION BETWEEN SAP SEM-BCS & SAP BUSINESSOBJECTS BPC The SEM-BCS (Business Consolidation System) application is considered as one of

More information

How to receive and convert PDF-documents with SAP XI

How to receive and convert PDF-documents with SAP XI f How-to Guide SAP NetWeaver 04 How to receive and convert PDF-documents with SAP XI Version 1.00 Apr 2006 Applicable Releases: SAP NetWeaver 04 SP16 Copyright 2006 SAP AG. All rights reserved. No part

More information

Configure UD Connect on the J2EE Server for JDBC Access to External Databases

Configure UD Connect on the J2EE Server for JDBC Access to External Databases How-to Guide SAP NetWeaver 04 How to Configure UD Connect on the J2EE Server for JDBC Access to External Databases Version 1.05 Jan. 2004 Applicable Releases: SAP NetWeaver 04 (SAP BW3.5) Copyright 2004

More information

SAP NLS Update Roland Kramer, SAP EDW (BW/HANA), SAP SE PBS Customer Information Day, July 1st, 2016

SAP NLS Update Roland Kramer, SAP EDW (BW/HANA), SAP SE PBS Customer Information Day, July 1st, 2016 SAP NLS Update 2016 Roland Kramer, SAP EDW (BW/HANA), SAP SE PBS Customer Information Day, July 1st, 2016 Why SAP BW? It is all about three things to know SAPPHIRE 2016 - Quote from Hasso is there anything

More information

Process Control 2.5 Implementation Checklist

Process Control 2.5 Implementation Checklist SAP SOLUTIONS FOR GOVERNANCE, RISK, AND COMPLIANCE Checklist Process Control 2.5 Implementation Checklist SAP GRC Regional Implementation Group Applicable Releases: SAP GRC Process Control 2.5 IT Practice

More information