BOID20 Advanced Use of the Information Design Tool

Size: px
Start display at page:

Download "BOID20 Advanced Use of the Information Design Tool"

Transcription

1 Advanced Use of the Information Design Tool SAP BusinessObjects - Business Intelligence Course Version: 96 Revision A Course Duration: 2 Day(s) Publication Date: Publication Time: 1534

2 Copyright Copyright SAP AG. 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 AG. Additionally this publication and its contents are provided solely for your use, this publication and its contents may not be rented, transferred or sold without the express permission of SAP AG. The information contained herein may be changed without prior notice. Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors. Trademarks Microsoft, WINDOWS, NT, EXCEL, Word, PowerPoint and SQL Server are registered trademarks of Microsoft Corporation. IBM, DB2, OS/2, DB2/6000, Parallel Sysplex, MVS/ESA, RS/6000, AIX, S/390, AS/400, OS/390, and OS/400 are registered trademarks of IBM Corporation. ORACLE is a registered trademark of ORACLE Corporation. INFORMIX -OnLine for SAP and INFORMIX Dynamic ServerTM are registered trademarks of Informix Software Incorporated. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, the Citrix logo, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, MultiWin and other Citrix product names referenced herein are trademarks of Citrix Systems, Inc. HTML, DHTML, XML, XHTML are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. JAVA is a registered trademark of Sun Microsystems, Inc. JAVASCRIPT is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. SAP, SAP Logo, R/2, RIVA, R/3, SAP ArchiveLink, SAP Business Workflow, WebFlow, SAP EarlyWatch, BAPI, SAPPHIRE, Management Cockpit, mysap.com Logo and mysap.com are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other products mentioned are trademarks or registered trademarks of their respective companies. Disclaimer THESE MATERIALS ARE PROVIDED BY SAP ON AN "AS IS" BASIS, AND SAP EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS OR APPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THESE MATERIALS AND THE SERVICE, INFORMATION, TEXT, GRAPHICS, LINKS, OR ANY OTHER MATERIALS AND PRODUCTS CONTAINED HEREIN. IN NO EVENT SHALL SAP BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES OF ANY KIND WHATSOEVER, INCLUDING WITHOUT LIMITATION LOST REVENUES OR LOST PROFITS, WHICH MAY RESULT FROM THE USE OF THESE MATERIALS OR INCLUDED SOFTWARE COMPONENTS. g

3 Contents Contents Course Overview... Course Goals... Course Objectives... v v vi Unit 1: SQL Traps... 1 Understanding SQL Traps and Universes... 1 Detecting and Resolving Chasm Traps... 1 Detecting and Resolving Fan Traps... 1 Unit 2: Aggregate Awareness... 2 Defining Aggregate Awareness... 2 Unit 3: Advanced Use of the@aggregate_aware Function... 3 Advanced Use 3 to Resolve a 2-Table Fan Trap... 3 to Resolve an Ambiguous Outer Join... 3 Unit 4: Creating Universes from Different Data Sources... 4 Creating Universes from Different Data Sources... 4 Creating an OLAP Universe... 4 Creating a Multisource Universe... 4 Unit 5: Deploying Universes in Different Languages... 5 Using the Translation Management Tool... 5 Unit 6: Managing and Optimizing Universes... 6 Managing a Universe with Data Foundation and Business Layer Views... 6 Working with a Shared Project... 6 Optimizing the Universe SAP AG. All rights reserved. iii

4 Contents SAP AG. All rights reserved. iv

5 Course Overview Course Overview The Information Design Tool enables designers to extract, define, and manipulate meta data from relational and OLAP sources to create and deploy SAP BusinessObjects universes. In this course you learn the more advanced features of working with the Information Design Tool, including resolving SQL Traps, using function, creating universes from different sources, deploying universes in multiple languages, and managing and optimizing universes. Target Audience This course is intended for the following audiences: Data Managers Project managers SAP BusinessObjects BI platform System Administrators SAP BusinessObjects BI Consultants Course Prerequisites Required Knowledge Working knowledge of SQL and relational, also OLAP database management systems concepts and structures Basic knowledge of in reporting with SAP BusinessObjects Web Intelligence Completion of the BOID10 course Recommended Knowledge Completion of the BOW310 course or a working knowledge of Web Intelligence application Course Goals This course will prepare the participant to: Work with advanced functionality of the Information Design Tool, including resolving SQL Traps, using function, creating Universes from different sources, deploying a universe in multiple languages, and managing and optimizing the universe SAP AG. All rights reserved. v

6 Course Overview Course Objectives After completing this course, the participant will be able to: Resolve SQL Traps Learn advanced use of function Create a universe from and OLAP source and from multiple relational sources Deploy a universe in different languages Manage and optimize the universe SAP AG. All rights reserved. vi

7 Unit 1 SQL Traps Unit Overview When working with relational data sources at the SQL level it is common to encounter SQL traps: chasm and fan. The Information Design Tool provides ways of resolving these traps. After completing this lesson, you will be able to: Understand SQL traps and universes Resolve fan traps Resolve chasm traps Lesson: Understanding SQL Traps and Universes Explain how SQL traps can cause queries to return inaccurate results Lesson: Detecting and Resolving Chasm Traps Define a chasm trap Detect chasm traps in a universe structure Resolve chasm traps Lesson: Detecting and Resolving Fan Traps Define a fan trap Detect fan traps in the universe structure Resolve fan traps SAP AG. All rights reserved. 1

8 Unit 2 Aggregate Awareness Unit Overview Aggregate awareness is a term that describes the ability of a Business Layer to make use of aggregate tables in a database. Using aggregate tables speeds up the execution of queries, improving the performance of SQL transactions. The reliability and usefulness of aggregate awareness in a Business Layer depends on the accuracy of the aggregate tables. They must be refreshed at the same time as all fact tables. Lesson: Defining Aggregate Awareness Define aggregate awareness Apply aggregate awareness to objects SAP AG. All rights reserved. 2

9 Unit 3 Advanced Use of the@aggregate_aware Function Unit Overview function was originally intended to be used to take advantage of aggregate tables in a data source. As the functionality of the Information Design Tool grows, the use of function has expanded to other areas. After completing this unit, you will be able to: to resolve a 2-table fan trap to resolve an ambiguous outer join Lesson: Advanced Use Learn how you can to resolve 2-table fan traps Learn how you can to resolve ambiguous outer join issues Lesson: to Resolve a 2-Table Fan Trap to overcome the inefficiencies created when resolving a 2-table fan trap Lesson: to Resolve an Ambiguous Outer Join to resolve issues surrounding outer joins when used in the Data Foundation of a universe SAP AG. All rights reserved. 3

10 Unit 4 Creating Universes from Different Data Sources Unit Overview The universe access list continues to grow as the variety of data sources evolve in customer environments. Using the Information Design Tool, you can create a universe from multiple data sources. After completing this unit, you will be able to: Work with OLAP universes Create a multisource universe Lesson: Creating Universes from Different Data Sources Identify the two primary sources for creating a universe Lesson: Creating an OLAP Universe Describe what an OLAP cube is Create and maintain an OLAP universe Lesson: Creating a Multisource Universe Describe a multi-source universe Create and maintain a multi-source universe SAP AG. All rights reserved. 4

11 Unit 5 Deploying Universes in Different Languages Unit Overview One of the key features of SAP BusinessObjects BI 4.0 is the ability to produce multilingual metadata and reports from the same universe. This feature enables the end user to have a one-step multilingual reporting solution that is locale sensitive, supported by a single metadata universe model and provides full Unicode support. Reports then can be built once from the same universe and run and generated in several languages based on user preferences. The Information Design Tool user interface can also be displayed in different languages. This unit describes the multilingual universe features. After completing this unit, you will be able to: Translate the components of a universe into different languages Lesson: Using the Translation Management Tool Use the Translation Management Tool to translate the Data Foundation and the Business Layer of your universe into different languages SAP AG. All rights reserved. 5

12 Unit 6 Managing and Optimizing Universes Unit Overview One of the primary responsibilities of the universe designer is to ensure that the universe is constructed to produce accurate data results as efficiently as possible. In addition, you may choose to share the universe design responsibilities among a team of universe designers. After completing this lesson, you will have discussed: Data Foundation and Business Layer Views Sharing Projects Universe Optimization Options Lesson: Managing a Universe with Data Foundation and Business Layer Views Use Data Foundation Views to help manage your universe Use Business Layer Views to help manage your universe Lesson: Working with a Shared Project Create a shared project Work with a shared project Lesson: Optimizing the Universe Describe the purpose of the various connection parameters Describe the purpose of the various data foundation parameters Identify best practices when designing universes SAP AG. All rights reserved. 6

FSC130 SAP Bank Communication Management

FSC130 SAP Bank Communication Management SAP Bank Communication Management SAP ERP - Financials Course Version: 98 Course Duration: 2 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved. No part of

More information

AC350 Configuration for Investment Management

AC350 Configuration for Investment Management Configuration for Investment Management SAP ERP - Financials Course Version: 98 Course Duration: 2 Day(s) Publication Date: 2013 Publication Time: Copyright Copyright SAP AG. All rights reserved. No part

More information

BOCE10 SAP Crystal Reports for Enterprise: Fundamentals of Report Design

BOCE10 SAP Crystal Reports for Enterprise: Fundamentals of Report Design SAP Crystal Reports for Enterprise: Fundamentals of Report Design SAP BusinessObjects - Business Intelligence Course Version: 96 Revision A Course Duration: 2 Day(s) Publication Date: 14-01-2013 Publication

More information

AC530 Actual Cost / Material Ledger

AC530 Actual Cost / Material Ledger Actual Cost / Material Ledger SAP Enterprise Portal Course Version: 98 Course Duration: 3 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved. No part of this

More information

PLM120 Document Management

PLM120 Document Management Document Management SAP PLM Course Version: 98 Course Duration: 3 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved. No part of this publication may be reproduced

More information

BC420 Data Migration. Course Outline. SAP NetWeaver. Course Version: 93 Course Duration: 5 Day(s) Publication Date: Publication Time: 1550

BC420 Data Migration. Course Outline. SAP NetWeaver. Course Version: 93 Course Duration: 5 Day(s) Publication Date: Publication Time: 1550 Data Migration SAP NetWeaver Course Version: 93 Course Duration: 5 Day(s) Publication Date: 14-08-2014 Publication Time: 1550 Copyright Copyright SAP AG. All rights reserved. No part of this publication

More information

BOE330 SAP BusinessObjects Business Intelligence Platform: Designing and Deploying a Solution

BOE330 SAP BusinessObjects Business Intelligence Platform: Designing and Deploying a Solution SAP BusinessObjects Business Intelligence Platform: Designing and Deploying a Solution SAP BusinessObjects - Business Intelligence Course Version: 96 Revision A Course Duration: 2 Day(s) Publication Date:

More information

IUT222 AMI for Utilities

IUT222 AMI for Utilities AMI for Utilities SAP for Industries - SAP for Utilities Course Version: 98 Course Duration: 3 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved. No part of

More information

IUT110 Business Processes in SAP ERP for Utilities

IUT110 Business Processes in SAP ERP for Utilities Business Processes in SAP ERP for Utilities SAP for Industries - SAP for Utilities Course Version: 97 Course Duration: 5 Day(s) Publication Date: 15-06-2012 Publication Time: 1005 Copyright Copyright SAP

More information

HR310 Time Evaluation

HR310 Time Evaluation Time Evaluation SAP ERP - Human Capital Management Course Version: 98 Course Duration: 5 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved. No part of this

More information

PLM100 Life-Cycle Data Management: Overview

PLM100 Life-Cycle Data Management: Overview Life-Cycle Data Management: Overview SAP PLM Course Version: 98 Course Duration: 5 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved. No part of this publication

More information

GRC340 SAP Risk Management

GRC340 SAP Risk Management SAP Risk Management SAP BusinessObjects - Business Intelligence Course Version: 96 Course Duration: 3 Day(s) Publication Date: 2015 Publication Time: Copyright Copyright SAP SE. All rights reserved. No

More information

RE200 Flexible Real Estate Management

RE200 Flexible Real Estate Management Flexible Real Estate Management SAP ERP - Financials Course Version: 98 Course Duration: 5 Day(s) Publication Date: 2015 Publication Time: Copyright Copyright SAP SE. All rights reserved. No part of this

More information

AC505 Product Cost Planning

AC505 Product Cost Planning Product Cost Planning SAP ERP - Financials Course Version: 95 Course Duration: 5 Day(s) Publication Date: 18-02-2011 Publication Time: 1353 Copyright Copyright SAP AG. All rights reserved. No part of this

More information

AC212 Migration to new General Ledger Accounting

AC212 Migration to new General Ledger Accounting Migration to new General Ledger Accounting SAP ERP - Financials Course Version: 98 Course Duration: 5 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved. No

More information

SCM230 Supply Network Planning (APO SNP)

SCM230 Supply Network Planning (APO SNP) Supply Network Planning (APO SNP) SAP SCM - Planning Course Version: 98 Course Duration: 5 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved. No part of this

More information

SCM365 Capacity Evaluation and Leveling in ECC

SCM365 Capacity Evaluation and Leveling in ECC Capacity Evaluation and Leveling in ECC SAP SCM - Planning Course Version: 98 Course Duration: 3 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved. No part

More information

SAPBPM SAP Business Process Management

SAPBPM SAP Business Process Management SAP Business Process Management Enterprise SOA - SAP Application Overview Course Version: 95 Course Duration: 4 Day(s) Publication Date: 19-03-2012 Publication Time: 1532 Copyright Copyright SAP AG. All

More information

HR600 SAP HR Renewal 1.0, Feature Pack 1-4

HR600 SAP HR Renewal 1.0, Feature Pack 1-4 SAP HR Renewal 1.0, Feature Pack 1-4 SAP ERP - Human Capital Management Course Version: 98 Course Duration: 3 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved.

More information

CR300 CRM Sales. Course Outline SAP CRM. Course Version: 97 Course Duration: 5 Day(s) Publication Date: 2015 Publication Time:

CR300 CRM Sales. Course Outline SAP CRM. Course Version: 97 Course Duration: 5 Day(s) Publication Date: 2015 Publication Time: CRM Sales SAP CRM Course Version: 97 Course Duration: 5 Day(s) Publication Date: 2015 Publication Time: Copyright Copyright SAP SE. All rights reserved. No part of this publication may be reproduced or

More information

PLM400 Quality Management

PLM400 Quality Management Quality Management SAP ERP - Operations Support Course Version: 98 Course Duration: 5 Day(s) Publication Date: 27-06-2014 Publication Time: 1032 Copyright Copyright SAP AG. All rights reserved. No part

More information

FSC020 Processes in SAP Credit Management, SAP Biller Direct, SAP Dispute, and SAP Collections Management

FSC020 Processes in SAP Credit Management, SAP Biller Direct, SAP Dispute, and SAP Collections Management Processes in SAP Credit Management, SAP Biller Direct, SAP Dispute, and SAP Collections Management SAP ERP - Financials Course Version: 98 Course Duration: 3 Day(s) Publication Date: 2015 Publication Time:

More information

PLM145 Variant Configuration: Modeling and Integration

PLM145 Variant Configuration: Modeling and Integration Variant Configuration: Modeling and Integration SAP PLM Course Version: 98 Course Duration: 5 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved. No part of

More information

SCM670 Global Available-to-Promise

SCM670 Global Available-to-Promise Global Available-to-Promise SAP SCM Course Version: 97 Course Duration: 5 Day(s) Publication Date: 27-06-2014 Publication Time: 1358 Copyright Copyright SAP AG. All rights reserved. No part of this publication

More information

SCM221 Features and Functions of Demand Planning (SCM APO)

SCM221 Features and Functions of Demand Planning (SCM APO) Features and Functions of Demand Planning (SCM APO) SAP SCM - Planning Course Version: 98 Course Duration: 3 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved.

More information

FIN900 Auditing of Financial Business Processes in SAP

FIN900 Auditing of Financial Business Processes in SAP Auditing of Financial Business Processes in SAP SAP ERP - Financials Course Version: 98 Course Duration: 5 Day(s) Publication Date: 11-07-2014 Publication Time: 1341 Copyright Copyright SAP AG. All rights

More information

RE010 Real Estate Processes in SAP ERP

RE010 Real Estate Processes in SAP ERP Real Estate Processes in SAP ERP SAP ERP - Corporate and Support Functions Course Version: 97 Course Duration: 3 Day(s) Publication Date: 2013 Publication Time: Copyright Copyright SAP AG. All rights reserved.

More information

DBW74 Delta BW 7.0 to 7.4

DBW74 Delta BW 7.0 to 7.4 Delta BW 7.0 to 7.4 SAP NetWeaver - Business Intelligence Course Version: 97 Course Duration: 3 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved. No part

More information

ASA380 ASAP Methodology for Implementation in Details

ASA380 ASAP Methodology for Implementation in Details ASAP Methodology for Implementation in Details SAP Solution Manager Course Version: 95 Course Duration: 3 Day(s) Publication Date: 01-03-2013 Publication Time: 1007 Copyright Copyright SAP AG. All rights

More information

FSC010 Business Processes in Treasury & Risk Management

FSC010 Business Processes in Treasury & Risk Management Business Processes in Treasury & Risk Management SAP ERP - Financials Course Version: 98 Course Duration: 5 Day(s) Publication Date: 2015 Publication Time: Copyright Copyright SAP SE. All rights reserved.

More information

Capacity Planning in Sales and Distribution

Capacity Planning in Sales and Distribution Capacity Planning in Sales and Distribution HELP.PPCRPSD Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form

More information

IOG340 Trading & Scheduling with SAP for the Oil & Gas Industry

IOG340 Trading & Scheduling with SAP for the Oil & Gas Industry Trading & Scheduling with SAP for the Oil & Gas Industry SAP for Industries - SAP for Oil and Gas Course Version: 97 Course Duration: 3 Day(s) Publication Date: 24-01-2014 Publication Time: 1539 Copyright

More information

IACs in Foreign Trade

IACs in Foreign Trade HELP.SDFTIMP Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

FSC110 Customizing in SAP Treasury & Risk Management

FSC110 Customizing in SAP Treasury & Risk Management Customizing in SAP Treasury & Risk Management SAP ERP - Financials Course Version: 97 Revision A Course Duration: 5 Day(s) Publication Date: 05-08-2014 Publication Time: 1424 Copyright Copyright SAP AG.

More information

Coding Block HELP.BCBMTOM. Release 4.6C

Coding Block HELP.BCBMTOM. Release 4.6C HELP.BCBMTOM Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Unqualified Advance Payments

Unqualified Advance Payments HELP.PYINT Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Cross-System Planning Situation (CA-BFA)

Cross-System Planning Situation (CA-BFA) Cross-System Planning Situation (CA-BFA) HELP.CA-BFA-IS-028 Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

Planning and Scheduling Issues in Supply Chains. Stephan Kreipl SAP Germany AG Michael Pinedo New York University

Planning and Scheduling Issues in Supply Chains. Stephan Kreipl SAP Germany AG Michael Pinedo New York University Planning and Scheduling Issues in Supply Chains Stephan Kreipl SAP Germany AG Michael Pinedo New York University Agenda 1 Planning and Scheduling in a Supply Chain 2 Implementing APO at Carlsberg A/S Denmark

More information

Payment Release HELP.FIBP. Release 4.6C

Payment Release HELP.FIBP. Release 4.6C HELP.FIBP Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Environment, Health & Safety (EHS)

Environment, Health & Safety (EHS) Environment, Health & Safety (EHS) MYSAP.ROLES_S_EHS Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or

More information

Simulation HELP.PSSIM. Release 4.6C

Simulation HELP.PSSIM. Release 4.6C HELP.PSSIM Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Retroactive Billing (SD-SLS-OA)

Retroactive Billing (SD-SLS-OA) HELP.SDBILRB Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Treasury Workstation HELP.TRTMALE. Release 4.6C

Treasury Workstation HELP.TRTMALE. Release 4.6C HELP.TRTMALE Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

F I T F O R T H E F U T U R E

F I T F O R T H E F U T U R E F I T F O R T H E F U T U R E C O M PA N Y OV E R V I E W 1999 2015 150 CUSTOMERS 210 EMPLOYEES 16 SUCCESSFUL YEARS B U S I N E S S U N I T S B P M Business Process Management ERP& SCM MES BI ALM HCM Enterprise

More information

CNT Management Consulting. Our consulting competence for your success

CNT Management Consulting. Our consulting competence for your success CNT Management Consulting Our consulting competence for your success procapacity TM Solution overview CNT Management Consulting GmbH Our Competences For Your Success 2 Your requirements Improve capacity

More information

BO100. Reporting with SAP BusinessObjects BI Solutions for SAP NetWeaver BW COURSE OUTLINE. Course Version: 15 Course Duration: 20 Hours

BO100. Reporting with SAP BusinessObjects BI Solutions for SAP NetWeaver BW COURSE OUTLINE. Course Version: 15 Course Duration: 20 Hours BO100 Reporting with SAP BusinessObjects BI Solutions for SAP NetWeaver BW. COURSE OUTLINE Course Version: 15 Course Duration: 20 Hours SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No

More information

PLM318: Analytics in Enterprise Asset Management

PLM318: Analytics in Enterprise Asset Management PLM318: Analytics in Enterprise Asset Management. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part of this publication

More information

Capacity Planning in Shop Floor Control

Capacity Planning in Shop Floor Control Capacity Planning in Shop Floor Control HELP.PPCRPSFC Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form

More information

BIT600. SAP Business Workflow: Concepts, Inboxes, and Template Usage COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

BIT600. SAP Business Workflow: Concepts, Inboxes, and Template Usage COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) BIT600 SAP Business Workflow: Concepts, Inboxes, and Template Usage. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part

More information

SAP BusinessObjects Information Design Tool 4.0. UNV Universe Conversion

SAP BusinessObjects Information Design Tool 4.0. UNV Universe Conversion SAP BusinessObjects Information Design Tool 4.0 UNV Universe Conversion UNV Universe Conversion: Lesson Objectives After completing this lesson, you will know how to convert a UNV Universe. SAP AG 2010

More information

Interaction Center for Automotive

Interaction Center for Automotive Interaction Center for Automotive Release 2005 ADDON.SECGUIDE_AUM Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any

More information

SCM360. Capacity Planning in ECC. Participant Handbook Course Version: 2006/Q2 Course Duration: 5Days Material Number:

SCM360. Capacity Planning in ECC. Participant Handbook Course Version: 2006/Q2 Course Duration: 5Days Material Number: SCM360 Capacity Planning in ECC mysap Supply Chain Management Date Training Center Instructors Education Website Participant Handbook Course Version: 2006/Q2 Course Duration: 5Days Material Number: 50078805

More information

Plant Maintenance (PM)

Plant Maintenance (PM) MYSAP.ROLES_S_PM Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express

More information

SCM550. Cross-Functional Customizing in Materials Management COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s)

SCM550. Cross-Functional Customizing in Materials Management COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s) SCM550 Cross-Functional Customizing in Materials Management. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2013 SAP AG. All rights reserved. No part of this

More information

AC202. Accounting Customizing II: Special G/L Transactions, Document Parking, Substitutions/Validations, Archiving FI COURSE OUTLINE

AC202. Accounting Customizing II: Special G/L Transactions, Document Parking, Substitutions/Validations, Archiving FI COURSE OUTLINE AC202 Accounting Customizing II: Special G/L Transactions, Document Parking, Substitutions/Validations, Archiving FI. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks

More information

2010 SAP AG. All rights reserved. / Page 2

2010 SAP AG. All rights reserved. / Page 2 SAP SAP SAP 2010 SAP AG. All rights reserved. / Page 2 2010 SAP AG. All rights reserved. / Page 3 2010 SAP AG. All rights reserved. / Page 4 SAP BUSINESS SUITE 7 SAP BUSINESSOBJECTS 2010 SAP AG. All rights

More information

SAP BUSINESS OBJECTS INTEGRATION WITH SAP NETWEAVER BPM

SAP BUSINESS OBJECTS INTEGRATION WITH SAP NETWEAVER BPM SAP BUSINESS OBJECTS INTEGRATION WITH SAP NETWEAVER BPM SCENARIO 6 / Integration of SAP NetWeaver BPM with SAP Business Objects through SAP NetWeaver Business Warehouse CRYSTAL REPORTS 2008 Radostina Kasova

More information

SAPSCM. Overview of the SAP Supply Chain Management Application COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s)

SAPSCM. Overview of the SAP Supply Chain Management Application COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s) SAPSCM Overview of the SAP Supply Chain Management Application. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this

More information

Treasury - Changeover to the Euro

Treasury - Changeover to the Euro Treasury - Changeover to the Euro HELP.TREU Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any

More information

SCM525. Consumption-Based Planning and Forecasting COURSE OUTLINE. Course Version: 010 Course Duration: 2 Day(s)

SCM525. Consumption-Based Planning and Forecasting COURSE OUTLINE. Course Version: 010 Course Duration: 2 Day(s) SCM525 Consumption-Based Planning and Forecasting. COURSE OUTLINE Course Version: 010 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2013 SAP AG. All rights reserved. No part of this publication

More information

BOX310. SAP BusinessObjects Dashboards 4.1 COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s)

BOX310. SAP BusinessObjects Dashboards 4.1 COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s) BOX310 SAP BusinessObjects Dashboards 4.1. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this publication may be

More information

SCM605 Sales Processing in SAP ERP

SCM605 Sales Processing in SAP ERP SCM605 Sales Processing in SAP ERP. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

SMP140 SAP Mobile Platform 3.0 for Solution Architects

SMP140 SAP Mobile Platform 3.0 for Solution Architects SMP140 SAP Mobile Platform 3.0 for Solution Architects. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication

More information

SCM610. Delivery Processing in SAP ERP COURSE OUTLINE. Course Version: 10 Course Duration: 3 Day(s)

SCM610. Delivery Processing in SAP ERP COURSE OUTLINE. Course Version: 10 Course Duration: 3 Day(s) SCM610 Delivery Processing in SAP ERP. COURSE OUTLINE Course Version: 10 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2013 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

AC410 Cost Center Accounting

AC410 Cost Center Accounting AC410 Cost Center Accounting. COURSE OUTLINE Course Version: 10 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2013 SAP AG. All rights reserved. No part of this publication may be reproduced or

More information

PLM120 Document Management

PLM120 Document Management PLM120 Document Management. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced or

More information

TM430. Strategic Freight Management in SAP Transportation Management COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)8 Hours

TM430. Strategic Freight Management in SAP Transportation Management COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)8 Hours TM430 Strategic Freight Management in SAP Transportation Management. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s)8 Hours SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No

More information

CNT Management Consulting. Our consulting competence for your success

CNT Management Consulting. Our consulting competence for your success CNT Management Consulting Our consulting competence for your success proshipping TM Solution overview CNT Management Consulting GmbH Our Competences For Your Success 2 Your requirements Handling optimization

More information

SCM601. Processes in Logistics Execution COURSE OUTLINE. Course Version: 10 Course Duration: 3 Day(s)

SCM601. Processes in Logistics Execution COURSE OUTLINE. Course Version: 10 Course Duration: 3 Day(s) SCM601 Processes in Logistics Execution. COURSE OUTLINE Course Version: 10 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2013 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

SCM520. Purchasing COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

SCM520. Purchasing COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) SCM520 Purchasing. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

Enterprise Portal Solutions

Enterprise Portal Solutions Enterprise Portal Solutions based on SAP Portals Enterprise Portal Microsoft Sharepoint Portal Server Rolf Schumann SAP Deutschland AG & CO.KG Agenda Overview Comparison of SAP EP and MS SPS Positioning

More information

Transferring Trip Costs to Accounting

Transferring Trip Costs to Accounting Transferring Trip Costs to Accounting HELP.FITV Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for

More information

Enterprise Controlling (EC)

Enterprise Controlling (EC) MYSAP.ROLES_S_EC Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express

More information

CR500. CRM Middleware COURSE OUTLINE. Course Version: 10 Course Duration: 2 Day(s)

CR500. CRM Middleware COURSE OUTLINE. Course Version: 10 Course Duration: 2 Day(s) CR500 CRM Middleware. COURSE OUTLINE Course Version: 10 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2013 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

SMP130. SAP Mobile Platform for Enterprise Architects COURSE OUTLINE. Course Version: 10 Course Duration: 2 Day(s)

SMP130. SAP Mobile Platform for Enterprise Architects COURSE OUTLINE. Course Version: 10 Course Duration: 2 Day(s) SMP130 SAP Mobile Platform for Enterprise Architects. COURSE OUTLINE Course Version: 10 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part of this publication

More information

CR100. CRM Customizing Fundamentals COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

CR100. CRM Customizing Fundamentals COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) CR100 CRM Customizing Fundamentals. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

How to... Add an SAP BusinessObjects Xcelsius Dashboard to a Transport Request in SAP BW

How to... Add an SAP BusinessObjects Xcelsius Dashboard to a Transport Request in SAP BW SAP NetWeaver How-To Guide How to... Add an SAP BusinessObjects Xcelsius Dashboard to a Transport Request in SAP BW Applicable Releases: SAP NetWeaver 7.01 SP5 and higher, SAP NetWeaver BW 7.20 SAP BusinessObjects

More information

BOE330. SAP BusinessObjects Business Intelligence Platform: Designing and Deploying a Solution COURSE OUTLINE

BOE330. SAP BusinessObjects Business Intelligence Platform: Designing and Deploying a Solution COURSE OUTLINE BOE330 SAP BusinessObjects Business Intelligence Platform: Designing and Deploying a Solution. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All

More information

AC605 Profitability Analysis

AC605 Profitability Analysis AC605 Profitability Analysis. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part of this publication may be reproduced or

More information

BPC440 SAP Business Planning and Consolidation: Consolidation

BPC440 SAP Business Planning and Consolidation: Consolidation BPC440 SAP Business Planning and Consolidation: Consolidation. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this

More information

HR505. Organizational Management COURSE OUTLINE. Course Version: 010 Course Duration: 4 Day(s)

HR505. Organizational Management COURSE OUTLINE. Course Version: 010 Course Duration: 4 Day(s) HR505 Organizational Management. COURSE OUTLINE Course Version: 010 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2013 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

SMP230 SAP Mobile Platform 3.0 for Enterprise Architects

SMP230 SAP Mobile Platform 3.0 for Enterprise Architects SMP230 SAP Mobile Platform 3.0 for Enterprise Architects. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication

More information

FI311: Common Issues Related to this Error Message

FI311: Common Issues Related to this Error Message FI311: Common Issues Related to this Error Message Applies to: This article is release-independent. For more information, visit the Enterprise Resource Planning homepage. Summary When you are doing a posting,

More information

EWM120. Extended Warehouse Management Customizing - Part II COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

EWM120. Extended Warehouse Management Customizing - Part II COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) EWM120 Extended Warehouse Management Customizing - Part II. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this publication

More information

FS242. Deposits Management in Banking Services from SAP 8.0 COURSE OUTLINE. Course Version: 10 Course Duration: 4 Day(s)

FS242. Deposits Management in Banking Services from SAP 8.0 COURSE OUTLINE. Course Version: 10 Course Duration: 4 Day(s) FS242 Deposits Management in Banking Services from SAP 8.0. COURSE OUTLINE Course Version: 10 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this publication

More information

PLM230. SAP Project System Controlling COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

PLM230. SAP Project System Controlling COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) PLM230 SAP Project System Controlling. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this publication may be reproduced

More information

SAPCRM SAP CRM Solution Overview

SAPCRM SAP CRM Solution Overview SAPCRM SAP CRM Solution Overview. COURSE OUTLINE Course Version: 10 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2013 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

EWM110. Extended Warehouse Management - Customizing COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s)

EWM110. Extended Warehouse Management - Customizing COURSE OUTLINE. Course Version: 10 Course Duration: 5 Day(s) EWM110 Extended Warehouse Management - Customizing. 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

EWM100. Extended Warehouse Management - Processes COURSE OUTLINE. Course Version: 10 Course Duration: 3 Day(s)

EWM100. Extended Warehouse Management - Processes COURSE OUTLINE. Course Version: 10 Course Duration: 3 Day(s) EWM100 Extended Warehouse Management - Processes. COURSE OUTLINE Course Version: 10 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2013 SAP AG. All rights reserved. No part of this publication

More information

PLM114 Basic Data for Production

PLM114 Basic Data for Production PLM114 Basic Data for Production. 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 may be reproduced

More information

TEWM12 SAP Extended Warehouse Mangement II (SAP EWM)

TEWM12 SAP Extended Warehouse Mangement II (SAP EWM) TEWM12 SAP Extended Warehouse Mangement II (SAP EWM). COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this publication

More information

QM in Sales and Distribution (QM-PT-RP-SD)

QM in Sales and Distribution (QM-PT-RP-SD) QM in Sales and Distribution (QM-PT-RP-SD) HELP.QMSD Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or

More information

TCRM10 CRM Fundamentals I

TCRM10 CRM Fundamentals I TCRM10 CRM Fundamentals I. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this publication may be reproduced or transmitted

More information

TM215. LSP Based Planning and Execution in SAP Transportation Management COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

TM215. LSP Based Planning and Execution in SAP Transportation Management COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) TM215 LSP Based Planning and Execution in SAP Transportation Management. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part

More information

ADM328 SAP ECC Upgrade and EHP Installation

ADM328 SAP ECC Upgrade and EHP Installation ADM328 SAP ECC Upgrade and EHP Installation. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2014 SAP AG. All rights reserved. No part of this publication may

More information

ADM540. Database Administration SAP ASE for SAP Business Suite COURSE OUTLINE. Course Version: 16 Course Duration: 3 Day(s)

ADM540. Database Administration SAP ASE for SAP Business Suite COURSE OUTLINE. Course Version: 16 Course Duration: 3 Day(s) ADM540 Database Administration SAP ASE for SAP Business Suite. COURSE OUTLINE Course Version: 16 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2015 SAP SE. All rights reserved. No part of this

More information

Technical Facts: Mobile Always Connected

Technical Facts: Mobile Always Connected Technical Facts: Mobile Always Connected Summary This document gives a brief summary of the technical fact for Mobile always connected. Mobile always connected leverages the well known Web Dynpro User

More information

Business One in Action 'Quantity falls below the minimum inventory level' is received and the document cannot be saved. How can this be resolved?

Business One in Action 'Quantity falls below the minimum inventory level' is received and the document cannot be saved. How can this be resolved? Business One in Action 'Quantity falls below the minimum inventory level' is received and the document cannot be saved. How can this be resolved? Applies to: SAP Business One, Logistics, Sales and Purchasing

More information

FMTB - Budgetary Ledger

FMTB - Budgetary Ledger Applies to: This article is release-independent. For more information, visit the Content Management homepage. Summary Budgetary Ledger is not working as expected or you want to implement it and need more

More information

ADM110. SAP System Installation and Patching COURSE OUTLINE. Course Version: 15 Course Duration: 4 Day(s)

ADM110. SAP System Installation and Patching COURSE OUTLINE. Course Version: 15 Course Duration: 4 Day(s) ADM110 SAP System Installation and Patching. COURSE OUTLINE Course Version: 15 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2014 SAP SE. All rights reserved. No part of this publication may

More information