Whitepaper: Reporting on Google Big Query with SAP BusinessObjects BI4.x

Size: px
Start display at page:

Download "Whitepaper: Reporting on Google Big Query with SAP BusinessObjects BI4.x"

Transcription

1 Whitepaper: Reporting on Google Big Query with SAP BusinessObjects BI4.x Applies to: SAP BusinessObjects BI.4x Summary This whitepaper summarizes how to enable connectivity for Google BigQuery for SAP BusinessObjects Enterprise BI4.0 SP4 and higher. This connection is a customization on top of the default connectivity of the SAP BusinessObjects BI4.x Suite. Further investigation is ongoing to formally support Google BigQuery within the BI 4.x Suite however; nothing is confirmed at this point of time. Author: Merlijn Ekkel Director BI Solutions SAP BI GTM Company: SAP Created on: 20 October 2014 Author Bio Merlijn Ekkel is a Director BI Solutions within the SAP BI Go To Market SAP. In this role he focus on driving the adoption of SAP BI Solutions from a global perspective. Merlijn has over 15 years of experience in (SAP) BusinessObjects solutions, implementations, delivery and advisory. As Director BI Solutions, he has become a bridge between the SAP Prodcut Development Teams and out customers, taking in his years of expereince to improve the SAP BI solutions today and in the future. 1

2 Table of Contents Pre-requisites... 8 Enable Google BigQuery API... 8 Validating Google BigQuery Installation of Simba BigQuery ODBC Driver bits ODBC Driver install bits ODBC Driver install Configuring Simba BigQuery ODBC Driver Main ODBC.PRM File Extension Legacy ODBC.prm Building a Universe (UNX) on Google BigQuery using IDT Creating Connection using IDT Building a Universe using IDT Building a Universe (UNV) on Google BigQuery using UDT Creating Connection using UDT Building a Universe using UDT Web Intelligence Rich Client Crystal Reports Lumira 1.x Explorer Dashboards Crystal Report for Enterprise

3 Document update history Version Author Date Comment 0.1 Merlijn Ekkel May 22nd, 2013 Initial Draft Version 0.2 Merlijn Ekkel June 3rd, 2013 Minor Corrections Added Contributors Updated BI4.x Clients Support 0.3 Merlijn Ekkel September 2nd, 2013 Minor Corrections 0.4 Merlijn Ekkel December 19th, 2013 Minor Corrections + BI4.1 Validation 1.0 Merlijn Ekkel October 2014 Final Release 3

4 Background Several customers using SAP BusinessObjects BI4.0 have been asking if there is a way to query against Google BigQuery. This has led to a prototype where SAP BI Solution Management, SAP Development and Google has been working together to validate what can and needs to be done to support Google BigQuery within the SAP BusinessObjects BI4.x product suite. The collaboration between Google and SAP has resulted to a working prototype, by adopting the SIMBA ODBC driver for BigQuery and the modification of the data connectivity configuration files of the SAP BusinessObjects BI4.x suite. This document provides that steps required to enable Google BigQuery as a source for the Universes available within SAP BusinessObjects BI4.0 4

5 Document Contributors Company Name Role SAP Pierpaolo Vezzosi Product Manager Marc Daniau Product Owner David Mobbs Product Owner Google Carlos Cuesta Vishwas Agashe Ryan Boyd Ju-Kay Kwek Michael Manoochehri Simba Technologies Amynmohamed Rajan Kyle Porter 5

6 Disclaimer This whitepaper describes a connectivity option that is UNSUPPORTED by SAP BusinessObjects BI4.x OR any other version / product of the SAP BusinessObjects portfolio. By that the connectivity, as described in this document, is considered as a customization of the product. Any issues that might be arising by using the connectivity as described in this document or following due to implementing the connectivity are on your own risk and not supported by SAP and cannot be addressed by the SAP Support teams. Any customization made within the SAP BusinessObjects BI4.x product line is by default support policy unsupported. In case issues are experienced after implementing the connectivity against Google Big Query, it is required to undo all changes made and validate if the issue still persists. Only when the issue is clearly not directly or indirectly related to the customization, you can open up a support ticket for the issue. 6

7 Pre-Requisites The following Pre-Requisites are in place to enable connectivity of SAP BusinessObjects BI4.x to Google Big Query. - SAP BusinessObjects BI4.x Client and (optional) SAP BusinessObjects BI4.x server deployment - Simba BigQuery ODBC Driver - Google Account - API Access to Google Big Query - Google Chrome Browser 7

8 Enabling Google BigQuery Pre-requisites To enable Google BigQuery for a prototype the following pre-requisites are applied: - An Google Account is available - Credit Card details can be used and entered for billing of BigQuery Usage (linked to the Google Account) Enable Google BigQuery API To enable connection into Google BigQuery, the Google BigQuery API has to be enabled within the Google Account that will be used for the connectivity. Enabling the Google BigQuery API can be achieved via the following steps: 1. Connect with the browser to 2. Login with the Google Account that will be used for the connectivity 3. The Google API Project main page will be shown 8

9 4. Navigate to Services 5. The full list of API services from Google will appear 6. Find the BigQuery API 7. if required: Review the Pricing for BigQuery ( 8. Switch the status of the BigQuery API to ON 9

10 9. Within the list of active API s the BigQuery API has appeared 10. BigQuery Access has now been activated. NOTE: It can take up to 1 hour before the activation is completed! Billing of Google BigQuery The use of Google BigQuery is subject to charge, for details around the pricing please read If the Google Account has not yet been configured for billing, the following steps have to be made additional to the Enablement of the Google BigQuery API. 1. Within the Google API page, select the Billing menu 2. Enter the required details to enable the billing for using BigQuery 10

11 3. If after entering the billing details a warning appears, switch to the profile page to enable your contact details 11

12 4. An confirmation has been send to the entered billing contact 12

13 5. Check with the billing contact entered in the previous steps for receiving of the following , this may take a few minutes before arriving) 13

14 6. After verification has been completed, the Billing details will appear as validated 14

15 Validating Google BigQuery To ensure the Google BigQuery API is successfully activated a simple test can be executed via the Google BigQuery Web Interface. Google provides a set of samples that can be used for the validation of the BigQuery connectivity. To validate the activation of the BigQuery API for the account defined in the previous chapter, navigate to Note: only Google Chrome is supported for the graphical web interface of BigQuery Sample steps to validate the activation of the Google BigQuery API: 1. Using Chrome Browser, navigate to 2. Login with the Google Account registered for the BigQuery API 3. Unfold : Publicdata:samples and select a sample database 4. Review the table structure and run a query against the table by selecting the Query Table Button 15

16 5. The base query will appear in the New Query panel of the screen 6. Modify the query along your wishes to query data from the table. I.E: 7. Click the Run Query button to have the query executed against the table and evaluate the results 8. Additional Sample Queries: a. SELECT * FROM [publicdata:samples.natality] WHERE YEAR = 1980 LIMIT 1000; b. SELECT * FROM [publicdata:samples.natality] WHERE YEAR = 1980 LIMIT 1000; c. SELECT SUM(born_alive_alive) AS ALIVE, SUM(born_alive_dead) AS DIED, SUM(born_dead) AS DEAD FROM [publicdata:samples.natality] WHERE YEAR = 1980 LIMIT 1000; d. SELECT month, SUM(born_alive_alive) AS ALIVE, SUM(born_alive_dead) AS DIED, SUM(born_dead) AS DEAD FROM [publicdata:samples.natality] WHERE YEAR = 1980 GROUP BY month LIMIT 1000; Note: Running these queries will result in a charge against your billing information provided in previous steps. Usefull references: Title BigQuery Browser BigQuery SQL Reference BigQuery Cookbook URL

17 Simba BigQuery ODBC Driver To connect the SAP BusinessObjects BI Suite into Google BigQuery for querying, the SIMBA Google BigQuery ODBC driver is leveraged ( For usage of the Simba BigQuery ODBC Driver, please contact Simba Technologies via Simba BigQuery ODBC drivers is available in 32 bits and 64 Bits. Depending on the SAP BusinessObjects BI40 Suite Client tools used, either the 32 bits AND / OR the 64 Bits driver has to be installed. The table below represents what version needs to be installed for enabling BigQuery ODBC support. Product Client Installation Server Installation Universe Design Tool (UDT) 32 bits n/a Information Design Tool (IDT) 32 bits n/a Explorer 4.x n/a 64 bits Web Intelligence 32 bits 64 bits Crystal Reports for Enterprise* 32 bits 64 bits Crystal Reports bits 32 bits Dashboards (Xcelsius) 4.x 32 bits 64 bits Lumira 1.x** 32 and 64 bits n/a *Not yet validated/working against Google BigQuery ** Via Universe Connection, Data retrieval executed by BI server Installation of Simba BigQuery ODBC Driver 32 bits ODBC Driver install 1. Download / copy 32bits ODBC installer to the system 2. Double Click the installer to launch setup 17

18 3. The Simba BigQuery ODBC Driver Setup is started, continue with next 4. Read & Accept the End-User License Agreement before continuing with next 18

19 5. Accept the default destination folder, or select the required installation folder and continue with next 6. The setup engine is ready for installation, continue with install 7. The installer runs and takes approx. 1 minute 19

20 8. The installer is completed 20

21 64 bits ODBC Driver install 1. Download / copy 64bits ODBC installer to the system 2. Double Click the installer to launch setup 3. The Simba BigQuery ODBC Driver Setup is started, continue with next 4. Read & Accept the End-User License Agreement before continuing with next 21

22 5. Accept the default destination folder, or select the required installation folder and continue with next 6. The setup engine is ready for installation, continue with install 7. The installer runs and takes approx. 1 minute 22

23 8. The installer is completed 23

24 Configuring Simba BigQuery ODBC Driver After the installation of the Simba BigQuery ODBC driver (either 32 or 64 Bits), the ODBC configuration has to be completed before the connection can be used. The configuration withholds the Confirmation Code required to communicate from the system to the BigQuery API. 1. Open the ODBC Administration either via the control panel or via the icon provided in the Simba BigQuery ODBC Driver 1.0 menu from the Start button 2. Within the ODBC Data Source Administrator, navigate to the System DSN tab and locate the Sample Simba BigQuery DSN 24

25 3. Configure the Sample Simba BigQuery DSN 4. Select the Sign In. button to retrieve the Confirmation Code for the BigQuery Access 5. Logon using the account used for the API registration 25

26 6. Access is requested for external access into BigQuery, click Allow Access 7. Once access is accepted, the API code is presented 26

27 8. Copy and paste this code into the confirmation code box of the Simba BigQuery ODBC Connector Setup The Refresh Token will automatically be generated based on the Confirmation Code 9. If required, apply advanced options 27

28 10. Select your catalog i.e. publicdata and test the connection If required, repeat these steps for the x64 Bits Driver when installing them on a BI4.x Server. The x64 Bits Driver configuration is mandatory for using reports via BI Launchpad and or 3-tier mode. 28

29 SAP BusinessObjects BI40 customizations To enable Google BigQuery support by SAP BusinessObjects BI4.0, several data access configuration files have to be modified. These changes have to be made on every deployment of SAP BusinessObjects BI4.0 that is going to connect to Google BigQuery. This would include the SAP BusinessObjects BI4.0 Servers and Clients using the SAP BusinessObjects Semantic Layer. Main ODBC.PRM File Google BigQuery supports complex expressions in the Group By statement. To enable the ODBC driver for supporting this, one of the parameters within the main odbc parameter file needs to be changed. For enabling the support of Complex Group By functions as supported by Big Query, the following changes have to be made in the main ODBC.prm file of SAP BusinessObjects BI Navigate to <BI40 Installation Folder>\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\odbc 2. Backup odbc.prm 3. Open the odbc.prm file 4. Find the line : <Parameter Name="GROUP_BY_SUPPORTS_COMPLEX">NO</Parameter> 5. Update NO into YES 6. Save and close the file 29

30 7. Repeat these steps for every other installation that needs to connect to Google Big Query Extension Legacy ODBC.prm Within BigQuery there are no reservation defined in the naming of fields like year or month To overcome issues with reserved words like year or month, the main odbc.prm file has to be modified. For support of BigQuery in this matter the following changes have to be made in the legacy odbc.prm: 1. Navigate to <BI40 Installation Folder>\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\odbc\extensions\legacy 2. Backup odbc.prm 3. Open the odbc.prm file 4. Add the following lines before the </Configuration> line (this should be the second last line in the file): <Parameter Name="IDENTIFIER_DELIMITER">"</Parameter> <Parameter Name="DELIMIT_LOWERCASE">Y</Parameter> <Parameter Name="DELIMIT_IDENTIFIERS">Y</Parameter> 5. Save and close the file 6. Repeat these steps for every other installation that needs to connect to Google Big Query 30

31 Building a Universe against Google BigQuery Now we are setup to use the Simba BigQuery ODBC connector and will be able to create a Universe against the Google BigQuery data using the Information Design Tool (IDT) or Universe Design Tool (UDT). Building a Universe (UNX) on Google BigQuery using IDT To create a UNX against Google BigQuery, via the SIMBA BigQuery ODBC the normal steps for building a universe can be obtained. This chapter will describe sample steps for creating a universe against the public data sets available at Google BigQuery. Some steps may be different when using own data sets within your Google BigQuery deployment. As mentioned before this is solely providing a sample creation of the universe and required connection within Information Design Tool. In case items or steps are unclear, it is strongly recommended to read the User Manual of Information Design Tool available on Creating Connection using IDT In case the connection is already created/available, you can skip these steps and continue directly to the next section : 0 Building a Universe 1. Start Information Design Tool 2. Within the Repository Recourse Tab, connect to your SAP BusinessObjects BI Platform 3. Unfold the Connection to you BI Platform and navigate to a folder of choice for creating a new connection 31

32 4. Right mouse click on the folder of choice and select Insert Relational Connection 5. The New Relational Connection Wizard will appear, enter a name for the connection and continue with Next 32

33 6. In the screen Database Middelware Driver Selection choose for -> Generic -> Generic ODBC datasource -> ODBC Drivers and continue with Next 7. In the screen Parameters for Generic ODBC datasource connection (1/3) select the ODBC connection as defined in section 0 Configuring Simba BigQuery ODBC Driver 33

34 8. Test the connection. At a successful test, close the test result and continue with Next In case the connection fails, it is most probably due to in incorrect configuration of the Authentication settings required within the SIMBA BigQuery ODBC driver as described in section 0 Configuring Simba BigQuery ODBC Driver 9. In the screen Parameters for Generic ODBC datasource connection (2/3) change the Connection Pool Mode to Disconnect after each connection 10. For the screen Parameters for Generic ODBC datasource connection (2/3) there are no changes to be made and the creation of the connection can be completed with Finish Building a Universe using IDT Now a connection against the BigQuery Public Datasets is created, the creation of a universe can be initiated. Below a sample creation of a single source universe within Information Design Tool is provided. In case items or steps are unclear, it is strongly recommended to read the User Manual of Information Design Tool available on Sample steps to create a new universe against the Google BigQuery Sample Data set are: 34

35 1. Create a new Project within IDT 2. In the New Project Screen enter the name of your project and continue with Finish 3. In the Repository Recourses panel, lookup the connection made in the previous steps and select this. Using the right mouse button the context menu for the connection will appear. Select Create 35

36 Relation Connection Shortcut 4. The Select a Local Project screen will appear. Select the project as defined in step 2 36

37 5. A confirmation box will inform you that the connection is successfully added to the project 6. The connection shortcut is added to the project 7. Create a new Data Foundation in the project 37

38 8. Enter a name for the Data Foundation 9. Select to create a single source Data Foundation Note: Multisource- Enabled data foundation is not (yet) supported as the configuration of the Data Federator Engine is not yet enabled for querying Google Big Query 38

39 10. Select the Connection that is to be used by the Data Foundation 11. After Clicking Finish the Data Foundation is created and will be opened in the workscreen of IDT 39

40 12. Unfold the Connection to retrieve the available tables from Google BigQuery 13. Double click on a table to have it added to the Data Foundation Master View 14. Repeat this step for every table you want to add 15. If required, define the joins between the tables 16. Once the data foundation is completed save the Data Foundation and a Business Layer can be created 40

41 17. Add a new Business Layer to the project 18. As Google BigQuery is an relation database, select a Relational Data Foundation as the data source 41

42 19. Enter a name for the Business Layer Note: this name will be used for the final Universe presented to end users 20. In the Select Data Foundation screen, hit the button with the 42

43 21. Select the Data Foundation that you want to use for the Business Layer 22. If preferred, disable the option to Automatically create folders and objects, otherwise continy with Finish the generate the Business Layer 43

44 23. The Business Layer will be opened in the workspace of IDT 24. Validate the Business Layer generated by IDT 25. Enrich the universe where needed / required. 44

45 26. Once completed, Publish the universe into the BI4.0 system 45

46 27. Check if the universe is available within the CMC and authorized for use by the appropriate users 46

47 Building a Universe (UNV) on Google BigQuery using UDT To create a UNV (Legacy Universe) against Google BigQuery, via the SIMBA BigQuery ODBC the normal steps for building a universe can be obtained. This chapter will describe sample steps for creating a universe against the public data sets available at Google BigQuery. Some steps may be different when using own data sets within your Google BigQuery deployment. As mentioned before, this document is solely providing a sample creation of the universe and it s connection within Universe Design Tool. In case items or steps are unclear, it is strongly recommended to read the User Manual of Universe Design Tool available on Creating Connection using UDT To create a UNV (legacy Universe) against Google BigQuery, via the SIMBA BigQuery ODBC the normal steps for building a universe can be obtained. In case the connection is already created, you can skip these steps and continue directly to the next section : 0 47

48 Building a Universe using UDT 1. Start Universe Design Tool and logon with an authorized user (authorization to create and publish new connections) 2. If the Quick Design Wizard appears (depending on user settings), select cancel 3. Within Universe Designer, Select Tools -> Connections (or the direct button within the toolbar) 4. Select to create a new connection 48

49 5. Create a secured connection and provide a connection name. If required, select a folder where to create the connection. 6. In the middleware selection screen, select Generic -> Generic ODBC Datasource -> ODBC Drivers 49

50 7. In the screen Login Parameters (3/5), specify the Data Source Name 8. In the screen Configure Parameters (4/5), set the Connection Pool Mode to: Disconnect after each transaction 50

51 9. In the final screen, no changes are required. And close the connection wizard with Finish 10. Now the connection is created within the BI40 platform 51

52 Building a Universe using UDT Now a connection against the BigQuery Public Datasets is created, the creation of a universe can be initiated. Below a sample creation of a single source universe within Universe Design Tool is provided. In case items or steps are unclear, it is strongly recommended to read the User Manual of Universe Design Tool available on Sample steps to create a new universe against the Google BigQuery Sample Data set are: 1. Create a new universe 2. For the Universe Parameters, provide a name for the universe and select the connection required and finish with OK 52

53 3. Double Click in the Structure Pane to get the table browser and unfold to the required table 4. Double Click the required table to insert it into the Structure Pane 53

54 5. Drop the Table into the Object Pane to allow UDT to create objects for each attribute within the table 6. Enrich the universe where needed / required 7. Once completed, save and export the universe 54

55 55

56 Reporting Examples Now the universe(s) against Google BigQuery are generated, several SAP BusinessObjects BI4. Clients are capable of reporting against the Google BigQuery data source. Web Intelligence Rich Client Report: Data Panel: 56

57 Query Panel: 57

58 Query SQL: SELECT Table 1."year", Table 1."month", Table 1."state", sum(table 1."born_alive_alive"), sum(table 1."born_alive_dead"), sum(table 1."born_dead"), sum(table 1."ever_born") FROM "samples"."natality" Table 1 WHERE Table 1."year" values for Year:','N','Natality\Year',Multi,Free,Persistent,,User:0) GROUP BY Table 1."year", Table 1."month", Table 1."state" Crystal Reports 2011 This sample is build using a UNV universe. Crystal Reports does not support UNX universes. Report: 58

59 Query: 59

60 Query SQL: Lumira 1.x This sample is build using a UNX universe. Free Hand SQL is not (yet) available within Lumira for Generic ODBC Data Sources. This sample would also be executable using SAP Predictive Analysis. Lumira Visualization Lumira Data View 60

61 Lumira Query Panel 61

62 Lumira Data View Explorer 4.0 This sample is build using a UNX universe with a restriction on Year and Month to prevent Explorer from loading too much data. Exploring Information Space 62

63 Exploration View: Information Space Facets Dashboards 4.0 The sample is build using a direct data provider via the UNX universe Dashboard 63

64 Query Panel 64

65 Crystal Report for Enterprise 4.0 TO BE VALIDATED 65

66 Known Limitations The prototype learned some limitations while using a Universe against Google BigQuery, these are: Attribute Truncation to 18 Characters Workaround: At design time of the universe, attributes will be truncated to a length of max length of 18 characters while using Universe Design Tool or Information Design Tool. As Google Big Query has no defined length for attributes, this information is not provided to the Designer Tools, as a default behavior UDT & IDT will truncate the length to 18 Characters. This will remove the capability of viewing the table content from UDT and IDT and will fail to validate the universe model as well as any default created end user object (dimension, measure or detail object) impacted by this Manually edit the SQL definition of any object within the Business layer / Universe Objects that have a technical name of over 18 characters. Multi Source Universe: Workaround: A multi source universe is not supported when using the Simba BigQuery ODBC driver If various Google BigQuery Projects data sets are required within a single report you can create single source universes for the individual projects and merge data on report level Match Pattern: A query with condition match pattern fails since the SQL operator Like is not supported by Google BiqQuery. Potential workaround: Rewriting the SQL; using maybe regexp_match function. Default List of Values Solution: Default List of Values will fail since Select distinct is not supported by Google BiqQuery. Install the latest version of Simba BigQuery ODBC Driver. Simba Technologies added DISTINCT support within the ODBC driver as of version Multiple Table Join A 3-table join is expected to fail as this is not supported by Google BiqQuery. Potential workaround: Rewriting the query using simple joins between sub-queries. 66

67 Table Count Rows The Table Count rows command fails in the data foundation. Potential workaround Rewriting the SQL Any currently unknown limitation that will be shared with the author(s) of this document will be added in updates in this document and shared with the larger audience. 67

68 Prototype Environment This document is written utilizing the following components out of the SAP BusinessObjects BI Suite SAP BusinessObjects BI4.0 SP5 Enterprise Platform installation running on Windows 2008 R2 x64 SAP BusinessObjects Explorer 4.0 SP5 running on Windows 2008 R2 x64 SAP BusinessObjects Information Design Tool 4.0 SP5 SAP BusinessObjects Universe Design Tool 4.0 SP5 SAP BusinessObjects Web Intelligence Rich Client 4.0 SP5 SAP BusinessObjects Web Intelligence Java Client via Internet Explorer 9 and Google Chrome version 26 SAP Crystal Reports 2011 SP5 68

69 Copyright 2014 SAP SE SE or an SAP SE affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP SE. The information contained herein may be changed without prior notice. Some software products marketed by SAP SE and its distributors contain proprietary software components of other software vendors. National product specifications may vary. These materials are provided by SAP SE and its affiliated companies ( SAP SE Group ) for informational purposes only, without representation or warranty of any kind, and SAP SE Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP SE Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty. SAP SE and other SAP SE products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP SE in Germany and other countries. Please see for additional trademark information and notices. 69

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All

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

Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4

Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4 Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4 Copyright 2012 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign,

More information

SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide

SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide SAP BusinessObjects XI3.1 Service Pack 4 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet,

More information

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

BOID10. SAP BusinessObjects Information Design Tool COURSE OUTLINE. Course Version: 17 Course Duration: 5 Day(s)

BOID10. SAP BusinessObjects Information Design Tool COURSE OUTLINE. Course Version: 17 Course Duration: 5 Day(s) BOID10 SAP BusinessObjects Information Design Tool. COURSE OUTLINE Course Version: 17 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved.

More information

SAP Hybris Billing, Pricing Simulation Extended Functions Release 2.0, SP03

SAP Hybris Billing, Pricing Simulation Extended Functions Release 2.0, SP03 SAP Hybris Billing, Pricing Simulation Extended Functions Release 2.0, SP03 Document Version 1.0 2017-06-13 TABLE OF CONTENTS EXTENDED FUNCTIONS IN SAP HYBRIS BILLING, PRICING SIMULATION... 3 Using Alternative

More information

SAP HANA Authorization (HA2)

SAP HANA Authorization (HA2) SAP HANA 1.0 SP5 June 2013 English SAP HANA Authorization (HA2) Building Block Configuration Guide SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2013 SAP AG or an SAP affiliate company.

More information

Data Federation Administration Tool Guide SAP Business Objects Business Intelligence platform 4.1 Support Package 2

Data Federation Administration Tool Guide SAP Business Objects Business Intelligence platform 4.1 Support Package 2 Data Federation Administration Tool Guide SAP Business Objects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

Introduction to BW Workspaces and its usage with SAP BusinessObjects BI Tools

Introduction to BW Workspaces and its usage with SAP BusinessObjects BI Tools Introduction to BW Workspaces and its usage with SAP BusinessObjects BI Tools Applies to: SAP NetWeaver Business Warehouse 7.3, powered by SAP HANA or SAP BW Accelerator (BWA) SAP BusinessObjects BI 4.1

More information

BW405. BW/4HANA Query Design and Analysis COURSE OUTLINE. Course Version: 14 Course Duration: 5 Day(s)

BW405. BW/4HANA Query Design and Analysis COURSE OUTLINE. Course Version: 14 Course Duration: 5 Day(s) BW405 BW/4HANA Query Design and Analysis. COURSE OUTLINE Course Version: 14 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

SCM380 SAP MII - Manufacturing Integration and Intelligence Fundamentals

SCM380 SAP MII - Manufacturing Integration and Intelligence Fundamentals SCM380 SAP MII - Manufacturing Integration and Intelligence Fundamentals. COURSE OUTLINE Course Version: 10 Course Duration: 4 SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All

More information

Using SAP SuccessFactors Integration Center for generating exports on Interview Central. SAP SuccessFactors Recruiting Management

Using SAP SuccessFactors Integration Center for generating exports on Interview Central. SAP SuccessFactors Recruiting Management Using SAP SuccessFactors Integration Center for generating exports on Interview Central SAP SuccessFactors Recruiting Management TABLE OF CONTENTS INTRODUCTION... 3 IMPORTING EXPORT DEFINITIONS INTO SAP

More information

Interactive Analysis Getting Started Guide Interactive Analysis 1.0

Interactive Analysis Getting Started Guide Interactive Analysis 1.0 Interactive Analysis Getting Started Guide Interactive Analysis 1.0 Copyright 2010 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business ByDesign, and other SAP

More information

Universe Design Tool SDK Object Model Diagrams SAP BusinessObjects Business Intelligence platform 4.1

Universe Design Tool SDK Object Model Diagrams SAP BusinessObjects Business Intelligence platform 4.1 Universe Design Tool SDK Object Model Diagrams SAP BusinessObjects Business Intelligence platform 4.1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication

More information

BOD410 SAP Lumira 2.0 Designer

BOD410 SAP Lumira 2.0 Designer BOD410 SAP Lumira 2.0 Designer. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

BOCRC. SAP Crystal Reports Compact Course COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s)

BOCRC. SAP Crystal Reports Compact Course COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s) BOCRC SAP Crystal Reports Compact Course. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

SAP HANA tailored data center integration Frequently Asked Questions

SAP HANA tailored data center integration Frequently Asked Questions SAP HANA tailored data center integration Frequently Asked Questions Version 1.0 Last update: 13 May, 2013 TABLE OF CONTENTS GENERAL INFORMATION... 3 1. What is SAP HANA tailored data center integration?

More information

Personalizing SAP BusinessObjects Explorer Information Spaces

Personalizing SAP BusinessObjects Explorer Information Spaces Personalizing SAP BusinessObjects Explorer Information Spaces Applies to: SAP BusinessObjects Explorer and personalizing the display of data using Universes and Excel data sources. Summary This document

More information

SPNEGO SINGLE SIGN-ON USING SECURE LOGIN SERVER X.509 CLIENT CERTIFICATES

SPNEGO SINGLE SIGN-ON USING SECURE LOGIN SERVER X.509 CLIENT CERTIFICATES SPNEGO SINGLE SIGN-ON USING SECURE LOGIN SERVER X.509 CLIENT CERTIFICATES TABLE OF CONTENTS SCENARIO... 2 IMPLEMENTATION STEPS... 2 PREREQUISITES... 3 1. CONFIGURE ADMINISTRATOR FOR THE SECURE LOGIN ADMINISTRATION

More information

HA100 SAP HANA Introduction

HA100 SAP HANA Introduction HA100 SAP HANA Introduction. COURSE OUTLINE Course Version: 13 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Product Blueprints User's Guide SAP Data Services 4.2 (14.2.0)

Product Blueprints User's Guide SAP Data Services 4.2 (14.2.0) Product Blueprints User's Guide SAP Data Services 4.2 (14.2.0) Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

PUBLIC Rapid Deployment Guide

PUBLIC Rapid Deployment Guide SAP Data Services Document Version: 4.2 Support Package 8 (14.2.8.0) 2017-01-18 PUBLIC Content 1 Introduction.... 3 1.1 Documentation set for SAP Data Services....3 2 Deployment environment requirements....

More information

BI Launch Pad User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 2

BI Launch Pad User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 2 BI Launch Pad User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 2 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business

More information

HA301. SAP HANA 2.0 SPS03 - Advanced Modeling COURSE OUTLINE. Course Version: 15 Course Duration:

HA301. SAP HANA 2.0 SPS03 - Advanced Modeling COURSE OUTLINE. Course Version: 15 Course Duration: HA301 SAP HANA 2.0 SPS03 - Advanced Modeling. COURSE OUTLINE Course Version: 15 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of

More information

Building a Real-time Dashboard using Xcelsius and Data Integrator

Building a Real-time Dashboard using Xcelsius and Data Integrator Building a Real-time Dashboard using Xcelsius and Data Integrator Applies to: BusinessObjects Data Integrator XI (11.7) Summary This white paper shows how to use certain features of Data Integrator (DI)

More information

Visual Business Configuration with SAP TM

Visual Business Configuration with SAP TM SAP Transportation Management Visual Business Configuration with SAP TM CUSTOMER Document Version: 3.0 December 2013 SAP AG 1 Copyright Copyright 2013 SAP AG. All rights reserved. SAP Library document

More information

Getting Started with FPM BOPF Integration (FBI)

Getting Started with FPM BOPF Integration (FBI) Summary Creating a List GUIBB with a Related View Level of complexity: Time required for completion: Beginner 45 min. Author: Sharon Dassa Company: SAP AG Created on: 20 February 2013 www.sap.com Table

More information

BW305. SAP Business Warehouse Query Design and Analysis COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

BW305. SAP Business Warehouse Query Design and Analysis COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) BW305 SAP Business Warehouse Query Design and Analysis. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved.

More information

BusinessObjects Polestar Error Message Guide

BusinessObjects Polestar Error Message Guide BusinessObjects Polestar Error Message Guide BusinessObjects Polestar XI 3.1 windows Copyright 2008 Business Objects, an SAP company. All rights reserved. Business Objects owns the following U.S. patents,

More information

SAP HANA SPS 08 - What s New? SAP HANA Application Lifecycle Management (Delta from SPS 07 to SPS 08) SAP HANA Product Management June, 2014

SAP HANA SPS 08 - What s New? SAP HANA Application Lifecycle Management (Delta from SPS 07 to SPS 08) SAP HANA Product Management June, 2014 SAP HANA SPS 08 - What s New? SAP HANA Application Lifecycle Management (Delta from SPS 07 to SPS 08) SAP HANA Product Management June, 2014 Agenda Overview of SAP HANA Application Lifecycle Management

More information

Device Operation Process Diagrams. SAP Mobile Secure rapid-deployment solution September 2014

Device Operation Process Diagrams. SAP Mobile Secure rapid-deployment solution September 2014 Device Operation Process Diagrams SP Mobile Secure rapid-deployment solution September 2014 X94 Device Operation (1/6) Remote Device Management of ios Device Types SP faria faria dministrator Remote Lock

More information

How-to Guide for Exercise Familiarize Yourself with SAP Fiori UX (Week 1, Unit 6, Part 2)

How-to Guide for Exercise Familiarize Yourself with SAP Fiori UX (Week 1, Unit 6, Part 2) How-to Guide for Exercise Familiarize Yourself with SAP Fiori UX (Week 1, Unit 6, Part 2) Table of Contents Introduction... 2 Connect to the opensap instance... 3 Login to the SAPgui... 5 Disable Internet

More information

HA150 SQL Basics for SAP HANA

HA150 SQL Basics for SAP HANA HA150 SQL Basics for SAP HANA. COURSE OUTLINE Course Version: 13 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

HA100 SAP HANA Introduction

HA100 SAP HANA Introduction HA100 SAP HANA Introduction. COURSE OUTLINE Course Version: 15 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may

More information

Week 2 Unit 3: Creating a JDBC Application. January, 2015

Week 2 Unit 3: Creating a JDBC Application. January, 2015 Week 2 Unit 3: Creating a JDBC Application January, 2015 JDBC Overview Java Database Connectivity (JDBC) Java-based data access technology Defines how a client can connect, query, and update data in a

More information

Quick Guide to Implementing SAP Predictive Analytics Content Adoption rapiddeployment

Quick Guide to Implementing SAP Predictive Analytics Content Adoption rapiddeployment SAP HANA 1.0 Predictive Analysis 1.0 August 2013 English Quick Guide to Implementing SAP Predictive Analytics Content Adoption rapiddeployment solution for Retail (EN) SAP AG Dietmar-Hopp-Allee 16 69190

More information

Simba ODBC Driver with SQL Connector for Google BigQuery

Simba ODBC Driver with SQL Connector for Google BigQuery Simba ODBC Driver with SQL Connector for Google BigQuery for Windows Simba Technologies Inc. Revised: February 12, 2015 Contents Purpose... 3 Accessing BigQuery... 3 Using sample data in BigQuery... 3

More information

HA150. SAP HANA 2.0 SPS02 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 14 Course Duration: 3 Day(s)

HA150. SAP HANA 2.0 SPS02 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 14 Course Duration: 3 Day(s) HA150 SAP HANA 2.0 SPS02 - SQL and SQLScript for SAP HANA. COURSE OUTLINE Course Version: 14 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights

More information

Implementing High Availability for SAP Business Objects CMS Repository and Audit Database

Implementing High Availability for SAP Business Objects CMS Repository and Audit Database Implementing High Availability for SAP Business Objects CMS Repository and Audit Database An introduction to CMS and Audit database mirroring to achieve high availability during server failover Table of

More information

Data Protection and Privacy for Fraud Watch

Data Protection and Privacy for Fraud Watch Security Guide Fraud Watch Document Version: 1.0 2017-06-05 Document History Version Date Change 1.0 2017-06-05 First release of the Security Guide for Data Protection and Privacy. 2 2017 SAP AG or an

More information

HA100 SAP HANA Introduction

HA100 SAP HANA Introduction HA100 SAP HANA Introduction. COURSE OUTLINE Course Version: 12 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Patrice M. Anderson Instructional Designer

Patrice M. Anderson Instructional Designer Patrice M. Anderson Instructional Designer Portfolio Sample Instructor-Led Training This sample contains the ToC and one chapter from the instructor-led student workbook for HP Quality Center (QC) software.

More information

How can a Reference Query Be used?

How can a Reference Query Be used? How can a Reference Query Applies to SAP NetWeaver Business Warehouse 7.30 (BW7.30) SP05 with SAP NetWeaver Business Warehouse Accelerator 7.20 (BWA7.20) or HANA 1.0 running as a database for SAP NetWeaver

More information

Complementary Demo Guide

Complementary Demo Guide Complementary Demo Guide SAP Business ByDesign SAP Business ByDesign Global October 23, 2017 1 Table of Content 1 About this Document... 3 1.1 Purpose... 3 1.2 Demo Business Context... 3 1.3 Prerequisites...

More information

SAP Financial Consolidation 10.1, starter kit for IFRS, SP7

SAP Financial Consolidation 10.1, starter kit for IFRS, SP7 SAP Financial Consolidation 10.1, starter kit for IFRS, SP7 Installation guide Copyright 2018 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,

More information

BW305H. Query Design and Analysis with SAP Business Warehouse Powered by SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

BW305H. Query Design and Analysis with SAP Business Warehouse Powered by SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) BW305H Query Design and Analysis with SAP Business Warehouse Powered by SAP HANA. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate

More information

Partition Wizard User s Guide SAP BusinessObjects Planning and Consolidation 10.0, version for the Microsoft platform

Partition Wizard User s Guide SAP BusinessObjects Planning and Consolidation 10.0, version for the Microsoft platform Partition Wizard User s Guide SAP BusinessObjects Planning and Consolidation 10.0, version for the Microsoft platform PUBLIC Document Version: 1.2 [September 9, 2016] Copyright Copyright 2016 SAP SE. All

More information

HA300 SAP HANA Modeling

HA300 SAP HANA Modeling HA300 SAP HANA Modeling. COURSE OUTLINE Course Version: 13 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

SAP BusinessObjects Performance Management Deployment Tool Guide

SAP BusinessObjects Performance Management Deployment Tool Guide SAP BusinessObjects Performance Management Deployment Tool Guide SAP BusinessObjects XI 3.1 XI3.1 Service Pack 3 Copyright 2010 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign,

More information

SAP Mobile Secure Rapiddeployment. Software Requirements

SAP Mobile Secure Rapiddeployment. Software Requirements September 2014 English SAP Mobile Secure Rapiddeployment Solution SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SAP SE or an SAP affiliate company. All rights reserved. No part of

More information

SAP Business One Upgrade Strategy Overview

SAP Business One Upgrade Strategy Overview Upgrade Strategy,, version for SAP HANA and analytics powered by SAP HANA Document Version: 1.2 2017-12-06 Typographic Conventions Type Style Example Description Words or characters quoted from the screen.

More information

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.0 Support Package 5

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.0 Support Package 5 Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.0 Support Package 5 Copyright 2012 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge,

More information

Match Blueprints User's Guide SAP Data Services 4.2 (14.2.0)

Match Blueprints User's Guide SAP Data Services 4.2 (14.2.0) Match Blueprints User's Guide SAP Data Services 4.2 (14.2.0) Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

How-to Guide for Exercise Access the Demo Appliance Landscape (Week 1, Unit 6, Part 1)

How-to Guide for Exercise Access the Demo Appliance Landscape (Week 1, Unit 6, Part 1) How-to Guide for Exercise Access the Demo Appliance Landscape (Week 1, Unit 6, Part 1) Table of Contents Important note:... 1 Introduction to CAL... 2 Introduction to AWS... 2 Exercise overview... 2 Creating

More information

ALM. Tutorial. Software Version: Go to HELP CENTER ONLINE

ALM. Tutorial. Software Version: Go to HELP CENTER ONLINE ALM Software Version: 12.55 Tutorial Go to HELP CENTER ONLINE http://admhelp.microfocus.com/alm/ Document Release Date: August 2017 Software Release Date: August 2017 ALM Legal Notices Disclaimer Certain

More information

SAP Fiori Launchpad Process Flow. SAP Fiori UX launchpad Configuration: End to End CEG: November 2014

SAP Fiori Launchpad Process Flow. SAP Fiori UX launchpad Configuration: End to End CEG: November 2014 SAP Fiori Launchpad Process Flow SAP Fiori UX launchpad Configuration: End to End CEG: November 2014 High Level Process Flow: End to End SAP Fiori UX launchpad Configuration 1 Pre-Requisites (SICF & SE80)

More information

Disclosure Management US SEC. Preview

Disclosure Management US SEC. Preview Disclosure Management US SEC Preview TABLE OF CONTENT Introduction... 3 Creating the Preview... 4 Troubleshooting... 8 Alternative way of creating the Preview... 10 Useful Notes/KBAs... 14 2 Introduction

More information

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August PUBLIC Document Version: August 2018 2018-10-26 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Release Highlights....3 1.1 Anonymous access to public communities....4

More information

Use Business Objects Planning and Consolidation (version for the Microsoft platform) BPF services in Xcelsius

Use Business Objects Planning and Consolidation (version for the Microsoft platform) BPF services in Xcelsius How To Use Business Objects Planning and Consolidation (version for the Microsoft platform) BPF services in Xcelsius SAP Product Name: SAP Business Planning and Consolidation, version for Microsoft Applicable

More information

How-To Guide SAP 3D Visual Enterprise Author 8.0 Document Version: How To Part Replace

How-To Guide SAP 3D Visual Enterprise Author 8.0 Document Version: How To Part Replace How-To Guide SAP 3D Visual Enterprise Author 8.0 Document Version: 1.0-2014-09-15 Document History Document Version Description 1.0 First version Document History 2014 SAP AG or an SAP affiliate company.

More information

SAP Business One Upgrade Strategy Overview

SAP Business One Upgrade Strategy Overview Upgrade Strategy SAP Business One, SAP Business One, version for SAP HANA and SAP Business One analytics powered by SAP HANA Document Version: 1.1 2016-02-03 Release 2004 and higher Typographic Conventions

More information

Customer Helpdesk User Manual

Customer Helpdesk User Manual Customer Helpdesk User Manual TABLE OF CONTENTS 1 INTRODUCTION... 3 2 HANDLING OF THE PROGRAM... 3 2.1 Preface... 3 2.2 Log In... 3 2.3 Reset Your Password... 4 2.4 Changing Personal Password... 4 3 PROGRAM

More information

BusinessObjects LifeCycle Manager User's Guide

BusinessObjects LifeCycle Manager User's Guide BusinessObjects LifeCycle Manager User's Guide BusinessObjects Enterprise XI 3.1 Service Pack2 windows Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects,

More information

How to create a What If simulation in SAP Analytics Cloud

How to create a What If simulation in SAP Analytics Cloud How to create a What If simulation in SAP Analytics Cloud Author: Ingo Hilgefort, SAP Canada 1 1 Copyright 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may

More information

Web Intelligence Caching in BusinessObjects Enterprise XI Release 2

Web Intelligence Caching in BusinessObjects Enterprise XI Release 2 Web Intelligence Caching in BusinessObjects Enterprise XI Release 2 Applies to: BusinessObjects Enterprise Web Intelligence XIR2 For more information, visit the Business Objects homepage. Summary This

More information

HA100 SAP HANA Introduction

HA100 SAP HANA Introduction HA100 SAP HANA Introduction. COURSE OUTLINE Course Version: 10 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Ariba Network Configuration Guide

Ariba Network Configuration Guide Ariba Network Configuration Guide Content 1. Account Configuration I. Account Access II. Company Profile III. Email Notifications IV. Electronic Order Routing V. Electronic Invoice Routing VI. Remittances

More information

opensap TEXT ANALYTICS WITH SAP HANA PLATFORM WEEK 1

opensap TEXT ANALYTICS WITH SAP HANA PLATFORM WEEK 1 opensap TEXT ANALYTICS WITH SAP HANA PLATFORM WEEK 1 Version: January 20, 2016 Exercises / Solutions Anthony Waite / SAP Labs, LLC. Bill Miller / SAP Labs, LLC. Contents Desktop in SAP Cloud Appliance

More information

BC414. Programming Database Updates COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

BC414. Programming Database Updates COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) BC414 Programming Database Updates. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

UX402 SAP SAPUI5 Development

UX402 SAP SAPUI5 Development UX402 SAP SAPUI5 Development. COURSE OUTLINE Course Version: 03 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Using Xcelsius 2008 with SAP NetWeaver BW

Using Xcelsius 2008 with SAP NetWeaver BW Using Xcelsius 2008 with SAP NetWeaver BW Applies to: Xcelsius 2008 Enterprise Service Pack 02 (and higher) SAP NetWeaver BW 7.0 Enhancement package 01 Service Pack 05 (and higher) Summary In this short

More information

Ariba Network Configuration Guide

Ariba Network Configuration Guide Ariba Network Configuration Guide Content 1. Account Configuration I. Account Access II. Company Profile III. Email Notifications IV. Electronic Order Routing V. Electronic Invoice Routing VI. Remittances

More information

SAP Business One Integration Framework

SAP Business One Integration Framework SAP Business One Integration Framework Configure Connectivity to SAP Business One Service Layer PUBLIC Global Roll-out August 2018, Krisztián Pápai TABLE OF CONTENTS 1. OBTAIN A VALID CERTIFICATE... 3

More information

ADM506. Database Administration Oracle II COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

ADM506. Database Administration Oracle II COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) ADM506 Database Administration Oracle II. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

User Interface Layouts

User Interface Layouts SAP White Paper Visualization User Interface Layouts Standard (VDS) and Legacy (RH) Table of Contents Overview 4 Standard (VDS) Layout 5 Legacy (RH) Layout 8 Copyright 47 2 / 17 The Visual Enterprise Version

More information

opensap Extending SAP S/4HANA Cloud and SAP S/4HANA SAP S/4HANA UX Fundamentals PUBLIC

opensap Extending SAP S/4HANA Cloud and SAP S/4HANA SAP S/4HANA UX Fundamentals PUBLIC opensap Extending SAP S/4HANA Cloud and SAP S/4HANA SAP S/4HANA UX Fundamentals PUBLIC TABLE OF CONTENTS PREPARATION... 3 Activating your CAL Instance... 3 NAVIGATING IN THE FIORI LAUNCHPAD... 3 Using

More information

SAP HANA SPS 08 - What s New? SAP HANA Interactive Education - SHINE (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014

SAP HANA SPS 08 - What s New? SAP HANA Interactive Education - SHINE (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 SAP HANA SPS 08 - What s New? SAP HANA Interactive Education - SHINE (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 Agenda SHINE - Overview SHINE What s new in SPS 08 SHINE - Roadmap

More information

SAP 3D Visual Enterprise 9.0: Localization of Authoring Content

SAP 3D Visual Enterprise 9.0: Localization of Authoring Content SAP White Paper Visualization SAP 3D Visual Enterprise 9.0: Localization of Authoring Content Author once - deliver to Multiple Locales Table of Contents Localization Overview 4 Localizer Utility 6 Exporting

More information

Moving BCM to different IP range

Moving BCM to different IP range Moving BCM to different IP range PREREQUISITES This document describes how to move your BCM application server to a different IP range. The solution is for BCM system administrators who have basic knowledge

More information

HP ALM. Software Version: Tutorial

HP ALM. Software Version: Tutorial HP ALM Software Version: 12.50 Tutorial Document Release Date: September 2015 Software Release Date: September 2015 Legal Notices Warranty The only warranties for HP products and services are set forth

More information

HA150. SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration:

HA150. SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration: HA150 SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA. COURSE OUTLINE Course Version: 15 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved.

More information

SAP BusinessObjects Enterprise Upgrade Guide

SAP BusinessObjects Enterprise Upgrade Guide SAP BusinessObjects Enterprise Upgrade Guide SAP BusinessObjects Enterprise XI 3.1 Service Pack 3 Copyright 2010 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business

More information

How-To Guide SAP 3D Visual Enterprise Author Document Version: Markups and Measurements

How-To Guide SAP 3D Visual Enterprise Author Document Version: Markups and Measurements How-To Guide SAP 3D Visual Enterprise Author Document Version: 1.0-2014-06-03 Document History Document Version Description 1.0 First version Document History 2014 SAP AG or an SAP affiliate company. All

More information

Software and Delivery Requirements

Software and Delivery Requirements SAP HANA Activity Repository rapiddeployment solution V2.10 April 2015 English SAP HANA Activity Repository rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190

More information

EP200. SAP NetWeaver Portal: System Administration COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s)

EP200. SAP NetWeaver Portal: System Administration COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s) EP200 SAP NetWeaver Portal: System Administration. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2013 SAP AG. All rights reserved. No part of this publication

More information

SAP SMS 365 SAP Messaging Proxy 365 Product Description August 2016 Version 1.0

SAP SMS 365 SAP Messaging Proxy 365 Product Description August 2016 Version 1.0 SAP SMS 365 SAP Messaging Proxy 365 Product Description August 2016 Version 1.0 TABLE OF CONTENTS 1 INTRODUCTION...3 2 BENEFITS...4 3 FUNCTIONAL DESCRIPTION...5 4 MESSAGE CLASSIFICATION...6 5 ARCHITECTURE...7

More information

BC470. Form Printing with SAP Smart Forms COURSE OUTLINE. Course Version: 18 Course Duration:

BC470. Form Printing with SAP Smart Forms COURSE OUTLINE. Course Version: 18 Course Duration: BC470 Form Printing with SAP Smart Forms. COURSE OUTLINE Course Version: 18 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

Disclosure Management. Default font on styles in Disclosure Management

Disclosure Management. Default font on styles in Disclosure Management Disclosure Management Default font on styles in Disclosure Management DISCLOSURE MANAGEMENT DEFAULT FONT IS STYLES (V1.1) TABLE OF CONTENT Introduction... 3 An example... 3 What happens in the system...

More information

SAP HANA Cloud Integration for data services What s new in (Sept 2015) Ben Hofmans, Product Manager

SAP HANA Cloud Integration for data services What s new in (Sept 2015) Ben Hofmans, Product Manager SAP HANA Cloud Integration for data services What s new in 1.0.9 (Sept 2015) Ben Hofmans, Product Manager Disclaimer This presentation outlines our general product direction and should not be relied on

More information

S4H410. SAP S/4HANA Embedded Analytics and Modeling with Core Data Services (CDS) Views COURSE OUTLINE. Course Version: 05 Course Duration: 2 Day(s)

S4H410. SAP S/4HANA Embedded Analytics and Modeling with Core Data Services (CDS) Views COURSE OUTLINE. Course Version: 05 Course Duration: 2 Day(s) S4H410 SAP S/4HANA Embedded Analytics and Modeling with Core Data Services (CDS) Views. COURSE OUTLINE Course Version: 05 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP

More information

DS10. Data Services - Platform and Transforms COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s)

DS10. Data Services - Platform and Transforms COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s) DS10 Data Services - Platform and Transforms. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

SAP HANA SPS 08 - What s New? SAP HANA Modeling (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014

SAP HANA SPS 08 - What s New? SAP HANA Modeling (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 SAP HANA SPS 08 - What s New? SAP HANA Modeling (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 SAP HANA SPS 08 Feature Overview Modeling Enhancements Enhanced SAP HANA Modeling capabilities

More information

HYCU SCOM Management Pack for Nutanix

HYCU SCOM Management Pack for Nutanix HYCU SCOM Management Pack for Nutanix Product version: 2.5 Product release date: May 2018 Document edition: First Legal notices Copyright notice 2016-2018 HYCU. All rights reserved. This document contains

More information

SAP BusinessObjects Explorer API Guide SAP BusinessObjects Explorer XI 3.2 SP2

SAP BusinessObjects Explorer API Guide SAP BusinessObjects Explorer XI 3.2 SP2 SAP BusinessObjects Explorer API Guide SAP BusinessObjects Explorer XI 3.2 SP2 Copyright 2010 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business ByDesign, and

More information

SAP Workforce Performance Builder 9.5

SAP Workforce Performance Builder 9.5 Upgrade Guide Workforce Performance Builder Document Version: 1.0 2016-10-15 2016 SAP SE or an SAP affiliate company. All rights reserved. CUSTOMER Table of Contents 1 Introduction... 3 2 Migrating a Workarea...

More information

Testing Your New Generated SAP NetWeaver Gateway Service

Testing Your New Generated SAP NetWeaver Gateway Service Testing Your New Generated SAP NetWeaver Gateway Service Applies to: SAP NetWeaver Gateway 2.0 SP02 Summary In this Article we will focus on how to test the NetWeaver Gateway Service you created using

More information

SAP Landscape Transformation for SAP HANA (HA1)

SAP Landscape Transformation for SAP HANA (HA1) SAP HANA 1.0 SP05 SAP Landscape Transformation SP04 October 2013 English SAP Landscape Transformation for SAP HANA (HA1) Building Block Configuration Guide SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany

More information