Tips and tricks for using SAP BusinessObjects Web Intelligence with SAP BW

Size: px
Start display at page:

Download "Tips and tricks for using SAP BusinessObjects Web Intelligence with SAP BW"

Transcription

1 Orange County Convention Center Orlando, Florida May 15-18, 2011 Tips and tricks for using SAP BusinessObjects Web Intelligence with SAP BW Deepu Sasidharan ]

2 [ Agenda Introduction System Landscape Advanced WebI Functionalities Performance Considerations Life Cycle Manager Security considerations Report Deployment Options 2

3 [ Introduction WebI provides end to end self-service experience covering a range of users: Casual reporting users Ad-hoc reporting users Provides access to wide range of data sources: Relational source Oracle, MS SQL Server etc. OLAP data sources SAP BW, MSAS Personal dataproviders Excel and CSV files Data connectivity is enabled via BOBJ Universe. 3

4 [ Agenda Introduction System Landscape Advanced WebI Functionalities Performance Considerations Life Cycle Manager Security considerations Report Deployment Options 4

5 [ System Landscape System landscape design: Different options are available for implementing BOE XI in your landscape. Various factors like corporate standards for Software Platform, Web Server, DB, High availability requirements, expected system load etc. should be considered while designing the BOE landscape. BOE XI Supports different Software Platforms, Databases and Web servers. Web Server can be separated from the application server. Tomcat, Weblogic, Websphere, SAP J2EE etc. are supported. 5

6 [ System Landscape Highly recommended to size the BOE system prior to project start. Key considerations for sizing: Input: Report volume Number of concurrent users % break down of users types (Power user vs. Casual users etc.) Output: Number of CPUs (BOE licenses are usually CPU based and need to know this during the initial phase of the Project) Total amount of Memory Number of CMS, Processing servers and Job servers Link to BOE XI Sizing guide. 6

7 [ System Landscape BW DEV QA PROD BOE XI DEV QA PROD LCM

8 [ System Landscape BOE XI Architecture 8

9 [ System Landscape Technical Considerations: During the starting phase of the project make sure BOE XI Support Packages and Fix Packs are up to date. Server and Client tools should be at same Support Package and Fix pack levels. Recommended Support Packages: BW 7.0 EHP 1 SPS 5 or higher BOE XI 3.1 SPS 3 FP 3.1 or higher Check for the latest OSS notes: MDX Application Area - BW-BEX-OT-MDX BICS Application Area - BW-BEX-ET-WJR-BICS SAP IK BI-BIP-IK 9

10 [ Agenda Introduction System Landscape Advanced WebI Functionalities Performance Considerations Life Cycle Manager Security considerations Report Deployment Options 10

11 [ Input Controls WebI provides Input Controls which can be used for filtering report data. Provides easy to access to filter WebI report. Different types of controls are available for Measures and Dimensions. Measures: Slider, Spinner and Entry Field Example: Use a slider to display all values greater than a threshold set from the slider, Sales Revenue > $1million etc. Dimension: Dropdown box, Input field, Radio button etc. Requires BOE XI 3.1 SPS 2 11

12 [ Input Controls Input Controls can be added to the WebI document from the tab Input Controls New Select the Object and Type of Control. 12

13 [ Scope of Analysis Scope of analysis let s you create pre-defined drilldown path within your WebI reports providing easy analysis functionality for the users. User can click on the high level object within the report to drilldown to the next level. 13

14 [ Scope of Analysis Drilldown path can be pre-defined from Universe Designer Tools Hierarchies. Create a Custom Hierarchy selecting the objects and order of drilldown. 14

15 [ Merge Dimensions Merge dimension allows you to merge data from two different Universes. Relational and OLAP Universes could be used as source. For example data from a SAP BW based and MS SQL Server based Universe could be combined into one single WebI document. 15

16 [ Merge Dimension Accessible from the WebI toolbar. 16

17 [ Merge Dimension Merging high volume data is not recommended as this will impact the performance of the report. Alternate options like storing the data within BW or using BOBJ Data Federator should be considered for high volume data. Merge is possible only if Master data is consistent in both the systems. For example Merging Fiscal Period from BW and Calendar Month from MS SQL Server is not possible. System cannot determine a unique key to merge and also 001/2010 in BW could correspond to July 2010 in MS SQL Server. 17

18 [ Query Stripping Query Stripping enables you to bring only the data which is required for the current WebI Report layout. Default design brings in all the objects available in the WebI Query Panel. This could help improve the performance of the WebI Report. This setting is available only for OLAP Universe based reports. There is a known error with query stripping that will be fixed with BOE XI 3.1 SPS 4. Check OSS note for more details. Requires BOE XI 3.1 SPS 3 18

19 [ Query Stripping This is similar to setting the Read Mode for the BW query. Setting need to be done at the WebI Query level and document level. 19

20 [ Custom Formula Custom Formula can be created using measures and Dimension. A custom field can be added to the WebI report comparing two dimension field. BW currently doesn t provide the ability to create formula based on a dimension (Characteristic). 20

21 [ Custom Formula Various operators are available: String, Boolean, Date etc. Examples: Find date differences between two date fields or between the report date and current date. Various business rules can be implemented at the WebI Report level without having to make changes to the BW data model or underlying query. 21

22 [ Drill down to BEx Web Reports You can use the Hyperlink function within WebI to drilldown from a WebI document to a BEx Web report. Parameters can be passed to the BEx Web report using the standard BW BEx Web API. Link for BEx Web API documentation. URL Format for launching BEx query: _add_ons/com.sap.ip.bi/iviews/com.sap.ip.bi.bex?query=<query ID> URL Format for launching BEx Query passing parameters: _add_ons/com.sap.ip.bi/iviews/com.sap.ip.bi.bex?query=<query ID>&BI_COMMAND_1- BI_COMMAND_TYPE=SET_VARIABLES_STATE&BI_COMMAND_1-VARIABLE_VALUES- VARIABLE_VALUE_1-VARIABLE_TYPE=VARIABLE_INPUT_STRING &BI_COMMAND_1- VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE- VARIABLE_INPUT_STRING="+UserResponse("Year")+" &BI_COMMAND_1- VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE=ZFYEAR 22

23 [ Filter using display Attribute You can Filter a report using the Display Attribute of a Characteristic by adding it to the Query Filter area. This can be done by the report author without having to make any changes to the BW Data model. 23

24 [ Agenda Introduction System Landscape Advanced WebI Functionalities Performance Considerations Life Cycle Manager Security considerations Report Deployment Options 24

25 [ Performance Considerations Avoid use of Navigational attributes were ever possible. Navigational attribute requires an extra join during the report execution and will affect the report performance. OLAP Universe is not designed to handle heavy data volume. For large volume reports consider workarounds: Split into smaller reports and provide hyperlinks via OpenDoc API. WebI Processing Servers can only handle upto max. 2 GB per report. Running very large reports which are beyond this limit will result in crashing the WebI Processing server. Consider creating a Relational Universe with BW using Data Federator. 25

26 [ Performance Considerations WebI Processing Server: Create more WebI Processing Servers and reduce the number of connections per WebI Processing. This will help better load balancing of the servers. CMC Servers Server Categories WebI Report Processing Servers Properties. 26

27 [ Performance Considerations Consider to scheduling large reports during off-peak hours for off-line consumption. Latest Support Package on BW and BOE XI provides several performance related enhancements. Recommended Support Package levels: SAP BW EHP1 SPS 5 BOE XI 3.1 SPS 3 FP

28 [ Universe Design Considerations BOE Universe can be based on BW queries and Infoproviders. Create the Universe on a BW query to leverage the OLAP functionalities (Restricted and Calculated Key Figures, BW Variables etc.) available within the BW Query Designer. 28

29 [ Universe Design Considerations OLAP Universes are system generated and will bring in all the objects from the underlying BW Query. Hide the objects at the Universe level which are not required within the WebI report. For instance 0PLANT has several attributes and not all of them will be used within the WebI Reports. Hiding the attributes which are not required within the WebI report helps to keep the Universe clean and easier for the users. OLAP Universe generation Parameters can be set from Universe Designer Tools Options OLAP 29

30 [ Transaction MDXTEST Transaction MDXTEST can be used for executing MDX Statements within the SAP BW System. Either the MDX Statement can be hand written/pasted into the execution area or can be generated using the system. Make sure to select XML Mode while doing the test, data returned from BOE XI from BW will be identical to the data from the results of XML Mode. You can use the document below to enable logs on the BOE to view the MDX statement which gets executed. 30

31 [ Agenda Introduction System Landscape Advanced WebI Functionalities Performance Considerations Life Cycle Manager(LCM) Security considerations Report Deployment Options 31

32 [ LCM LifeCycle Manager let s you move BOE XI Objects (Folders, WebI Documents, Universes etc.) within the landscape. 32

33 [ LCM LCM also provides the option for Version management of BOE XI objects. Connection Mapping for the target SAP BW system can be maintained within LCM. LCM doesn t support SAP authentication. LCM is integrated to the BI platform as of BI 4.0. For BOE XI 3.1 requires a separate installation. 33

34 [ Agenda Introduction System Landscape Advanced WebI Functionalities Performance Considerations Life Cycle Manager Security Report Deployment Options 34

35 [ Security Different options are available for implementing security within BOE. It is critical to develop a clear security strategy. Main considerations: Is this a new BOE installation? Are there SAP and non-sap users? What is the current report deployment option? What are the types of users who will need access to the reports? Power users, casual users etc. What is the best way to logically group the reports? 35

36 [ Security BOE XI Supports different Authentication methods. Windows AD Recommended if SAP BW and non-sap BW users requires access to the BOE system. LDAP SAP (requires SAP IK) Enterprise 36

37 [ Security Recommended approach: Implement SSO between BOE XI and BW. Requires installing and configuring SAP Integration Kit and SNC Use Windows AD as the primary authentication mechanism. User mapping between Windows AD User and SAP BW user can be maintained at the BOE level. Import Windows AD Groups/Users into BOE XI. Assign Folder level Security to access WebI Reports to the Windows AD Group. Data level security will be maintained using SAP BW based Analysis authorization. 37

38 [ Security To import users in simple format (user id and not systm~clnt\userid format) maintain Registry keys mentioned in OSS note This helps user mapping with Windows AD. 38

39 [ Security Security can be set at Group level or Individual user level. Based on the authentication method used groups could be Windows AD Group, SAP BW Role etc. Best practice is to maintain the object security at the Group level. Custom Access levels or Security objects can be created for meeting security requirements which cannot be met using standard objects. 39

40 [ Security Various roles which will need to be defined within the BOE XI environment. Access In CMC Designer Infoview WebI Data Federator Administrators Yes Yes Yes Yes Yes Security Yes No Yes Yes No Universe Developer No Yes Yes Yes Yes Report Developer No No Yes Yes No Report User No No Yes Yes No 40

41 [ Agenda Introduction System Landscape Advanced WebI Functionalities Performance Considerations Life Cycle Manager Security considerations Report Deployment Options 41

42 [ Report Deployment Options There are various options available for deploying BOBJ reports. Provide access via BOE Infoview Provide access via SAP EP (SSO Support is available). 42

43 [ Report Deployment Options SAP EP Integration: You can create WebI report iviews as URL iviews or based on SAP IK iview template (requires importing SAP IK iview template in the SAP EP system). Report access will be controlled using SAP EP iviews/roles. URL Format: ment.jsp? idocid=<doc id> Provide access to Infoview from SAP EP. Users logging into EP will have the ability to view Infoview and launch reports from Infoview. Report access will be controlled using Infoview Folders. Better option for Power users who will need to create new WebI documents, schedule existing documents etc. 43

44 [ Learning Points Advanced techniques within WebI to create User friendly reports. Options to implement security for a BOBJ/BW Implementation System Landscape/technical considerations for BOBJ/BW Implementation. Report deployment options 44

45 [ Best Practices Prior to Project Implementation design a System landscape that works for your organization and perform a hardware sizing. Develop a clear security strategy for your BOE/BW implementation. 45

46 [ Key Learnings Technical landscape design considerations Advanced techniques within WebI. Different options and considerations for BOE security Report deployment strategy. Performance considerations 46

47 [ Questions 47

48 [ Thank you for participating. ] Please remember to complete and return your evaluation form following this session. For ongoing education in this area of focus, visit SESSION CODE: 505

SAP BO 4.1 COURSE CONTENT

SAP BO 4.1 COURSE CONTENT Data warehousing/dimensional modeling/ SAP BW 7.0 Concepts 1. OLTP vs. OLAP 2. Types of OLAP 3. Multi Dimensional Modeling Of SAP BW 7.0 4. SAP BW 7.0 Cubes, DSO s,multi Providers, Infosets 5. Business

More information

BICS Connectivity for Web Intelligence in SAP BI 4.0

BICS Connectivity for Web Intelligence in SAP BI 4.0 September 10-13, 2012 Orlando, Florida BICS Connectivity for Web Intelligence in SAP BI 4.0 John Mrozek Introduction Business Intelligence Consumer Services connectivity for Web Intelligence in SAP BI

More information

Charl du Buisson Charl du Buisson Britehouse Specialist SAP Division

Charl du Buisson Charl du Buisson Britehouse Specialist SAP Division Business Objects 4.0 Upgrade Lessons Learned Charl du Buisson Charl du Buisson Britehouse Specialist SAP Division Agenda Our Reasons to upgrade to BOBJ 4.0 Lessons Upgrade strategy Was the Wait for Service

More information

SA S P A BO B BJ B 4. 4 1. COURSE CONTENT 2015

SA S P A BO B BJ B 4. 4 1. COURSE CONTENT 2015 SAP BOBJ 4.1 COURSE CONTENT 2015 SAP Business Objects 4.1 Course Content SAP BI Launch Pad 4.1 SAP Business Objects Web Intelligence Web-Intelligence Rich Client (Desktop based tool) SAP Business Objects

More information

SAP BusinessObjects Business Intelligence (BOBI) 4.1

SAP BusinessObjects Business Intelligence (BOBI) 4.1 SAP BusinessObjects Business Intelligence (BOBI) 4.1 SAP BusinessObjects BI (also known as BO or BOBJ) is a suite of front-end applications that allow business users to view, sort and analyze business

More information

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

InfoView User s Guide. BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 InfoView User s Guide BusinessObjects Enterprise XI Release 2 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

Business Objects Online training Contents SAP BUSINESS OBJECTS 4.0/XI 3.1. We provide online instructor led Business Objects Training.

Business Objects Online training Contents SAP BUSINESS OBJECTS 4.0/XI 3.1. We provide online instructor led Business Objects Training. Business Objects Online training Contents SAP BUSINESS OBJECTS 4.0/XI 3.1 We provide online instructor led Business Objects Training. BUSINESS OBJECTS XI 3.1 TRAINING CONTENT: Oracle (Basics) Universe

More information

SAP Business Objects BO BI 4.1

SAP Business Objects BO BI 4.1 SAP Business Objects BO BI 4.1 SAP Business Objects (a.k.a. BO, BOBJ) is an enterprise software company, specializing in business intelligence (BI). Business Objects was acquired in 2007 by German company

More information

September 9 11, 2013 Anaheim, California 507 Demystifying Authentication and SSO Options in Business Intelligence

September 9 11, 2013 Anaheim, California 507 Demystifying Authentication and SSO Options in Business Intelligence September 9 11, 2013 Anaheim, California 507 Demystifying Authentication and SSO Options in Business Intelligence Greg Wcislo Introduction We will not go into detailed how-to, however links to multiple

More information

Reporting and Analysis with SAP BusinessObjects

Reporting and Analysis with SAP BusinessObjects Ingo Hilgefort Reporting and Analysis with SAP BusinessObjects Bonn Boston Contents at a Glance 1 Introduction to the SAP BusinessObjects Reporting and Analysis Tools... 19 2 Customer Requirements and

More information

BI 4 : Training for the Transition

BI 4 : Training for the Transition September 9 11, 2013 Anaheim, California BI 4 : Training for the Transition Learning Points Learn about the new SAP BusinessObjects BI 4 education offerings Explore the details of the SAP BusinessObjects

More information

Session Code*: 0310 Demystifying Authentication and SSO Options in Business Intelligence. Greg Wcislo

Session Code*: 0310 Demystifying Authentication and SSO Options in Business Intelligence. Greg Wcislo Session Code*: 0310 Demystifying Authentication and SSO Options in Business Intelligence Greg Wcislo Introduction We will not go into detailed how-to, however links to multiple how-to whitepapers will

More information

SAP Business Objects XIR3.0/3.1, BI 4.0 & 4.1 Course Content

SAP Business Objects XIR3.0/3.1, BI 4.0 & 4.1 Course Content SAP Business Objects XIR3.0/3.1, BI 4.0 & 4.1 Course Content SAP Business Objects Web Intelligence and BI Launch Pad 4.0 Introducing Web Intelligence BI launch pad: What's new in 4.0 Customizing BI launch

More information

BIA and BO integration other performance management options Crystal Reports Basic: Fundamentals of Report Design

BIA and BO integration other performance management options Crystal Reports Basic: Fundamentals of Report Design SAP BO Training Content Overview System Set up and Administration SAP BO Integration Kit Installation & Configuration SAP BO integrated solution approach Server administration SAP Authorization administration

More information

Business Objects BI Platform 4.x with SAP NetWeaver

Business Objects BI Platform 4.x with SAP NetWeaver Ingo Hilgefort Integrating SAP Business Objects BI Platform 4.x with SAP NetWeaver Bonn Boston Contents at a Glance 1 SAP Business Objects 4.x and SAP NetWeaver... 21 2 Installation and Configuration...

More information

How To Upgrade Your System With Bib 4.6.1.1

How To Upgrade Your System With Bib 4.6.1.1 Best Practices and Methodologies for Upgrading SAP BusinessObjects Enterprise to SAP BusinessObjects BI 4.0 Disclaimer This presentation outlines our general product direction and should not be relied

More information

SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06. Business Intelligence Launch Pad User Guide

SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06. Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06 Business Intelligence Launch Pad User Guide Table of Contents 1 Document history....7 2 Getting started

More information

BICS Connectivity for Web Intelligence in SAP BI 4.0. John Mrozek / AGS December 01, 2011

BICS Connectivity for Web Intelligence in SAP BI 4.0. John Mrozek / AGS December 01, 2011 BICS Connectivity for Web Intelligence in SAP BI 4.0 John Mrozek / AGS December 01, 2011 Introduction Business Intelligence Consumer Services connectivity for Web Intelligence in SAP BI 4.0 This presentation

More information

Ingo Hilgefort. Integrating SAP. Business Objects BI with SAP NetWeaver. Bonn Boston

Ingo Hilgefort. Integrating SAP. Business Objects BI with SAP NetWeaver. Bonn Boston Ingo Hilget Integrating SAP Business Objects BI with SAP NetWeaver Bonn Boston Contents at a Glance 1 SAP Business Objects BI and SAP NetWeaver Overview... 21 2 Installation and Configuration... 39 3 Semantic

More information

Components of SAP BusinessObjects 4.0 An Overview. Adam Getz Practice Manager, Business Intelligence DCS Consulting, Inc.

Components of SAP BusinessObjects 4.0 An Overview. Adam Getz Practice Manager, Business Intelligence DCS Consulting, Inc. Components of SAP BusinessObjects 4.0 An Overview Adam Getz Practice Manager, Business Intelligence Overview of DCS Consulting is a Business Intelligence and Data Warehousing (BI/DW) professional services

More information

BusinessObjects Enterprise InfoView User's Guide

BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise XI 3.1 Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,

More information

Business Explorer (BEx)

Business Explorer (BEx) SAP Business Warehouse/Business Intelligence Reporting Business Explorer (BEx) Washington State HRMS Business Warehouse/Business Intelligence (BW/BI) BW/BI Power User Workshop Materials General Topics

More information

Business Intelligence Competency Partners

Business Intelligence Competency Partners Business Intelligence Competency Partners What s New in SAP BusinessObjects BI 4.1 Presenter: Rich Chlebek January 29, 2014 What We ll Cover Webinar Protocol Introductions Web Intelligence Enhancements

More information

www.h2kinfosys.com training@h2kinfosys.com h2kinfosys@gmail.com 678-343-1502 Business Objects Course outline: =======================

www.h2kinfosys.com training@h2kinfosys.com h2kinfosys@gmail.com 678-343-1502 Business Objects Course outline: ======================= www.h2kinfosys.com training@h2kinfosys.com h2kinfosys@gmail.com 678-343-1502 Business Objects Course outline: ======================= Now Business Objects is part of SAP. SAP bought BO Types of data and

More information

SAP BO 4.1 Online Training

SAP BO 4.1 Online Training WWW.ARANICONSULTING.COM SAP BO 4.1 Online Training Arani consulting 2014 A R A N I C O N S U L T I N G, H Y D E R A B A D, I N D I A SAP BO 4.1 Training Topics In this training, attendees will learn: Data

More information

By Makesh Kannaiyan makesh.k@sonata-software.com 8/27/2011 1

By Makesh Kannaiyan makesh.k@sonata-software.com 8/27/2011 1 Integration between SAP BusinessObjects and Netweaver By Makesh Kannaiyan makesh.k@sonata-software.com 8/27/2011 1 Agenda Evolution of BO Business Intelligence suite Integration Integration after 4.0 release

More information

Xcelsius Dashboards on SAP NetWaver BW Implementation Best Practices

Xcelsius Dashboards on SAP NetWaver BW Implementation Best Practices Xcelsius Dashboards on SAP NetWaver BW Implementation Best Practices Patrice Le Bihan, SAP Intelligence Platform & NetWeaver RIG, Americas Dr. Gerd Schöffl, SAP Intelligence Platform & NetWeaver RIG, EMEA

More information

Release Document Version: 1.4-2013-05-30. User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office

Release Document Version: 1.4-2013-05-30. User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Release Document Version: 1.4-2013-05-30 User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Table of Contents 1 About this guide....6 1.1 Who should read this guide?....6 1.2 User profiles....6

More information

SBOP Repository Explorer. Installation and Configuration Guide v.2.0.1 (2014)

SBOP Repository Explorer. Installation and Configuration Guide v.2.0.1 (2014) SBOP Repository Explorer Installation and Configuration Guide v.2.0.1 (2014) Agenda I. Content Included II. Client Installation: API installation I III. Client Installation: API installation II IV. Client

More information

Extending The Value of SAP with the SAP BusinessObjects Business Intelligence Platform Product Integration Roadmap

Extending The Value of SAP with the SAP BusinessObjects Business Intelligence Platform Product Integration Roadmap Extending The Value of SAP with the SAP BusinessObjects Business Intelligence Platform Product Integration Roadmap Naomi Tomioka Phipps Principal Solution Advisor Business User South East Asia 22 nd April,

More information

Taleo Enterprise. Taleo Reporting Getting Started with Business Objects XI3.1 - User Guide

Taleo Enterprise. Taleo Reporting Getting Started with Business Objects XI3.1 - User Guide Taleo Enterprise Taleo Reporting XI3.1 - User Guide Feature Pack 12A January 27, 2012 Confidential Information and Notices Confidential Information The recipient of this document (hereafter referred to

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

Tips and Tricks for Deploying BI Web Services Within Your Web Intelligence Environment Chris Greer EV Technologies

Tips and Tricks for Deploying BI Web Services Within Your Web Intelligence Environment Chris Greer EV Technologies Tips and Tricks for Deploying BI Web Services Within Your Web Intelligence Environment Chris Greer EV Technologies 2012 Wellesley Information Services. All rights reserved. In This Session Demonstrate

More information

SAP BUSINESS OBJECT ANALYSIS FOR EXCEL DEVELOPER GUIDE

SAP BUSINESS OBJECT ANALYSIS FOR EXCEL DEVELOPER GUIDE STEP 1: Log on to Business Object Analysis for Excel. Path: Start All Programs SAP Business Intelligence Analysis for Microsoft Excel Click Microsoft Excel will appear Figure 1 STEP 2: Choose Microsoft

More information

Getting Started with Multitenancy SAP BI 4.1

Getting Started with Multitenancy SAP BI 4.1 September 9 11, 2013 Anaheim, California Getting Started with Multitenancy SAP BI 4.1 Christina Obry, SAP Learning Points Learn how to successfully implement the SAP BusinessObjects BI platform in a multitenant

More information

Data warehousing/dimensional modeling/ SAP BW 7.3 Concepts

Data warehousing/dimensional modeling/ SAP BW 7.3 Concepts Data warehousing/dimensional modeling/ SAP BW 7.3 Concepts 1. OLTP vs. OLAP 2. Types of OLAP 3. Multi Dimensional Modeling Of SAP BW 7.3 4. SAP BW 7.3 Cubes, DSO's,Multi Providers, Infosets 5. Business

More information

Analysis Office and EPM Add-In - Convergence Alexander Peter, SAP SE SESSION CODE: BI70

Analysis Office and EPM Add-In - Convergence Alexander Peter, SAP SE SESSION CODE: BI70 Analysis Office and EPM Add-In - Convergence Alexander Peter, SAP SE SESSION CODE: BI70 Legal Disclaimer 2014 SAP SE or an SAP affiliate company. All rights reserved. Customer 2 Agenda Overview Convergence

More information

SAP BusinessObjects 4.1 Nowa wersja platformy raportowej. VI Kongres BusinessObjects User Group Mateusz Hoffmann SAP Polska

SAP BusinessObjects 4.1 Nowa wersja platformy raportowej. VI Kongres BusinessObjects User Group Mateusz Hoffmann SAP Polska SAP BusinessObjects 4.1 Nowa wersja platformy raportowej VI Kongres BusinessObjects User Group Mateusz Hoffmann SAP Polska Mapa rozwoju SAP BI SAP BusinessObjects Business Intelligence Strategic Focus

More information

SAP Business Objects Security

SAP Business Objects Security SAP Business Objects Security Pal Alagarsamy President Business Intelligence Practice GloWiz Inc 1 GloWiz Inc GloWiz is an IT Staffing and Consulting company since 2005 We focus on Business Intelligence,

More information

SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03. Report Conversion Tool Guide

SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03. Report Conversion Tool Guide SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03 Table of Contents 1 Report Conversion Tool Overview.... 4 1.1 What is the Report Conversion Tool?...4

More information

Creating an Enterprise Reporting Bus with SAP BusinessObjects

Creating an Enterprise Reporting Bus with SAP BusinessObjects September 10-13, 2012 Orlando, Florida Creating an Enterprise Reporting Bus with SAP BusinessObjects Kevin McManus LaunchWorks Session : 0313 Learning Points By consolidating people, process, data and

More information

Comparison of Enterprise Reporting Tools

Comparison of Enterprise Reporting Tools A Comparison of Enterprise Reporting Tools (SAP Crystal Reports and SAP BusinessObjects Web Intelligence) Adam Getz Manager, Business Intelligence & Reporting TMA Resources About TMA Resources Software

More information

EA104 World Premiere of SAP BusinessObjects Design Studio. Eric Schemer, Senior Director Product Management, BI Clients, SAP AG October, 2013

EA104 World Premiere of SAP BusinessObjects Design Studio. Eric Schemer, Senior Director Product Management, BI Clients, SAP AG October, 2013 EA104 World Premiere of SAP BusinessObjects Design Studio Eric Schemer, Senior Director Product Management, BI Clients, SAP AG October, 2013 Disclaimer This presentation outlines our general product direction

More information

Christian Ah-Soon and David François Gonzalez SAP. BusinessObjects BI Security. Bonn Boston

Christian Ah-Soon and David François Gonzalez SAP. BusinessObjects BI Security. Bonn Boston Christian Ah-Soon and David François Gonzalez SAP BusinessObjects BI Security Bonn Boston Contents at a Glance 1 Introduction to Security in SAP Business Objects Business Intelligence 4.0... 23 2 Administration

More information

A Comparison of Enterprise Reporting Tools

A Comparison of Enterprise Reporting Tools A Comparison of Enterprise Reporting Tools Crystal Reports and Web Intelligence Adam Getz Practice Manager, Business Intelligence DCS Consulting - Corporate Overview About DCS Consulting: DCS Consulting

More information

10 Tips for Optimizing the Performance of your Web Intelligence Reports. Jonathan Brown - SAP SESSION CODE: 0902

10 Tips for Optimizing the Performance of your Web Intelligence Reports. Jonathan Brown - SAP SESSION CODE: 0902 10 Tips for Optimizing the Performance of your Web Intelligence Reports Jonathan Brown - SAP SESSION CODE: 0902 LEARNING POINTS Find out about the common issues SAP Product Support gets asked on a regular

More information

BusinessObjects Enterprise XI Release 2

BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 How to configure an Internet Information Services server as a front end to a WebLogic application server Overview Contents This document describes the process of

More information

Crystal Reports Server 2008

Crystal Reports Server 2008 Revision Date: July 2009 Crystal Reports Server 2008 Sizing Guide Overview Crystal Reports Server system sizing involves the process of determining how many resources are required to support a given workload.

More information

Business Objects XI/R3.1 Corporate Training

Business Objects XI/R3.1 Corporate Training Business Objects XI/R3.1 Corporate Training Introduction to Business Objects XI/R3.1 Reporting Platform Introduction to Business Objects Universe Business Objects Universe Design and Development Business

More information

Agenda. SAP BusinessObjects 2012 / Slide 2 Private and Confidential

Agenda. SAP BusinessObjects 2012 / Slide 2 Private and Confidential SAP BusinessObjects 2012 / Slide 2 Private and Confidential Agenda IDD / EIM / EDGE Product Portfolio Roma Background and overview Deployment Phase 1 Deployment Phase 2 Deployment Phase 3 Next Phase -

More information

Advanced BIAR Participant Guide

Advanced BIAR Participant Guide State & Local Government Solutions Medicaid Information Technology System (MITS) Advanced BIAR Participant Guide October 28, 2010 HP Enterprise Services Suite 100 50 West Town Street Columbus, OH 43215

More information

Performing On-Report Analysis with SAP BusinessObjects Web Intelligence

Performing On-Report Analysis with SAP BusinessObjects Web Intelligence Performing On-Report Analysis with SAP BusinessObjects Web Intelligence SAP BusinessObjects XI 3.1 Service Pack 3 Copyright 2010 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge,

More information

August 2014 San Antonio Texas The Power of Embedded Analytics with SAP BusinessObjects

August 2014 San Antonio Texas The Power of Embedded Analytics with SAP BusinessObjects August 2014 San Antonio Texas The Power of Embedded Analytics with SAP BusinessObjects Speaker: Kevin McManus Founder, LaunchWorks Learning Points Eliminate effort and delay of moving data to the cloud

More information

John D. Bonam Disaster Recovery Architecture Session # 2841

John D. Bonam Disaster Recovery Architecture Session # 2841 John D. Bonam Disaster Recovery Architecture Session # 2841 LEARNING POINTS Understand the known Traditional approach to Backup Recovery of the BusinessObjects Environment Understand the need for Disaster

More information

Getting Started with SAP BusinessObjects TM Design Studio

Getting Started with SAP BusinessObjects TM Design Studio Xavier Hacking and Jeroen van der A Getting Started with SAP BusinessObjects TM Design Studio Bonn Boston Contents at a Glance 1 Introduction to SAP BusinessObjects Design Studio... 23 2 SAP BusinessObjects

More information

SAP BusinessObjects BI4 Sizing What You Need to Know

SAP BusinessObjects BI4 Sizing What You Need to Know SAP BusinessObjects BI4 Sizing What You Need to Know Ian Treleaven Senior Portfolio Product Owner, BI Suite P&R, Enterprise Deployment SAP Product Group, Vancouver, Canada Session 0509 Disclaimer This

More information

Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1

Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1 Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1 Session Code*: 0313 Greg Wcislo Disclaimer This presentation outlines our general product direction and should not be

More information

BI 4.1 Quick Start Java User s Guide

BI 4.1 Quick Start Java User s Guide BI 4.1 Quick Start Java User s Guide BI 4.1 Quick Start Guide... 1 Introduction... 4 Logging in... 4 Home Screen... 5 Documents... 6 Preferences... 8 Web Intelligence... 12 Create a New Web Intelligence

More information

SAP Crystal Reports & SAP HANA: Integration & Roadmap Kenneth Li SAP SESSION CODE: 0401

SAP Crystal Reports & SAP HANA: Integration & Roadmap Kenneth Li SAP SESSION CODE: 0401 SAP Crystal Reports & SAP HANA: Integration & Roadmap Kenneth Li SAP SESSION CODE: 0401 LEARNING POINTS Learn about Crystal Reports for HANA Glance at the road map for the product Overview of deploying

More information

SAP BusinessObjects Web Intelligence Users Guide SAP BusinessObjects Business Intelligence Suite 4.0 Feature Pack 3

SAP BusinessObjects Web Intelligence Users Guide SAP BusinessObjects Business Intelligence Suite 4.0 Feature Pack 3 SAP BusinessObjects Web Intelligence Users Guide SAP BusinessObjects Business Intelligence Suite 4.0 Feature Pack 3 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge,

More information

Web Intelligence 3.1 New Features ]

Web Intelligence 3.1 New Features ] Web Intelligence 3.1 New Features ] Jevan Choo Quan Senior Consultant Xenon Consulting Inc. [ CHAVONE JACOBS ASUG INSTALLATION MEMBER MEMBER SINCE: 2003 ALLAN FISHER [ ASUG INSTALLATION MEMBER MEMBER SINCE:

More information

Course duration: 45 Hrs Class duration: 1-1.5hrs

Course duration: 45 Hrs Class duration: 1-1.5hrs Course duration: 45 Hrs Class duration: 1-1.5hrs USA : +1 9099998808 India : +91-9986411022 mail : ithuntersolutions@gmail.com SAP BO 4.0 Introduction Data warehouse concepts Difference between Versions

More information

Business Objects 4.1 Quick User Guide

Business Objects 4.1 Quick User Guide Business Objects 4.1 Quick User Guide Log into SCEIS Business Objects (BOBJ) 1. https://sceisreporting.sc.gov 2. Choose Windows AD for Authentication. 3. Enter your SCEIS User Name and Password: Home Screen

More information

SAP BusinessObjects BI 4.0 Installation Deployment Tips Dhirendra Gehlot Shivaji Patnaik

SAP BusinessObjects BI 4.0 Installation Deployment Tips Dhirendra Gehlot Shivaji Patnaik [ SAP BusinessObjects BI 4.0 Installation Deployment Tips Dhirendra Gehlot Shivaji Patnaik [ Disclaimer This presentation is based on presentes personal and shared experiences. The tips and recommendations

More information

SAP BusinessObjects Business Intelligence platform Document Version: 4.1 Support Package 5-2014-11-06. Information Design Tool User Guide

SAP BusinessObjects Business Intelligence platform Document Version: 4.1 Support Package 5-2014-11-06. Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform Document Version: 4.1 Support Package 5-2014-11-06 Table of Contents 1 What's new in the....14 2 Getting started with the information design tool....18

More information

Frequently Asked Questions

Frequently Asked Questions Table of contents 1. Agent Technology...3 1.1. Has the Knoa agent been tested with standard set of services on the PC?... 3 1.2. Do users need to do anything to activate the Agent?...3 1.3. Does the Knoa

More information

SAP BUSINESS OBJECTS BO BI 4.1 amron

SAP BUSINESS OBJECTS BO BI 4.1 amron 0 Training Details Course Duration: 65 hours Training + Assignments + Actual Project Based Case Studies Training Materials: All attendees will receive, Assignment after each module, Video recording of

More information

HP Storage Essentials Storage Resource Management Report Optimizer Software 6.0. Building Reports Using the Web Intelligence Java Report Panel

HP Storage Essentials Storage Resource Management Report Optimizer Software 6.0. Building Reports Using the Web Intelligence Java Report Panel HP Storage Essentials Storage Resource Management Report Optimizer Software 6.0 Building Reports Using the Web Intelligence Java Report Panel First edition: July 2008 Legal and notice information Copyright

More information

Learn more about BI Monitoring

Learn more about BI Monitoring SAP BI Monitoring In todays BI scenarios it is critical to ensure that end users retrieve up-to-date information from the BI solution. This requires sufficient performance and availability of all involved

More information

Creating and Scheduling Publications for Dynamic Recipients on SAP Business Objects Enterprise

Creating and Scheduling Publications for Dynamic Recipients on SAP Business Objects Enterprise Creating and Scheduling Publications for Dynamic Recipients on SAP Business Objects Enterprise Applies to: SAP BusinessObjects Enterprise. For more information, visit the Business Objects homepage. Summary

More information

SAP BOBJ. Participants will gain the detailed knowledge necessary to design a dashboard that can be used to facilitate the decision making process.

SAP BOBJ. Participants will gain the detailed knowledge necessary to design a dashboard that can be used to facilitate the decision making process. SAP BOBJ 1. BOX310 SAP Business Objects Dashboards 4.0: Core Participants will gain the detailed knowledge necessary to design a dashboard that can be used to facilitate the decision making process. Participants

More information

SAP BusinessObjects BI. Sizing Guide

SAP BusinessObjects BI. Sizing Guide SAP BusinessObjects BI 4 Sizing Guide 20 February 2014 Contents Who should use this document?... 6 What You Need to Know... 6 Get the Latest Version of this Document... 6 Pre-Sizing Checklist... 7 Post-Sizing

More information

Crystal Reports Installation Guide

Crystal Reports Installation Guide Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks

More information

Installation manual SAP BusinessObjects BI4.0

Installation manual SAP BusinessObjects BI4.0 Installation manual SAP BusinessObjects BI4.0 (inclusive connection between SAP BW and SAP BO) (inclusive mobile configuration for ipad) on a Microsoft Windows 7 64 bit machine Creator: Twitter: Blog:

More information

SECURE UNIVERSES USING RESTRICTION SETS

SECURE UNIVERSES USING RESTRICTION SETS SECURE UNIVERSES USING RESTRICTION SETS Dallas J. Marks BREAKOUT INFORMATION Secure Universes Using Restriction Sets Do you need to tailor universe security to specific users or groups within your organization?

More information

Continuous Improvement with CA Service Desk Manager KPIs. Rich Magnuson

Continuous Improvement with CA Service Desk Manager KPIs. Rich Magnuson Continuous Improvement with CA Service Desk Manager KPIs Rich Magnuson Terms of This Presentation This presentation was based on current information and resource allocations as of October 2009 and is subject

More information

Business Intelligence mit SAP: Strategie, Neuerungen, Nutzen. Andreas Forster / Solution Advisor June 2013

Business Intelligence mit SAP: Strategie, Neuerungen, Nutzen. Andreas Forster / Solution Advisor June 2013 Business Intelligence mit SAP: Strategie, Neuerungen, Nutzen Andreas Forster / Solution Advisor June 2013 Agenda SAP Business Intelligence Vision SAP BusinessObjects Suite SAP BusinessObjects BI and SAP

More information

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services Enterprise Reporting Advanced Web Intelligence Training Enterprise Reporting Services Table of Contents Chapter Page 1 Overview 4 2 Web Intelligence Access 8 3 BI Launch Pad Navigation 12 4 Nested Query

More information

Offline Mode SAP Mobile BI 4.1. Author : Priya Sridhar

Offline Mode SAP Mobile BI 4.1. Author : Priya Sridhar Offline Mode SAP Mobile BI 4.1 Author : Priya Sridhar OCTOBER 15 2013 TABLE OF CONTENTS Contents INTRODUCTION... 2 AUTHOR BIO... 2 Chapter 1: Dashboards... 3 Chapter 2: Web Intelligence... 5 Chapter 3:

More information

SAP BusinessObjects (BI) 4.1 on SAP HANA Piepaolo Vezzosi, SAP Product Strategy. Orange County Convention Center Orlando, Florida June 3-5, 2014

SAP BusinessObjects (BI) 4.1 on SAP HANA Piepaolo Vezzosi, SAP Product Strategy. Orange County Convention Center Orlando, Florida June 3-5, 2014 SAP BusinessObjects (BI) 4.1 on SAP HANA Piepaolo Vezzosi, SAP Product Strategy Orange County Convention Center Orlando, Florida June 3-5, 2014 Learning points SAP HANA scenarios for business intelligence

More information

BusinessObjects Enterprise XI Release 2 Administrator s Guide

BusinessObjects Enterprise XI Release 2 Administrator s Guide BusinessObjects Enterprise XI Release 2 Administrator s Guide BusinessObjects Enterprise XI Release 2 1 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

Integration Option for Microsoft SharePoint Software Getting Started Guide SAP BusinessObjects 4.0 Support Package 4

Integration Option for Microsoft SharePoint Software Getting Started Guide SAP BusinessObjects 4.0 Support Package 4 Integration Option for Microsoft SharePoint Software Getting Started Guide SAP BusinessObjects 4.0 Support Package 4 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge,

More information

SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24. Data Federation Administration Tool Guide

SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24. Data Federation Administration Tool Guide SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24 Data Federation Administration Tool Guide Content 1 What's new in the.... 5 2 Introduction to administration

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...

More information

BOBJ: BUSINESSOBJECTS SUPER USER AD-HOC REPORTING / SELF-SERVICE

BOBJ: BUSINESSOBJECTS SUPER USER AD-HOC REPORTING / SELF-SERVICE BOBJ: BUSINESSOBJECTS SUPER USER AD-HOC REPORTING / SELF-SERVICE Web Intelligence User Guide This document created by: The EBS Training Team in collaboration with EBS Technical Team and BOBJ Functional

More information

SAP BusinessObjects Reporting. Kelly Limberg, Engineering Services Architect limke03@ca.com

SAP BusinessObjects Reporting. Kelly Limberg, Engineering Services Architect limke03@ca.com SAP BusinessObjects Reporting Kelly Limberg, Engineering Services Architect limke03@ca.com Terms of This Presentation This presentation was based on current information and resource allocations as of October

More information

Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Feature Pack 3

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

More information

ROI from your BI Using SAP BusinessObjects as your SaaS Solution. Kevin McManus CEO, LaunchWorks Chance Barkley BI Analyst - AmerisourceBergen

ROI from your BI Using SAP BusinessObjects as your SaaS Solution. Kevin McManus CEO, LaunchWorks Chance Barkley BI Analyst - AmerisourceBergen [ ROI from your BI Using SAP BusinessObjects as your SaaS Solution Kevin McManus CEO, LaunchWorks Chance Barkley BI Analyst - AmerisourceBergen [ Learning Points Learn how the power of SAP BusinessObjects

More information

A Practical Guide to SAP" NetWeaver Business Warehouse (BW) 7.0

A Practical Guide to SAP NetWeaver Business Warehouse (BW) 7.0 Bharat Patel, Amol Palekar, Shreekant Shiralkar A Practical Guide to SAP" NetWeaver Business Warehouse (BW) 7.0 Galileo Press Bonn Boston Preface 17 An Introduction to Business Intelligence 21 1.1 ABCD

More information

Functional Overview WHITE PAPER

Functional Overview WHITE PAPER WHITE PAPER Crystal Reports Server 2008 Functional Overview CONTENTS 1 Executive Summary 2 Functional Overview 13 Functional Architecture 14 User Interaction Tier 4 Report Viewers for Viewing, Printing,

More information

Exploring the Synergistic Relationships Between BPC, BW and HANA

Exploring the Synergistic Relationships Between BPC, BW and HANA September 9 11, 2013 Anaheim, California Exploring the Synergistic Relationships Between, BW and HANA Sheldon Edelstein SAP Database and Solution Management Learning Points SAP Business Planning and Consolidation

More information

BusinessObjects XI R2 Product Documentation Roadmap

BusinessObjects XI R2 Product Documentation Roadmap XI R2 Product Documentation Roadmap XI R2 indows and UNIX Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents, which may cover products that are offered

More information

SAP BusinessObjects BI Clients. January 2016

SAP BusinessObjects BI Clients. January 2016 SAP BusinessObjects BI Clients January 2016 SAP Analytics and BI Strategy SAP Analytics Strategy SAP Cloud for Analytics Provide new SaaS Analytics capabilities All analytics capabilities in one product

More information

Welcome to the Data Visualisation & Reporting Stream

Welcome to the Data Visualisation & Reporting Stream Welcome to the Data Visualisation & Reporting Stream November, 2013 Birmingham Creating a Pervasive BI Platform with SAP BusinessObjects Speaker: Kevin McManus Founder, LaunchWorks Learning Points By consolidating

More information

ASYST Intelligence South Africa A Decision Inc. Company

ASYST Intelligence South Africa A Decision Inc. Company Business Intelligence - SAP BusinessObjects BI Platform 4.0... 2 SBO BI Platform 4.0: Admin and Security (2 days)... 2 SBO BI Platform 4.0: Administering Servers (3 days)... 3 SBO BI Platform 4.0: Designing

More information

SAP Business Planning & Consolidation 10.1. Discover its enhanced capabilities

SAP Business Planning & Consolidation 10.1. Discover its enhanced capabilities SAP Business Planning & Consolidation 10.1 Discover its enhanced capabilities 11/06/2016 Agenda element61 SAP BPC 10.1 Intro Demo of SAP BPC 10.1 (Planning focus) What we are about... What we are about...

More information

Oracle Business Intelligence Foundation Suite 11g Essentials Exam Study Guide

Oracle Business Intelligence Foundation Suite 11g Essentials Exam Study Guide Oracle Business Intelligence Foundation Suite 11g Essentials Exam Study Guide Joshua Jeyasingh Senior Technical Account Manager WW A&C Partner Enablement Objective & Audience Objective Help you prepare

More information